File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-24.04
1616 steps :
1717 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
18- - uses : DavidAnson/markdownlint-cli2-action@05f32210e84442804257b2a6f20b273450ec8265
18+ - uses : DavidAnson/markdownlint-cli2-action@992badcdf24e3b8eb7e87ff9287fe931bcb00c6e
1919 with :
2020 globs : |
2121 **/*.md
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ production installation, documented in [Getting
150150Started] ( https://linkerd.io/2/getting-started/ ) .
151151
152152Note that you need to have first installed docker buildx, as explained
153- [ here ] ( https://github.com/docker/buildx ) .
153+ [ buildx docs ] ( https://github.com/docker/buildx ) .
154154
155155``` bash
156156# create the k3d cluster
@@ -487,8 +487,8 @@ system.
487487
488488For general instructions on how to install the charts check out the
489489[docs](https://linkerd.io/2/tasks/install-helm/). You also need to supply or
490- generate your own certificates to use the chart, as explained
491- [here ](https://linkerd.io/2/tasks/generate-certificates/).
490+ generate your own certificates to use the chart, as explained in the
491+ [Generate Certificates task ](https://linkerd.io/2/tasks/generate-certificates/).
492492
493493# ## Extensions Helm charts
494494
Original file line number Diff line number Diff line change 1+ <!-- markdownlint-disable-file MD059 -->
12# Changes
23
34Please visit Linkerd's [ Release page] [ gh-releases ] for for the latest release
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ That will kick off a CI Release workflow run that will:
120120 and verify it installs the current version being released
121121- Deploy the updated helm charts
122122
123- You can locate the CI run [ here ] ( https://github.com/linkerd/linkerd2/actions ) .
123+ You can locate the CI run on the [ actions page ] ( https://github.com/linkerd/linkerd2/actions ) .
124124
125125## 5. Do a walkthrough verification of the release
126126
You can’t perform that action at this time.
0 commit comments