Skip to content

Commit 658037a

Browse files
chore(deps): update dependency markdown-link-check to v3.14.1 (#304)
* chore(deps): update dependency markdown-link-check to v3.14.1 | datasource | package | from | to | | ---------- | ------------------- | ------ | ------ | | npm | markdown-link-check | 3.14.0 | 3.14.1 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> * Exclude link from link checking Used as an example for Copilot, so doesn't need to be a working link. * Exclude link from link checker Used as an example for Copilot. * Disable link checker Tool gets a 404 as the page requires the user to be authenticated. --------- Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: Martin Costello <[email protected]>
1 parent 79d2dc2 commit 658037a

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/copilot-instructions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ Use inline Markdown links, for example, [Link text](https://example.com).
263263
When linking to other sections within the same document,
264264
use a descriptive phrase that includes the section name,
265265
and a relative link to its heading anchor.
266+
<!-- markdown-link-check-disable-next-line -->
266267
For example, "For further details on setup, refer to the [Installation](#installation) section."
267268

268269
Never remove links from copy unless specifically asked to.
@@ -510,6 +511,7 @@ Use the following values for option:
510511
Use a short sentence for the summary.
511512
After the summary sentence and in the same cell,
512513
link to further details using the following format,
514+
<!-- markdown-link-check-disable-next-line -->
513515
"Refer to [option](#option-anchor) for details."
514516
515517
In the values column, describe acceptable values

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Install markdown-link-check
4646
env:
4747
# renovate: datasource=npm depName=markdown-link-check packageName=markdown-link-check
48-
MARKDOWN_LINK_CHECK_VERSION: 3.14.0
48+
MARKDOWN_LINK_CHECK_VERSION: 3.14.1
4949
run: sudo npm install -g "markdown-link-check@${MARKDOWN_LINK_CHECK_VERSION}"
5050

5151
- name: Check markdown links

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ dotnet add package Grafana.OpenTelemetry --prerelease
147147
[ci-badge]: https://github.com/grafana/grafana-opentelemetry-dotnet/actions/workflows/ci.yml/badge.svg?branch=main
148148
[ci-status]: https://github.com/grafana/grafana-opentelemetry-dotnet/actions/workflows/ci.yml
149149
[discussions]: https://github.com/grafana/grafana-opentelemetry-dotnet/discussions
150+
<!-- markdown-link-check-disable-next-line -->
150151
[feedz-io]: https://github.com/grafana/grafana-opentelemetry-dotnet/deployments/feedz.io
151152
[issues]: https://github.com/grafana/grafana-opentelemetry-dotnet/issues/new
152153
[oats-badge]: https://github.com/grafana/grafana-opentelemetry-dotnet/actions/workflows/oats.yml/badge.svg?branch=main

0 commit comments

Comments
 (0)