Skip to content

Commit ab4dfd3

Browse files
authored
Link to catalog gitHub page (#98)
* Link to catalog gitHub page * Add link to README
1 parent aa62a20 commit ab4dfd3

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ can be run as pre-commit or post-commit steps to validate configurations before
3535
Our design philosophy is to keep configuration as data, which enables us to programmatically manipulate it using stateless programs called _functions_.
3636
- **Unix philosophy:** Functions should be small, reusable, and composable.
3737
By implementing the [Configuration Functions Specification][spec],
38-
we can develop an ever-growing catalog of useful, interoperable functions.
38+
we can develop a [catalog][catalog] of useful, interoperable functions.
3939

4040
### Why a Typescript SDK
4141

@@ -68,3 +68,4 @@ advantages:
6868
[spec]: https://github.com/kubernetes-sigs/kustomize/blob/master/cmd/config/docs/api-conventions/functions-spec.md
6969
[kpt-users]: https://groups.google.com/forum/#!forum/kpt-users
7070
[demo-run]: https://storage.googleapis.com/kpt-functions/docs/run.gif
71+
[catalog]: https://googlecontainertools.github.io/kpt-functions-catalog/

docs/develop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ npm run kpt:docker-build -- --tag=latest
271271
[kustomize-run]: https://github.com/kubernetes-sigs/kustomize/blob/master/cmd/config/docs/api-conventions/functions-impl.md
272272
[demo-funcs]: https://github.com/GoogleContainerTools/kpt-functions-sdk/tree/master/ts/demo-functions/src
273273
[label-namespace]: https://github.com/GoogleContainerTools/kpt-functions-sdk/tree/master/ts/demo-functions/src/label_namespace.ts
274-
[catalog]: https://github.com/GoogleContainerTools/kpt-functions-catalog
274+
[catalog]: https://googlecontainertools.github.io/kpt-functions-catalog/
275275
[api-kptfunc]: https://googlecontainertools.github.io/kpt-functions-sdk/docs/api/interfaces/_types_.kptfunc.html
276276
[vscode]: https://code.visualstudio.com/
277277
[npm-packages]: https://github.com/GoogleContainerTools/kpt-functions-sdk/packages

docs/run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ You should see the following changes:
297297

298298
[concept-source]: concepts.md#source-function
299299
[concept-pipeline]: concepts.md#pipeline
300-
[catalog]: https://github.com/GoogleContainerTools/kpt-functions-catalog
300+
[catalog]: https://googlecontainertools.github.io/kpt-functions-catalog/
301301
[label-namespace]: https://github.com/GoogleContainerTools/kpt-functions-sdk/tree/master/ts/hello-world/src/label_namespace.ts
302302
[download-kpt]: https://github.com/GoogleContainerTools/kpt
303303
[cloud-build]: https://cloud.google.com/cloud-build/

0 commit comments

Comments
 (0)