diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-09-07 16:45:32 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-09-07 16:45:35 +0200 |
commit | 9ac937147d30768b5a66491da9918456ded4b225 (patch) | |
tree | 92de81b039d33417c6d977d733704e9189c936eb /_notes/markdown.md | |
parent | bump dependencies (diff) | |
download | blog-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.md | 2 |
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 }} |