diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 2b6a99e..0ac9509 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -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. + For example, "For further details on setup, refer to the [Installation](#installation) section." Never remove links from copy unless specifically asked to. @@ -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, + "Refer to [option](#option-anchor) for details." In the values column, describe acceptable values diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a405f45..17cdea3 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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 diff --git a/README.md b/README.md index eabe2d3..37ff981 100644 --- a/README.md +++ b/README.md @@ -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 + [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