Skip to content

Commit

Permalink
Merge pull request #1082 from fkohrt/patch-1
Browse files Browse the repository at this point in the history
Fix episode links
  • Loading branch information
ineelhere authored Jun 7, 2024
2 parents 46e8bb0 + 5c731fb commit 3c08b8d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,18 +94,18 @@ industry and government. More information can be found [here][cp-about].
[good-practices]: https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1005510
[R]: https://github.com/swcarpentry/r-novice-inflammation
[MATLAB]: https://github.com/swcarpentry/matlab-novice-inflammation
[episode01]: https://swcarpentry.github.io/python-novice-inflammation/01-intro/index.html
[episode02]: https://swcarpentry.github.io/python-novice-inflammation/02-numpy/index.html
[episode03]: https://swcarpentry.github.io/python-novice-inflammation/03-matplotlib/index.html
[episode04]: https://swcarpentry.github.io/python-novice-inflammation/04-lists/index.html
[episode05]: https://swcarpentry.github.io/python-novice-inflammation/05-loop/index.html
[episode06]: https://swcarpentry.github.io/python-novice-inflammation/06-files/index.html
[episode07]: https://swcarpentry.github.io/python-novice-inflammation/07-cond/index.html
[episode08]: https://swcarpentry.github.io/python-novice-inflammation/08-func/index.html
[episode09]: https://swcarpentry.github.io/python-novice-inflammation/09-errors/index.html
[episode10]: https://swcarpentry.github.io/python-novice-inflammation/10-defensive/index.html
[episode11]: https://swcarpentry.github.io/python-novice-inflammation/11-debugging/index.html
[episode12]: https://swcarpentry.github.io/python-novice-inflammation/12-cmdline/index.html
[episode01]: https://swcarpentry.github.io/python-novice-inflammation/01-intro.html
[episode02]: https://swcarpentry.github.io/python-novice-inflammation/02-numpy.html
[episode03]: https://swcarpentry.github.io/python-novice-inflammation/03-matplotlib.html
[episode04]: https://swcarpentry.github.io/python-novice-inflammation/04-lists.html
[episode05]: https://swcarpentry.github.io/python-novice-inflammation/05-loop.html
[episode06]: https://swcarpentry.github.io/python-novice-inflammation/06-files.html
[episode07]: https://swcarpentry.github.io/python-novice-inflammation/07-cond.html
[episode08]: https://swcarpentry.github.io/python-novice-inflammation/08-func.html
[episode09]: https://swcarpentry.github.io/python-novice-inflammation/09-errors.html
[episode10]: https://swcarpentry.github.io/python-novice-inflammation/10-defensive.html
[episode11]: https://swcarpentry.github.io/python-novice-inflammation/11-debugging.html
[episode12]: https://swcarpentry.github.io/python-novice-inflammation/12-cmdline.html
[travis_url]: https://travis-ci.org/swcarpentry/python-novice-inflammation
[travis_svg]: https://travis-ci.org/swcarpentry/python-novice-inflammation.svg?branch=gh-pages
[lesson-example]: https://carpentries.github.io/lesson-example
Expand Down

0 comments on commit 3c08b8d

Please sign in to comment.