From 6fd4e584eb4a4ebde5567410e4eb47562d8f0bdd Mon Sep 17 00:00:00 2001 From: Spencer Bliven Date: Tue, 18 Jun 2019 20:29:32 +0200 Subject: [PATCH] Minor fix siteinfo --- siteinfo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/siteinfo.md b/siteinfo.md index 1fb0992..a6de4e2 100644 --- a/siteinfo.md +++ b/siteinfo.md @@ -26,7 +26,7 @@ All of these links should be valid: | ---- | ------ | | `{%raw%}[Normal link to result](/merlin6/introduction.html){%endraw%}` | [Normal link to result](/merlin6/introduction.html) | | `{%raw%}[Normal link to source](/pages/merlin6/introduction.md){%endraw%}` | [Normal link to source](/pages/merlin6/introduction.md) | -| `{%raw%}[Escaped link to result]({{"/merlin6/introduction.md"}}){%endraw%}` | [Escaped link to result]({{"/merlin6/introduction.md"}}) | +| `{%raw%}[Escaped link to result]({{"/merlin6/introduction.html"}}){%endraw%}` | [Escaped link to result]({{"/merlin6/introduction.html"}}) | | `{%raw%}[Liquid Link]({% link pages/merlin6/introduction.md %}){%endraw%}` | [Liquid Link]({% link pages/merlin6/introduction.md %}) | | `{%raw%}![PSI Logo](/images/psi-logo.png){%endraw%}` | ![PSI Logo](/images/psi-logo.png) | | `{%raw%}![Escaped PSI Logo]({{ "/images/psi-logo.png" }}){%endraw%}` | ![PSI Logo from liquid]({{ "/images/psi-logo.png" }}) |