quintel / etmodel

Professional interface of the Energy Transition model.
https://energytransitionmodel.com/
MIT License
25 stars 12 forks source link

Fixing broken links #4264

Closed kaskranenburgQ closed 1 month ago

kaskranenburgQ commented 1 month ago

This PR aims to remove the broken links within ETModel. Most broken links existed because of the two ways slidertexts can be written in the model: with or without the "|" at the start. While writing a slider text without the "|" it is necessary to put a "\" before the url. The link will break when a "|" is put before the text. Thus, this PR primarily focused on fixing these links.