From dfad4e447bd8932ef5e5b10923e719046b8f92e3 Mon Sep 17 00:00:00 2001 From: aaaaalbert Date: Tue, 20 Aug 2024 23:59:32 +0000 Subject: [PATCH] Add link to Hugo's repo in README (#1506) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3687fed..7b6b618 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Mastodon -The documentation currently uses Hugo to generate a static site from Markdown. Use `hugo serve` to test the site locally. If build errors occur, ensure your Hugo version is the same as [docs.joinmastodon.org](https://github.com/mastodon/documentation/blob/main/.github/workflows/deploy.yml#L43). +The documentation currently uses [Hugo](https://github.com/gohugoio/hugo) to generate a static site from Markdown. Use `hugo serve` to test the site locally. If build errors occur, ensure your Hugo version is the same as [docs.joinmastodon.org](https://github.com/mastodon/documentation/blob/main/.github/workflows/deploy.yml#L43). View the live documentation at [https://docs.joinmastodon.org](https://docs.joinmastodon.org)