Skip to content

Commit 3d900d1

Browse files
committed
Fix cross-references
1 parent 9267edb commit 3d900d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ If you have an existing Plone 5.2 or 6.0 site and you migrate to 6.1, then migra
123123
124124
Plone 6.1 introduces the concept of a Plone {term}`distribution`.
125125
A Plone distribution is a Python package that defines specific features, themes, add-ons, and configurations that get activated when creating a Plone site.
126-
Now it is available in core Plone as the recommended way for {doc}`creating a new Plone site </install/add-site>`.
126+
Now it is available in core Plone as the recommended way for {doc}`creating a new Plone site </admin-guide/add-site>`.
127127
128128
```{seealso}
129129
For more information about distribution concepts, see {doc}`/conceptual-guides/distributions`.

docs/conceptual-guides/make-build-backend-walk-through.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The command `make build-backend`:
5252

5353
- Returning to the target `build-dev`:
5454

55-
- This generates the `mxdev` files as described above in {ref}`mxdev-usage-overview-label`.
55+
- This generates the `mxdev` files as described above in {ref}`manage-backend-python-packages-label`.
5656
- Installs Plone core packages and add-ons from the files generated by `mxdev`.
5757

5858
You can configure your Zope instance as described in the section {doc}`/admin-guide/configure-zope`.

0 commit comments

Comments
 (0)