Skip to content

Commit c66960f

Browse files
committed
fix
1 parent 50b970a commit c66960f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/configure/deployment-models.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Tagged deployment
3333

3434
### Continuous deployment
3535

36-
This is the default. To get started, follow our [guide](guide/index.md) to set up the new docs folder structure and CI configuration
36+
This is the default. To get started, follow our [guide](/migration/guide/index.md) to set up the new docs folder structure and CI configuration.
3737

3838
Once setup ensure the repository is added to our `assembler.yml` under `references`.
3939

@@ -69,7 +69,7 @@ references:
6969
```
7070

7171
:::{note}
72-
In order for `9.0` to be onboarded it needs to first follow our [migration guide](guide/index.md) and have our documentation CI integration setup.
72+
In order for `9.0` to be onboarded it needs to first follow our [migration guide](/migration/guide/index.md) and have our documentation CI integration setup.
7373
Our CI integration checks will block until `current` is successfully configured
7474
:::
7575

docs/contribute/cumulative-docs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ When the context differs from what was specified at the page level in a specific
5353

5454
* Likewise, when the difference is specific to just one paragraph or list item, the same rules apply. Just the syntax slightly differs so that it stays inline:
5555

56-
:::{include} _snippets/line-level-applies-example.md
56+
:::{include} /syntax/_snippets/line-level-applies-example.md
5757
:::
5858

5959
### When should I indicate that something is NOT applicable to a specific context?
@@ -109,7 +109,7 @@ For this case, no specific version tagging is necessary.
109109
**A new feature is added to {{serverless-short}} or {{ecloud}}. How do I tag it?**
110110
Cumulative documentation is not meant to replace release notes. If a feature becomes available in {{serverless-short}} and doesn’t have a particular lifecycle state to call out (preview, beta, deprecated…), it does not need specific tagging.
111111

112-
However, in this scenario, it is important to consider carefully [when the change is going to be published](#choose-the-docs-deployment-model-for-a-repository).
112+
However, in this scenario, it is important to consider carefully [when the change is going to be published](deployment-models.md).
113113

114114
We do not do date-based tagging for unversioned products.
115115

0 commit comments

Comments
 (0)