summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMartey Dodoo <martey@mobolic.com>2025-02-22 18:31:21 -0500
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2025-02-25 18:26:05 +0100
commitab9e5457603b954e91c6b1a701d8153b62bd1144 (patch)
tree77a45c07ef6b6cc7261c7a318619681d64243370 /README.md
parent381c0da85dad6a87b84f8776a4b1ce43c3d0821d (diff)
downloadhugo-ab9e5457603b954e91c6b1a701d8153b62bd1144.tar.gz
hugo-ab9e5457603b954e91c6b1a701d8153b62bd1144.zip
readme: Fix relative links in Editions section
Make relative gohugo.io links used in Editions section of README absolute so that they resolve successfully.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index ee0a5d5a1..a453c7320 100644
--- a/README.md
+++ b/README.md
@@ -80,10 +80,10 @@ Encode to the WebP format when [processing images]. You can decode WebP images w
[Transpile Sass to CSS] using the embedded LibSass transpiler. You can use the [Dart Sass] transpiler with any edition.|:heavy_check_mark:|:heavy_check_mark:
Deploy your site directly to a Google Cloud Storage bucket, an AWS S3 bucket, or an Azure Storage container. See&nbsp;[details].|:x:|:heavy_check_mark:
-[dart sass]: /functions/css/sass/#dart-sass
-[processing images]: /content-management/image-processing/
-[transpile sass to css]: /functions/css/sass/
-[details]: /hosting-and-deployment/hugo-deploy/
+[dart sass]: https://gohugo.io/functions/css/sass/#dart-sass
+[processing images]: https://gohugo.io/content-management/image-processing/
+[transpile sass to css]: https://gohugo.io/functions/css/sass/
+[details]: https://gohugo.io/hosting-and-deployment/hugo-deploy/
Unless your specific deployment needs require the extended/deploy edition, we recommend the extended edition.