Skip to content

Commit b88fb46

Browse files
committed
fix ext links
1 parent eb65fea commit b88fb46

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/contribute/cumulative-docs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In order to achieve this, the markdown source files integrate a tagging system m
2727
* [Which Elastic products and deployment models the content applies to](#tagging-products-and-deployment-models) (for example, Elastic Cloud Serverless or Elastic Cloud Hosted).
2828
* [When a feature goes into a new state as compared to the established base version](#tagging-version-related-changes-mandatory) (for example, being added or going from Beta to GA).
2929

30-
This tagging system is mandatory for all of the public-facing documentation. We refer to it as “[applies_to](https://elastic.github.io/docs-builder/syntax/applies/)” tags or badges.
30+
This tagging system is mandatory for all of the public-facing documentation. We refer to it as “[applies_to](/syntax/applies.md)” tags or badges.
3131

3232
## How version awareness works in Docs V3
3333

@@ -41,7 +41,7 @@ This central version config is used in certain inline version variables, and dri
4141

4242
All documentation pages **must** include an `applies_to` tag in the YAML frontmatter. Use YAML frontmatter to indicate each deployment target's availability and lifecycle status.
4343

44-
The `applies_to` attribute is used to display contextual badges on each page. For the full list of supported keys and values, refer to [frontmatter](https://elastic.github.io/docs-builder/syntax/frontmatter).
44+
The `applies_to` attribute is used to display contextual badges on each page. For the full list of supported keys and values, refer to [frontmatter](/syntax/frontmatter.md).
4545

4646

4747
:::{tip}
@@ -107,7 +107,7 @@ This is true for most situations. However, it can still be useful to call it out
107107

108108
## Tagging version-related changes (mandatory)
109109

110-
In the previous section, we’ve considered product and deployment availability. Feature lifecycle and version-related changes are communicated as part of the same [applies\_to](https://elastic.github.io/docs-builder/syntax/applies/) tagging logic, by specifying different values to each supported key.
110+
In the previous section, we’ve considered product and deployment availability. Feature lifecycle and version-related changes are communicated as part of the same [applies_to](/syntax/applies.md) tagging logic, by specifying different values to each supported key.
111111

112112
**Are you sure your change is related to a specific version? Maybe not…**
113113
This is a frequent case. For example: fixing typos, improving styling, adding a long-forgotten setting, etc.

docs/migration/guide/working-in-docs-content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Images are in [one directory](https://github.com/elastic/docs-content/tree/main/
5252
* More details on the `mv` command are in [https://github.com/elastic/docs-builder/pull/376](https://github.com/elastic/docs-builder/pull/376).
5353
* Change the `h1` title.
5454
* Change the `navigation_title` in the frontmatter.
55-
* Add the [product availability](https://elastic.github.io/docs-builder/syntax/applies.html) to frontmatter of each page.
55+
* Add the [product availability](/syntax/applies.md) to frontmatter of each page.
5656
* Make edits to the migrated content.
5757
* Copy content from `raw-migrated-files` into the stub page files. Be sure to update links and image references when moving content.
5858
* Check if any other pages rely on the content in the `raw-migrated-files` file. You can either:

docs/syntax/quick-ref.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ Elastic Cloud Hosted supports most standard Kibana settings.
590590

591591
## Tabs
592592

593-
Block element that displays content in switchable tabs to help users zero in on the right context (such as a deployment or language). [Synced tab groups](https://elastic.github.io/docs-builder/syntax/tabs/#tab-groups) are supported.
593+
Block element that displays content in switchable tabs to help users zero in on the right context (such as a deployment or language). [Synced tab groups](/syntax/tabs.md#tab-groups) are supported.
594594

595595
:::::{dropdown} Syntax
596596
```markdown

0 commit comments

Comments
 (0)