Skip to content

Commit 270567b

Browse files
committed
Update docs to use plone/plone.restapi@master
1 parent 9fb1255 commit 270567b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
[submodule "submodules/plone.restapi"]
66
path = submodules/plone.restapi
77
url = https://github.com/plone/plone.restapi.git
8-
branch = plone6docs
8+
branch = master

docs/contributing/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ We use git submodules to manage multiple repositories.
180180
We imported the external repositories the `plone/documentation` repository as described in {doc}`setup-build`.
181181
182182
```{important}
183-
We currently use the branches `plone/documentation@6-dev`, `plone/plone.restapi@plone6docs`, and `plone/volto@master` as the main branches for developing Plone 6 Documentation.
183+
We currently use the branches `plone/documentation@6-dev`, `plone/plone.restapi@master`, and `plone/volto@master` as the main branches for developing Plone 6 Documentation.
184184
These branches may change as we get closer to a production release.
185185
```
186186

@@ -207,7 +207,7 @@ These branches may change as we get closer to a production release.
207207
git submodule update
208208
209209
# For plone.restapi
210-
git checkout plone6docs
210+
git checkout master
211211
212212
# For volto
213213
git checkout master

0 commit comments

Comments
 (0)