From dcd19b19a687028267f3fa5f365a4bf57e051e41 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Mon, 4 Mar 2024 19:08:10 -0800 Subject: [PATCH] Fix github links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8893648..91ff3b0 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ to understand, it is often best to learn by example: ``` 3. If we have any - [front matter](https://raw.githubusercontent.com/FooSoft/goldsmith-samples/master/basic/content/index.md) in our + [front matter](https://git.foosoft.net/alex/goldsmith-samples/raw/branch/master/basic/content/index.md) in our Markdown files, we need to extract it using the, [FrontMatter](https://godoc.org/git.foosoft.net/alex/goldsmith-components/plugins/frontmatter) plugin: @@ -43,7 +43,7 @@ to understand, it is often best to learn by example: ``` 4. Next, we should run our barebones HTML through a - [template](https://raw.githubusercontent.com/FooSoft/goldsmith-samples/master/basic/content/layouts/basic.gohtml) to + [template](https://git.foosoft.net/alex/goldsmith-samples/raw/branch/master/basic/content/layouts/basic.gohtml) to add elements like a header, footer, or a menu; for this we can use the [Layout](https://godoc.org/git.foosoft.net/alex/goldsmith-components/plugins/frontmatter) plugin: