box2d.ts icon indicating copy to clipboard operation
box2d.ts copied to clipboard

Links in documentation don't work on local server

Open 8Observer8 opened this issue 2 years ago • 1 comments

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:

  • http://localhost:8080/benchmark//////////////////////////////////////
  • http://localhost:8080/testbed//////////////////////////////////////
  • http://localhost:8080/docs//////////////////////////////////////

and the message:

image

8Observer8 avatar Jul 06 '23 07:07 8Observer8

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

Lusito avatar Jun 11 '24 19:06 Lusito

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

Lusito avatar Aug 17 '24 11:08 Lusito