Skip to content

Commit 17967e5

Browse files
authored
Merge pull request #1542 from plone/fix-broken-refs
Clean up MyST syntax
2 parents 6190238 + 9caa1fc commit 17967e5

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

docs/backend/content-types/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ See the chapter {ref}`training:dexterity1-label` from the Mastering Plone 6 Trai
5252

5353
```{toctree}
5454
:maxdepth: 2
55-
55+
```
56+
% Uncomment each of the following and move into the toctree above when migrated from Plone 5 documentation
5657
% designing
5758
% prerequisite
5859
% schema-driven-types
@@ -61,7 +62,6 @@ See the chapter {ref}`training:dexterity1-label` from the Mastering Plone 6 Trai
6162
% advanced/index
6263
% testing/index
6364
% reference/index
64-
```
6565

6666

6767
## Factory Type Information

docs/classic-ui/views.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -637,11 +637,11 @@ This way you also have a test for the generated view.
637637

638638
## Guided information
639639

640-
The Mastering Plone Training has several chapters on views.
640+
The Mastering Plone 5 Training has several chapters on views.
641641

642-
- {ref}`training:views1-label`
643-
- {ref}`training:views2-label`
644-
- {ref}`training:views3-label`
642+
- {doc}`training:mastering-plone-5/views_1`
643+
- {doc}`training:mastering-plone-5/views_2`
644+
- {doc}`training:mastering-plone-5/views_3`
645645

646646

647647
(classic-ui-anatomy-of-a-view-label)=

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@
9191
r"https://coveralls.io/repos/github/plone/plone.restapi/badge.svg\?branch=main", # plone.restapi
9292
r"https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors#Identifying_the_issue",
9393
r"https://docs.cypress.io/guides/references/migration-guide#Migrating-to-Cypress-version-10-0", # volto
94+
# Ignore unreliable sites
95+
r"https://web.archive.org/", # volto
9496
]
9597
linkcheck_anchors = True
9698
linkcheck_timeout = 5

0 commit comments

Comments
 (0)