apluslms / aplus-manual

Download course templates to start building of a new course
MIT License
5 stars 28 forks source link

Remove the numerical prefix from the file name and Fix links #24

Closed jaguarfi closed 4 years ago

jaguarfi commented 4 years ago

Description

In order to fix some of the broken links, the numerical prefix was removed from the file name. This change will help to add new chapters and to avoid renaming all the links that would be affected by having to change the numerical prefix in the file names. This commit also fixes some links that hard-coded the domain to localhost:8000 and some other links that were broken.

Fixes: #23

Testing

I used the search function of VSCode to find the links, and I fixed the references one by one while I navigated the course in the localhost. I basically tested all the links manually.

Is it Done?

Clean up your git commit history before submitting the pull request!

jaguarfi commented 4 years ago

You can merge this one first. I will resolve any merging conflict in the other PRs