aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_notes/markdown.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-09-07 16:45:32 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-09-07 16:45:35 +0200
commit9ac937147d30768b5a66491da9918456ded4b225 (patch)
tree92de81b039d33417c6d977d733704e9189c936eb /_notes/markdown.md
parentbump dependencies (diff)
downloadblog-9ac937147d30768b5a66491da9918456ded4b225.tar.gz
blog-9ac937147d30768b5a66491da9918456ded4b225.zip
markdown: fix GitHub link
TODO: fix this!!! This is ugly hard-coding, obviously.
Diffstat (limited to '_notes/markdown.md')
-rw-r--r--_notes/markdown.md2
1 files changed, 1 insertions, 1 deletions
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 }}