Skip to content

Commit ca9494d

Browse files
authored
Fix broken links (#1203)
1 parent 26df2e0 commit ca9494d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/sources/review/lint-prose/rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ Did you really mean _`<CURRENT TEXT>`_?
369369
The Grafana dictionary might not know of this word yet.
370370

371371
To add a new word, refer to [Add words to the Grafana Labs dictionary](https://grafana.com/docs/writers-toolkit/review/lint-prose/dictionary/add-words/).
372-
Alternatively, raise an [issue](https://github.com/grafana/writers-toolkit/issues/new?title=Grafana.Spelling%%3A%%20%[1]s) and a maintainer will add it for you.
372+
Alternatively, raise an [issue](https://github.com/grafana/writers-toolkit/issues/new?title=Grafana.Spelling%20%3CWORD%3E) and a maintainer will add it for you.
373373

374374
For UI elements, use [bold formatting](https://grafana.com/docs/writers-toolkit/write/style-guide/style-conventions/#bold).
375375
The spell checker doesn't check words with bold formatting.

docs/sources/write/shortcodes/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,6 @@ Produces:
526526
527527
{{< docs/learning-journeys title="Explore data using Metrics Drilldown" url="https://grafana.com/docs/learning-journeys/drilldown-metrics/" >}}
528528
529-
530529
## Docs/openapi/info
531530
532531
Display information about an OpenAPI 3.0+ specification, use either the `url` or `data` parameter to specify an OpenAPI specification.
@@ -828,7 +827,7 @@ Without the shortcode:
828827
## Figure
829828
830829
The `figure` shortcode renders an image with a caption using an HTML [`<figure>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/figure#usage_notes) element.
831-
This shortcode allows you more control over how to render an image, but if you don't need these options, you can use [basic Markdown to add images]({{< relref "../markdown-guide#images" >}}).
830+
This shortcode allows you more control over how to render an image, but if you don't need these options, you can use [Markdown to add images](../markdown-guide/#images).
832831

833832
To add a figure, insert the `figure` shortcode with the following named parameters:
834833

0 commit comments

Comments
 (0)