From 5db4aa421ddfbcce3d99402092ff73a61abfa92d Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Wed, 12 Apr 2023 17:37:37 +0200 Subject: [PATCH] Fixing broken links (#2057) --- content/en/about/license.md | 2 +- content/en/content-management/build-options.md | 2 +- content/en/contribute/development.md | 2 +- content/en/hosting-and-deployment/hosting-on-firebase.md | 2 +- content/en/tools/starter-kits.md | 2 +- content/en/troubleshooting/build-performance.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/en/about/license.md b/content/en/about/license.md index 0173836dc..267ec95a0 100644 --- a/content/en/about/license.md +++ b/content/en/about/license.md @@ -15,7 +15,7 @@ toc: true {{% note %}} Hugo v0.15 and later are released under the Apache 2.0 license. -Earlier versions of Hugo were released under the [Simple Public License](https://opensource.org/licenses/Simple-2.0). +Earlier versions of Hugo were released under the [Simple Public License](https://opensource.org/license/simpl-2-0-html/). {{% /note %}} _Version 2.0, January 2004_
diff --git a/content/en/content-management/build-options.md b/content/en/content-management/build-options.md index 068959e2a..4798f9b2b 100644 --- a/content/en/content-management/build-options.md +++ b/content/en/content-management/build-options.md @@ -60,7 +60,7 @@ If set to true the [Bundle's Resources](/content-management/page-bundles) will b Setting this to false will still publish Resources on demand (when a resource's `.Permalink` or `.RelPermalink` is invoked from the templates) but will skip the others. {{% note %}} -Any page, regardless of their build options, will always be available using the [`.GetPage`](/functions/GetPage) methods. +Any page, regardless of their build options, will always be available using the [`.GetPage`](/functions/getpage) methods. {{% /note %}} ### Illustrative use cases diff --git a/content/en/contribute/development.md b/content/en/contribute/development.md index 7bf7848ae..c40b334ba 100644 --- a/content/en/contribute/development.md +++ b/content/en/contribute/development.md @@ -420,7 +420,7 @@ Feel free to [open an issue][newissue] if you think you found a bug or you have [docscontrib]: /contribute/documentation/ [forums]: https://discourse.gohugo.io [gitbook]: https://git-scm.com/ -[gobootcamp]: https://www.golangbootcamp.com/book/get_setup +[gobootcamp]: https://www.golang-book.com/guides/machine_setup [godl]: https://go.dev/dl/ [goinstall]: https://go.dev/doc/install [gvm]: https://github.com/moovweb/gvm diff --git a/content/en/hosting-and-deployment/hosting-on-firebase.md b/content/en/hosting-and-deployment/hosting-on-firebase.md index aab97f69f..ab38c18e3 100644 --- a/content/en/hosting-and-deployment/hosting-on-firebase.md +++ b/content/en/hosting-and-deployment/hosting-on-firebase.md @@ -72,7 +72,7 @@ After that Firebase has been set in your project with CI/CD. After that run: hugo && firebase deploy ``` -With this you will have the app initialized manually. After that you can manage and fix your github workflow from: https://github.com/your-account/yout-repo/actions +With this you will have the app initialized manually. After that you can manage and fix your github workflow from: https://github.com/your-account/your-repo/actions Don't forget to update your static pages before push! diff --git a/content/en/tools/starter-kits.md b/content/en/tools/starter-kits.md index fa2dde48e..69c8f3e0b 100644 --- a/content/en/tools/starter-kits.md +++ b/content/en/tools/starter-kits.md @@ -25,7 +25,7 @@ The following starter kits are developed by active members of the Hugo community [addkit]: https://github.com/gohugoio/hugo/edit/master/docs/content/en/tools/starter-kits.md [amp]: https://amp.dev [GOHUGO AMP]: https://github.com/wildhaber/gohugo-amp -[gohugodocs]: https://gohugo-amp.gohugohq.com/ +[gohugodocs]: https://github.com/wildhaber/gohugo-amp.gohugohq.com [hugow]: https://github.com/khos2ow/hugo-wrapper [hugow-test]: https://github.com/khos2ow/hugo-wrapper#tested-on [Hyas]: https://github.com/h-enk/hyas diff --git a/content/en/troubleshooting/build-performance.md b/content/en/troubleshooting/build-performance.md index 7db563383..b58cdc11f 100644 --- a/content/en/troubleshooting/build-performance.md +++ b/content/en/troubleshooting/build-performance.md @@ -84,4 +84,4 @@ parameters to `partialCached` beyond the initial context. See the `partialCached` documentation for more details. {{% /note %}} -[partialCached]: /functions/partialCached +[partialCached]: /functions/partialcached