microsoft / AI-For-Beginners

12 Weeks, 24 Lessons, AI for All!
https://microsoft.github.io/AI-For-Beginners/
MIT License
33.96k stars 5.64k forks source link

instruction link for 'for-teachers.md' is broken #269

Closed mreraser closed 3 months ago

mreraser commented 9 months ago

Hello! The instruction link for 'for-teachers.md' is something wrong.

스크린샷 2023-12-02 오후 4 51 23 스크린샷 2023-12-02 오후 4 52 27
debayangg commented 8 months ago

Went in-depth into this issue, the main error is that on clicking the link for-teachers.md, the data-page is etc/for-teachers.md but it should be AI-For-Beginners/etc/for-teachers.md.

Overall that seems to be the main problem, why exactly is docsify rendering this wrong is beyond me rn. Screenshots:

ssms1 the error in data-page

ssms2 the error as a result in get request

Notes: I think it might be related to the css script and the js script versions, https://jhildenbiddle.github.io/docsify-themeable/#/quick-start, someone please try changing the versions and if it fixes this bug

mreraser commented 3 months ago

pull request merged! PR so closing the issue. Thank you!