From 6f6d61097b4071c947572bbf7638886eac01f02a Mon Sep 17 00:00:00 2001 From: bzgec Date: Fri, 19 Mar 2021 00:14:32 +0100 Subject: [PATCH 1/2] Fixing typos in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5bba430..a2415eb 100644 --- a/README.md +++ b/README.md @@ -57,12 +57,12 @@ section in `recipes.mdwn` file. 1. Create a new page with your tutorial/setup/widget/snippet in Markdown, with a relevant name, under the `recipes` folder. - Example `recipes/xrandr-tutorial.mdmw` + Example `recipes/xrandr-tutorial.mdwn` 1. Link your page to the right section in the `recipes.mdwn` page with Markdown syntax. - Example `[XrandR Tutorial](../recipes/xrandr-tutorial.html)` + Example `[XrandR Tutorial](../recipes/xrandr-tutorial)` ### Seeing results and pulling your changes From 45f4034377535b5f4c56545a58b18ff6edcd1f31 Mon Sep 17 00:00:00 2001 From: bzgec Date: Sat, 20 Mar 2021 17:20:12 +0100 Subject: [PATCH 2/2] Changing internal link example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2415eb..dfe6dde 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ section in `recipes.mdwn` file. 1. Link your page to the right section in the `recipes.mdwn` page with Markdown syntax. - Example `[XrandR Tutorial](../recipes/xrandr-tutorial)` + Example `[[XrandR Tutorial|recipes/xrandr-tutorial]]` ### Seeing results and pulling your changes