Lusito / box2d.ts

Full blown Box2D Ecosystem for the web, written in TypeScript
https://lusito.github.io/box2d.ts
60 stars 6 forks source link

Links in documentation don't work on local server #41

Closed 8Observer8 closed 2 weeks ago

8Observer8 commented 1 year ago

I installed a local server globally:

npm i -g http-server

I downloaded the repository, went to the documentation folder and started the local server:

http-server

Opened the browser and entered the address:

localhost:8080/index.html

There is a page with links: "Benchmarks", "Demos", "Documentation" and "GitHub". But when I try to click "Benchmarks", "Demos", "Documentation" I see these links:

and the message:

image

Lusito commented 2 months ago

Thanks for the report. The docs are in the process of being rewritten completely. When I'm done, everything should be working.

Lusito commented 2 weeks ago

Docs have been updated. Now all the original docs have also been incorporated and adjusted accordingly. Let me know if you still have issues.