Skip to content

Commit

Permalink
Remove lingering hash-based links in READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
holzensp authored Feb 5, 2024
2 parents 96ba7d4 + 45d0fad commit b5f443c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
:uri-pkl-intellij: https://pkl-lang.org/intellij/current/index.html
:uri-k8s-convert: https://pkl-lang.org/package-docs/io.k8s/current/convert/index.html
:uri-k8s-templates: https://pkl-lang.org/package-docs/io.k8s/current/K8sResource/index.html
:uri-k8s-app-env-cluster: https://pkl-lang.org/package-docs/io.k8s/af50691d/AppEnvCluster/index.html
:uri-k8s-app-env-cluster: https://pkl-lang.org/package-docs/pkg.pkl-lang.org/pkl-pantry/k8s.contrib.appEnvCluster/current/AppEnvCluster/index.html
:uri-pkl-comparison: https://pkl-lang.org/main/current/introduction/comparison.html
:uri-github-discussions: https://github.com/apple/pkl/discussions
:uri-pkl-install: https://pkl-lang.org/main/current/pkl-cli/index.html#homebrew
Expand Down
6 changes: 3 additions & 3 deletions pkl/basic/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ run {uri-k8s-convert}[io.k8s.convert] for each YAML file:
----
$ pkl eval -p input=../../yaml/frontend.yaml \
-o frontend.pkl \
applehub:io.k8s.convert:af50691d
package://pkg.pkl-lang.org/pkl-pantry/k8s.[email protected]#/convert.pkl
$ pkl eval -p input=../../yaml/redis-primary.yaml \
-o redis-primary.pkl \
applehub:io.k8s.convert:af50691d
package://pkg.pkl-lang.org/pkl-pantry/k8s.[email protected]#/convert.pkl
$ pkl eval -p input=../../yaml/redis-secondary.yaml \
-o redis-secondary.pkl \
applehub:io.k8s.convert:af50691d
package://pkg.pkl-lang.org/pkl-pantry/k8s.[email protected]#/convert.pkl
----

To evaluate the Pkl manifests back to YAML, run:
Expand Down

0 comments on commit b5f443c

Please sign in to comment.