summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorReece Russell <me@reece-russell.co.uk>2022-08-22 18:45:15 +0100
committerGitHub <noreply@github.com>2022-08-22 19:45:15 +0200
commit941c28ab0cbd52101d6ddee65a541b6f5c0f7cdf (patch)
tree8201abf8c4af38431809082de3561cf8dbf6735a /README.md
parentffbdcc75ab7d1d96219e84a20e53de9358fe5adf (diff)
readme: Add Golang URL to Go links
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index bc96a4a0d..54ae48ee3 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
<a href="https://gohugo.io/"><img src="https://raw.githubusercontent.com/gohugoio/gohugoioTheme/master/static/images/hugo-logo-wide.svg?sanitize=true" alt="Hugo" width="565"></a>
-A Fast and Flexible Static Site Generator built with love by [bep](https://github.com/bep), [spf13](https://spf13.com/) and [friends](https://github.com/gohugoio/hugo/graphs/contributors) in [Go][].
+A Fast and Flexible Static Site Generator built with love by [bep](https://github.com/bep), [spf13](https://spf13.com/) and [friends](https://github.com/gohugoio/hugo/graphs/contributors) in [Go](https://go.dev/).
[Website](https://gohugo.io) |
[Forum](https://discourse.gohugo.io) |
@@ -24,7 +24,7 @@ A Fast and Flexible Static Site Generator built with love by [bep](https://githu
## Overview
-Hugo is a static HTML and CSS website generator written in [Go][].
+Hugo is a static HTML and CSS website generator written in [Go](https://go.dev/).
It is optimized for speed, ease of use, and configurability.
Hugo takes a directory with content and templates and renders them into a full HTML website.