From 9ac937147d30768b5a66491da9918456ded4b225 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 7 Sep 2022 16:45:32 +0200 Subject: markdown: fix GitHub link TODO: fix this!!! This is ugly hard-coding, obviously. --- _notes/markdown.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_notes/markdown.md') diff --git a/_notes/markdown.md b/_notes/markdown.md index 37b15db..39cbbd9 100644 --- a/_notes/markdown.md +++ b/_notes/markdown.md @@ -41,4 +41,4 @@ a path, a link or a header. {: .table .table-bordered } [Google]: https://www.google.com/ -[this document's source]: https://raw.githubusercontent.com/{{ site.github.repository_nwo }}/{{ site.github.source.branch }}/{{ page.path }} +[this document's source]: https://raw.githubusercontent.com/{{ site.github.repository_nwo }}/gh-pages/{{ page.path }} -- cgit v1.2.3