Skip to content

Commit 84b0a26

Browse files
authored
Merge pull request #1521 from marquiz/devel/fix-samples-links
docs: fixes
2 parents 2d9f1c2 + de2a212 commit 84b0a26

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/usage/custom-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ See the
8787
for full documentation of the NodeFeatureRule resource and its usage.
8888
8989
The
90-
[`deployment/nodefeaturerule/samples/`](https://raw.githubusercontent.com/kubernetes-sigs/node-feature-discovery/{{site.release}}/deployment/nodefeaturerule/samples/)
90+
[`deployment/nodefeaturerule/samples/`](https://github.com/kubernetes-sigs/node-feature-discovery/tree/{{site.release}}/deployment/nodefeaturerule/samples)
9191
directory contains sample NodeFeatureRule objects that replicate the built-in
9292
default feature labels generated by NFD. The sample rules can be used as a base
9393
to customize NFD feature labels. To use them in place of the the NFD built-in

docs/usage/kubectl-plugin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ Or you can use the example NodeFeature file(it is a minimal NodeFeature file):
6262

6363
```bash
6464
$ kubectl nfd dryrun -f examples/nodefeaturerule.yaml -n examples/nodefeature.yaml
65+
Evaluating NodeFeatureRule "examples/nodefeaturerule.yaml" against NodeFeature "examples/nodefeature.yaml"
6566
Processing rule: my sample rule
66-
*** Labels ***
67+
*** Labels ***
6768
vendor.io/my-sample-feature=true
68-
Evaluating NodeFeatureRule "examples/nodefeaturerule.yaml" against NodeFeature "examples/nodefeature.yaml"
6969
NodeFeatureRule "examples/nodefeaturerule.yaml" is valid for NodeFeature "examples/nodefeature.yaml"
7070
```

0 commit comments

Comments
 (0)