From 406a7accd4ff97bf0e4b8fbd4803a0048416b05d Mon Sep 17 00:00:00 2001 From: Maxime Vaillancourt Date: Tue, 8 Dec 2020 02:51:59 +0000 Subject: [PATCH] Link to self on GitHub --- _notes/your-first-note.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_notes/your-first-note.md b/_notes/your-first-note.md index de09f01..a887138 100644 --- a/_notes/your-first-note.md +++ b/_notes/your-first-note.md @@ -8,7 +8,7 @@ This is your first note. You'll find it in the [`notes/`](https://github.com/max ### Link syntax -To link to another note, you can use multiple syntaxes. The following four use the "double-bracket" notation (view the Markdown source file to see the underlying syntax). +To link to another note, you can use multiple syntaxes. The following four use the "double-bracket" notation ([view the Markdown source file](https://github.com/maximevaillancourt/digital-garden-jekyll-template/blob/master/_notes/your-first-note.md#link-syntax) to see the underlying syntax). - Using the note title: [[a note about cats]] - Using the note's filename: [[cats]]