Skip to content

Commit 263c6a4

Browse files
authored
Minor syntax fixes (#1736)
* Include changes to http-examples to build docs preview * Fix syntax of guilabel * Fix references
1 parent 20efe39 commit 263c6a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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
@@ -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}`manage-mxdev-usage-overview-label`.
55+
- 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-common-management-tasks-label`.
58+
You can configure your Zope instance as described in the section {ref}`manage-configuration-with-cookiecutter-zope-instance-label`.

docs/i18n-l10n/use-an-external-translation-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class TranslateUsingMyService(BrowserView):
9595
```
9696

9797
```{note}
98-
Due to the way that the Google Translate integration is built in `plone.app.multilingual`, you will need to enter something in the {guilable}`Google Translate API Key` field in the {guilable}`Multilingual Settings`
98+
Due to the way that the Google Translate integration is built in `plone.app.multilingual`, you will need to enter something in the {guilabel}`Google Translate API Key` field in the {guilabel}`Multilingual Settings`
9999
control panel of your site.
100100
It doesn't need to be a valid Google Translate API Key; it can be a random string.
101101
```

0 commit comments

Comments
 (0)