]> git.maquefel.me Git - brevno-suite/hugo/commitdiff
readme: Fix relative links in Editions section
authorMartey Dodoo <martey@mobolic.com>
Sat, 22 Feb 2025 23:31:21 +0000 (18:31 -0500)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Tue, 25 Feb 2025 17:26:05 +0000 (18:26 +0100)
Make relative gohugo.io links used in Editions section of README
absolute so that they resolve successfully.

README.md

index ee0a5d5a166d58684c50025fece366c92829f638..a453c7320a3694f4afa6510e7da97e00a292b6e0 100644 (file)
--- 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.