music-encoding/guidelines

Links to TEI guidelines still broken

musicEnfanthen opened this issue · 7 comments

Related to music-encoding/music-encoding#743

In the latest dev version, the links to the TEI guidelines in Chapter 14.4 SVG are still broken because they are resolved to:

https://tei-c.org/release/doc/tei-p5-doc/en/html/ref-moduleRef.html.html

Is it possible that the $text variable in the guidelines.xsl already inlcudes the .html, or where does the double html come from?

@kepper could you have a look?

will do

As I used the same class name for external TEI links, and the treatment for links for the website was based on those css classes, I've adjusted the link as I have to for our internal links. Thanks for spotting this 👍

Great. Would it work then with doc-available again?

Probably not – that check is done at an earlier stage, before the duplicate .html got introduced, so that the fix above doesn't affect it…

Ah, ok. Thanks for fixing it 👍