Skip to content

Commit 105395c

Browse files
authored
Use 6-latest for the truly latest 6 (#1849)
- Thus we don't have to update it for 6.2 🥳
1 parent d633bbb commit 105395c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/admin-guide/install-pip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ python3 -m venv venv
5858
Install Plone and a helper package, {term}`pipx`.
5959

6060
```shell
61-
venv/bin/pip install -c https://dist.plone.org/release/6.1-latest/constraints.txt Plone pipx
61+
venv/bin/pip install -c https://dist.plone.org/release/6-latest/constraints.txt Plone pipx
6262
```
6363

6464

docs/install/create-project-cookieplone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ See the cookiecutter's README for how to [Use options to avoid prompts](https://
131131
```
132132
133133
```{important}
134-
For {guilabel}`Project Slug`, you must not use any of the Plone core package names listed in [`constraints.txt`](https://dist.plone.org/release/6.1-latest/constraints.txt).
134+
For {guilabel}`Project Slug`, you must not use any of the Plone core package names listed in [`constraints.txt`](https://dist.plone.org/release/6-latest/constraints.txt).
135135
Note that pip normalizes these names, so `plone.volto` and `plone-volto` are the same package.
136136
```
137137

0 commit comments

Comments
 (0)