Skip to content

Commit 87562cf

Browse files
committed
fixes
1 parent e74851f commit 87562cf

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ myst:
1111

1212
# `make build-backend` details
1313

14-
This chapter assumes you have previously followed {doc}`/admin-guide/install-plonestarter`.
14+
This chapter assumes you have previously followed {doc}`/install/create-project`.
1515

1616
The `Makefile` at the root of your project invokes commands in `backend/Makefile`.
1717
Here are excerpts from `backend/Makefile` to show details of the `make build-backend` command.
@@ -55,4 +55,4 @@ The command `make build-backend`:
5555
- This generates the `mxdev` files as described above in {ref}`mxdev-usage-overview-label`.
5656
- Installs Plone core packages and add-ons from the files generated by `mxdev`.
5757

58-
You can configure your Zope instance as described in the section {ref}`manage-configuration-with-cookiecutter-zope-instance-label`.
58+
You can configure your Zope instance as described in the section {doc}`/admin-guide/configure-zope`.

docs/conceptual-guides/package-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The generated files indicate from where the constraints were fetched, and commen
5353
You or your development tools, such as GNU Make, must perform that step.
5454

5555
```{seealso}
56-
{doc}`/manage/backend`
56+
{doc}`/admin-guide/add-ons`
5757
```
5858

5959

docs/install/containers/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ myst:
1414
The Plone 6 images have all the system requirements, prerequisites, and Plone 6 already installed, except those requirements needed for running the container engine itself.
1515

1616
Using containers is the easiest way to deploy Plone 6.
17-
Containers may also be used when {doc}`creating a Plone project </admin-guide/install-cookieplone>`.
17+
Containers may also be used when {doc}`creating a Plone project </install/create-project-cookieplone>`.
1818

1919
The Plone 6 container images are compliant with the [Open Container Initiative (OCI)](https://opencontainers.org/).
2020
They should work with any OCI-compliant container engine for developing, managing, and running Plone 6 images.

docs/install/create-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ myst:
1414

1515
This chapter describes how you can create a web application using the {term}`cookiecutter-plone-starter` template.
1616

17-
```{deprecated}
17+
```{deprecated} Plone 6.1 & Volto 18
1818
This way of installing Plone is now deprecated.
1919
It was the recommended way to start a new Plone project with **Plone 6.0** and **Volto 17 or earlier**.
2020
For other installation options, see {ref}`get-started-install-label`.

0 commit comments

Comments
 (0)