Skip to content

Commit dc042f1

Browse files
The Pkl Team (automation)holzensp
The Pkl Team (automation)
authored andcommitted
[k8s.contrib] Fix package URL in docs
1 parent b04140d commit dc042f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/k8s.contrib/PklProject

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ dependencies {
2323
}
2424

2525
package {
26-
version = "1.0.0"
26+
version = "1.0.1"
2727
}

packages/k8s.contrib/convert.pkl

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
/// ```
2929
/// pkl eval -p input=deployment.yml \
3030
/// -o deployment.pkl \
31-
/// package://pkl.pkl-lang.org/pkl-pantry/k8s.contrib@<version>#/convert.pkl
31+
/// package://pkg.pkl-lang.org/pkl-pantry/k8s.contrib@<version>#/convert.pkl
3232
/// ```
3333
///
3434
/// To validate the generated Pkl file, run `pkl eval deployment.pkl`.

0 commit comments

Comments
 (0)