Skip to content

Commit 0a4968c

Browse files
committed
Fix link references
1 parent 0c67dd2 commit 0a4968c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/backend/upgrading/version-specific-migration/upgrade-to-60.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ The standard theme in Classic UI was updated to Bootstrap 5, CSS variables, and
168168
If you have a theme that builds on Barceloneta, you most likely need various changes.
169169

170170
It may be best to start with a fresh theme, and try to keep the changes minimal.
171-
The training documentation lists {doc}`three possible theming strategies <theming_plone_5/index>`:
171+
The training documentation lists {doc}`three possible theming strategies <training-2022:theming_plone_5/index>`:
172172

173173
- Create a theme based on Barceloneta.
174174
- Create a theme from scratch.

docs/contributing/documentation/themes-and-extensions.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ We use several MyST and Sphinx extensions to enhance the presentation of Plone d
5858
- [`sphinx_reredirects`](https://documatt.com/sphinx-reredirects/) handles redirects for moved pages.
5959
- [`sphinx_sitemap`](https://pypi.org/project/sphinx-sitemap/) generates multiversion and multilanguage [sitemaps.org](https://www.sitemaps.org/protocol.html) compliant sitemaps.
6060
- [`sphinxcontrib.httpdomain`](https://sphinxcontrib-httpdomain.readthedocs.io/en/stable/) provides a Sphinx domain for describing HTTP APIs.
61-
It is used by Plone's {doc}`plone.restapi/docs/source/index`.
61+
It is used by Plone's {doc}`/plone.restapi/docs/source/index`.
6262
- [`sphinxcontrib.httpexample`](https://sphinxcontrib-httpexample.readthedocs.io/en/latest/) enhances `sphinxcontrib-httpdomain` by generating RESTful HTTP API call examples for different tools from a single HTTP request example.
6363
Supported tools include [curl](https://curl.se/), [wget](https://www.gnu.org/software/wget/), [httpie](https://httpie.io/), and [python-requests](https://requests.readthedocs.io/en/latest/).
64-
It is used by Plone's {doc}`plone.restapi/docs/source/index`.
64+
It is used by Plone's {doc}`/plone.restapi/docs/source/index`.
6565
- [`sphinxcontrib.video`](https://pypi.org/project/sphinxcontrib-video/) allows you to embed local videos as defined by the HTML5 standard.
6666
- [`sphinxext.opengraph`](https://pypi.org/project/sphinxext-opengraph/) generates [OpenGraph metadata](https://ogp.me/).

docs/contributing/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Plone API
165165

166166
Plone REST API
167167
: A RESTful API for Plone.
168-
See {doc}`plone.restapi/docs/source/contributing/index`.
168+
See {doc}`/plone.restapi/docs/source/contributing/index`.
169169

170170
Volto
171171
: Plone 6 default frontend.

docs/install/manage-add-ons-packages.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ For a complete list of features, usage, and options, read [`cookiecutter-zope-in
5050

5151
This section describes how to manage packages for the Plone backend with `mxdev`.
5252

53-
For developing add-ons for the Plone frontend, Volto, see {doc}`volto/addons/index`.
53+
For developing add-ons for the Plone frontend, Volto, see {doc}`/volto/addons/index`.
5454

5555

5656
(manage-the-problem-with-pip-label)=

0 commit comments

Comments
 (0)