Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken links in the README #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ This site contains some of the material of the course CB2030, including:

* the [schedule](https://statisticalbiotechnology.github.io/cb2030/general/schedule) of the course
* the [prerequisites](https://statisticalbiotechnology.github.io/cb2030/general/prerequisites) in terms of knowledge for the course
* instruction for the [preparations](prep/readme) needed before each questions and answer session
* previous years [questions and answers](qa/readme)
* instruction for the [preparations](prep/readme.md) needed before each questions and answer session
* previous years [questions and answers](qa/readme.md)
* this years [questions](questions/)
* the jupyter [notebooks](nb/readme)
* the [lab instructions](lab/readme)
* the jupyter [notebooks](nb/readme.md)
* the [lab instructions](lab/readme.md)

If you are inside the github repository you can reach the html version of the text [here](https://statisticalbiotechnology.github.io/cb2030/)

Expand Down