Links on GitHub page show 404

Hey,

I am following Jeremy Howards tutorial on YouTube. I followed his instructions twice but the link on my GitHub page always shows 404. The main page works fine (as you can see if you click on the link). However, the two sub-links in the upper left corner show 404 error.

This is the link to my repository. As you can see if you click into the folder docs both the core.html and the index.html are NOT empty.

Why is it not working?

(I am using Windows 10.)

Works for me

Try to click on overview and hellonbdev in the upper left corner. These two links show 404.

Do you think the problem is due to GitHub or due to my code? As you can see if you click into the folder docs both the core.html and the index.html in my repository are NOT empty. Therefore I would expect to see sth. if I click on these two links.

Think this might have something to do with lib_name in settings.ini

  • currently set to hellonbdev
  • but it might need to be hello_nbdev

Your docs are at …/hello_nbdev but the links in the docs refer to …hellonbdev

2 Likes

Hello Pete

Sorry for this very late response. Just wanted to tell you, that you were absolutely right. Thank you very much for your help. I now have fixed the problem!

1 Like