alan-turing-institute / rse-course

Materials for The Alan Turing Institute's Research Software Engineering course
https://alan-turing-institute.github.io/rse-course/
Other
231 stars 116 forks source link

Extra bracket in hashbang URL in 1.0 Introduction to Python #187

Closed oC-n closed 1 year ago

oC-n commented 1 year ago

In this section, a link is provided to Wikipedia article on the shebang. The link has an extra bracket at the end, which misdirects. The link instead should be https://en.wikipedia.org/wiki/Shebang_(Unix).

oC-n commented 1 year ago

This is due to there being brackets in the URL, only one of which is escaped in the notebook. The markdown should be: [hashbang](https://en.wikipedia.org/wiki/Shebang_%28Unix%29)

jemrobinson commented 1 year ago

Thanks for flagging this @oC-n !