Skip to content

Commit 2b619fa

Browse files
authored
Merge pull request plone#1494 from plone/linkcheck-2023-05-11
Linkcheck 2023 05 11
2 parents 9c50c45 + 82cc5fb commit 2b619fa

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/backend/upgrading/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ This approach allows you to migrate from Plone 4 to 6, from Python 2 to 3, and f
132132
It is recommended for large and complex migrations.
133133

134134
The recommended tool for this is [`collective.exportimport`](https://github.com/collective/collective.exportimport).
135-
An alternative is `transmogrifier` (see the training {ref}`training:transmogrifier-label`).
135+
An alternative is `transmogrifier` (see the training {ref}`training-2022:transmogrifier-label`).
136136

137137

138138
(introduction-major-changes-label)=

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@
188188
"plone": ("https://6.docs.plone.org/", None), # for imported packages
189189
"python": ("https://docs.python.org/3/", None),
190190
"training": ("https://training.plone.org/", None),
191+
"training-2022": ("https://2022.training.plone.org/", None),
191192
}
192193

193194

docs/contributing/documentation/admins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This guide is for administrators of Plone Documentation.
1515
It covers automated deployments, hosting, automated testing, previewing, and importing external package documentation into Plone Documentation.
1616

1717

18-
(administrators-import-docs-submodule-label)=
18+
(administrators-import-docs-and-converting-to-myst-label)=
1919

2020
## Importing external docs and converting to MyST
2121

0 commit comments

Comments
 (0)