mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-15 03:04:37 -04:00
Fixing broken links (#2057)
This commit is contained in:
parent
9afa0c2fa7
commit
5db4aa421d
@ -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_ <br>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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!
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user