Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ Use inline Markdown links, for example, [Link text](https://example.com).
When linking to other sections within the same document,
use a descriptive phrase that includes the section name,
and a relative link to its heading anchor.
<!-- markdown-link-check-disable-next-line -->
For example, "For further details on setup, refer to the [Installation](#installation) section."

Never remove links from copy unless specifically asked to.
Expand Down Expand Up @@ -510,6 +511,7 @@ Use the following values for option:
Use a short sentence for the summary.
After the summary sentence and in the same cell,
link to further details using the following format,
<!-- markdown-link-check-disable-next-line -->
"Refer to [option](#option-anchor) for details."

In the values column, describe acceptable values
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Install markdown-link-check
env:
# renovate: datasource=npm depName=markdown-link-check packageName=markdown-link-check
MARKDOWN_LINK_CHECK_VERSION: 3.14.0
MARKDOWN_LINK_CHECK_VERSION: 3.14.1
run: sudo npm install -g "markdown-link-check@${MARKDOWN_LINK_CHECK_VERSION}"

- name: Check markdown links
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ dotnet add package Grafana.OpenTelemetry --prerelease
[ci-badge]: https://github.com/grafana/grafana-opentelemetry-dotnet/actions/workflows/ci.yml/badge.svg?branch=main
[ci-status]: https://github.com/grafana/grafana-opentelemetry-dotnet/actions/workflows/ci.yml
[discussions]: https://github.com/grafana/grafana-opentelemetry-dotnet/discussions
<!-- markdown-link-check-disable-next-line -->
[feedz-io]: https://github.com/grafana/grafana-opentelemetry-dotnet/deployments/feedz.io
[issues]: https://github.com/grafana/grafana-opentelemetry-dotnet/issues/new
[oats-badge]: https://github.com/grafana/grafana-opentelemetry-dotnet/actions/workflows/oats.yml/badge.svg?branch=main
Expand Down
Loading