Skip to content

Commit 1f7c332

Browse files
committed
Switch to plone.api branch 'master'
1 parent 9371990 commit 1f7c332

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
[submodule "submodules/plone.api"]
1010
path = submodules/plone.api
1111
url = https://github.com/plone/plone.api.git
12-
branch = integration-in-plone-docs-6
12+
branch = master

docs/contributing/index.md

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

@@ -209,7 +209,7 @@ These branches may change as we get closer to a production release.
209209
git submodule update
210210
211211
# for plone.api
212-
git checkout integration-in-plone-docs-6
212+
git checkout master
213213
214214
# for plone.restapi
215215
git checkout master

0 commit comments

Comments
 (0)