https://modelica.org/language/ has a link to https://modelica.org/documents/ModelicaTutorial14.pdf
There's now https://github.com/modelica/ModelicaSpecification/blob/master/Tutorial.md containing roughly the same, but more up-to-date.
We could thus directly link to that, or possibly generate a pdf and link to that.
For generating pdf:
pandoc -H mlslistings.sty --listings -V geometry:"left=3cm,right=3cm,top=2cm,bottom=2cm" -V colorlinks=true Tutorial.md -o Tutorial.pdf
Originally posted by @HansOlsson in modelica/ModelicaSpecification#3672 (comment)
Replacing parts of #43