Skip to content

Commit

Permalink
Merge pull request #1189 from mengqiy/fixdoclinks
Browse files Browse the repository at this point in the history
docs: fix broken links for fn
  • Loading branch information
Mengqi Yu committed Nov 11, 2020
2 parents 8ac2e61 + a863150 commit d59063c
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion site/content/en/concepts/functions/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ pipeline. Get detailed tutorials on how to use `kpt fn export` from the

[architecture influences]: ../architecture/#influences
[sources catalog]: ../../guides/consumer/function/sources
[sinks catalog]: ../../guides/consumer/function/sinks
[sinks catalog]: ../../guides/consumer/function/catalog/sinks
[spec]: https://github.com/kubernetes-sigs/kustomize/blob/master/cmd/config/docs/api-conventions/functions-spec.md
[Export a Workflow]: ../../guides/consumer/function/export/
[function producer docs]: ../../guides/producer/functions/
Expand Down
2 changes: 1 addition & 1 deletion site/content/en/faq/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ A: [Please reach out!][contact]
[declarative application management in kubernetes]: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/architecture/declarative-application-management.md
[setters]: ../reference/cfg/set/
[functions]: ../reference/fn/run/
[source functions]: ../guides/consumer/function/sources
[source functions]: ../guides/consumer/function/catalog/sources
[Functions User Guide]: ../guides/consumer/function/
[updating]: ../reference/pkg/update/
[gcr.io/kpt-dev/kpt]: https://gcr.io/kpt-dev/kpt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ a namespace with organization-mandated config defaults.

- Learn more ways of using the kpt fn command from the [reference] doc.

[reference]: ../../../../reference/fn/run/
[reference]: ../../../../../reference/fn/run/
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ Instead, the function typically writes configurations to an external system

- Learn more ways of using the kpt fn command from the [reference] doc.

[reference]: ../../../../reference/fn/run/
[reference]: ../../../../../reference/fn/run/
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ from an external system (e.g. reading files from a filesystem).

- Learn more ways of using the kpt fn command from the [reference] doc.

[reference]: ../../../../reference/fn/run/
[reference]: ../../../../../reference/fn/run/
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ the image used in a pod, without adding new resources.

- Learn more ways of using the kpt fn command from the [reference] doc.

[reference]: ../../../../reference/fn/run/
[reference]: ../../../../../reference/fn/run/
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ using a validator function.

- Learn more ways of using the kpt fn command from the [reference] doc.

[reference]: ../../../../reference/fn/run/
[reference]: ../../../../../reference/fn/run/
4 changes: 2 additions & 2 deletions site/content/en/guides/producer/functions/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ results:
[Go Fn Lib]: ./golang/
[TS SDK]: ./ts/
[`kpt fn source`]: ../../../reference/fn/source/
[`helm-template`]: gcr.io/kpt-functions/helm-template/
[`kpt fn sink`]: ../../../refernce/fn/sink/
[`helm-template`]: https://gcr.io/kpt-functions/helm-template/
[`kpt fn sink`]: ../../../reference/fn/sink/
[run functions]: ../../consumer/function/
[functions concepts]: ../../../concepts/functions/
[fn command reference]: ../../../reference/fn/
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ the example.
[kpt-functions-sdk]: https://github.com/GoogleContainerTools/kpt-functions-sdk
[go libraries]: ../golang/
[Functions Developer Guide]: ../
[functions concepts]: ../../../../../concepts/functions/
[functions concepts]: ../../../../concepts/functions/
[fn command reference]: ../../../../reference/fn/
4 changes: 2 additions & 2 deletions site/content/en/guides/producer/functions/golang/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,5 +351,5 @@ cmd := framework.Command(resourceList, func() error {
[RNode link]: https://pkg.go.dev/sigs.k8s.io/kustomize/kyaml/yaml/#RNode
[Pipe link]: https://pkg.go.dev/sigs.k8s.io/kustomize/kyaml/yaml/#RNode.Pipe
[run functions]: ../../../consumer/function/
[fn command reference]: ../../../reference/fn/
[functions concepts]: ../../../concepts/functions/
[fn command reference]: ../../../../reference/fn/
[functions concepts]: ../../../../concepts/functions/
2 changes: 1 addition & 1 deletion site/content/en/reference/fn/sink/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ DIR:
[sink function]: ../../../concepts/functions/#sink-function
[functions concepts]: ../../../concepts/functions/
[catalog]: ../../guides/consumer/function/sinks
[catalog]: ../../../guides/consumer/function/catalog/sinks
2 changes: 1 addition & 1 deletion site/content/en/reference/fn/source/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ DIR:
[source function]: ../../../concepts/functions/#source-function
[functions concepts]: ../../../concepts/functions/
[catalog]: ../../guides/consumer/function/sources
[catalog]: ../../../guides/consumer/function/catalog/sources

0 comments on commit d59063c

Please sign in to comment.