Skip to content

Commit 0a480f1

Browse files
authored
Fix reference to target `create-project-cookieplone-hardware-requirem… (#1911)
* Fix reference to target `create-project-cookieplone-hardware-requirements-label` - Ignore plone.restapi meta *.md files - Fix redirects and 404s * Mention Volto as source of broken link ignore * Update tip submodules/volto
1 parent ba1388c commit 0a480f1

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
r"https://coveralls.io/repos/github/plone/plone.restapi/badge.svg\?branch=main", # plone.restapi
103103
r"https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors#Identifying_the_issue", # volto
104104
r"https://docs.cypress.io/guides/references/migration-guide#Migrating-to-Cypress-version-10-0", # volto
105-
r"https://browsersl.ist/#",
105+
r"https://browsersl.ist/#", # volto
106106
# Ignore unreliable sites
107107
r"https://web.archive.org/",
108108
r"https://www.gnu.org/", # Consider removal when upgrading Sphinx
@@ -138,6 +138,7 @@
138138
"**/eggs",
139139
"_inc/.*",
140140
"plone.restapi/.*",
141+
"plone.restapi/*.md",
141142
"plone.restapi/bin",
142143
"plone.restapi/develop-eggs",
143144
"plone.restapi/docs/source/glossary.md", # There can be only one Glossary.

docs/contributing/documentation/admins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ The following are example files that you can use to configure your project for p
103103
104104
- [Plone Sphinx Theme `Makefile`](https://github.com/plone/plone-sphinx-theme/blob/main/Makefile), specifically the `rtd-pr-preview` section.
105105
This is the command to use to build documentation previews on Read the Docs.
106-
- [Plone Sphinx Theme `requirements-docs.txt`](https://github.com/plone/plone-sphinx-theme/blob/main/requirements-docs.txt) specifies the requirements to use Plone Sphinx Theme and build the docs.
106+
- [Plone Sphinx Theme `pyproject.toml`](https://github.com/plone/plone-sphinx-theme/blob/main/pyproject.toml) specifies the requirements to use Plone Sphinx Theme and build the docs.
107107
- [Plone Sphinx Theme `conf.py`](https://github.com/plone/plone-sphinx-theme/blob/main/docs/conf.py) the Sphinx configuration file to build the docs.
108108
- [Plone Sphinx Theme `.readthedocs.yaml`](https://github.com/plone/plone-sphinx-theme/blob/main/.readthedocs.yaml) specifies the configuration and Makefile command that Read the Docs uses to build the docs.
109109
- [Plone Sphinx Theme `.github/workflows/rtd-pr-preview.yml`](https://github.com/plone/plone-sphinx-theme/blob/main/.github/workflows/rtd-pr-preview.yml) specifies when to build the docs, specifically only when a pull request is opened and there are changes to the documentation files.

docs/contributing/documentation/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ git push
175175
```
176176

177177
```{seealso}
178-
[How to undo a committed submodule command](https://stackoverflow.com/a/46500544/2214933).
178+
[How to undo a committed submodule command](https://stackoverflow.com/questions/46500441/how-to-undo-a-committed-submodule-command/46500544#46500544).
179179
```
180180

181181

docs/deployment/server-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This page in the deployment guide covers how to prepare a server environment for
1515
You will need to prepare your environment with the following items.
1616

1717
```{note}
18-
Should we reuse or update {ref}`install-packages-hardware-requirements-label`?
18+
Should we reuse or update {ref}`create-project-cookieplone-hardware-requirements-label`?
1919
```
2020

2121
- server instance with an operating system that Plone can run on

docs/install/containers/images/backend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ services:
222222
| `CORS_ALLOW_HEADERS` | A comma separated list of request headers allowed to be sent by the client, for example `X-My-Header` | `Accept,Authorization,Content-Type,X-Custom-Header` |
223223
| `CORS_MAX_AGE` | Indicates how long the results of a preflight request can be cached | `3600` |
224224

225-
These variables are used to configure [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS).
225+
These variables are used to configure [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/CORS).
226226

227227
(containers-images-backend-add-ons-label)=
228228

docs/install/containers/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The system requirements include those required by Docker itself.
5555
- [Windows](https://docs.docker.com/desktop/setup/install/windows-install/)
5656

5757
Plone 6 itself requires memory and disk space in addition to those of Docker alone.
58-
See its {ref}`install-packages-hardware-requirements-label`.
58+
See its {ref}`create-project-cookieplone-hardware-requirements-label`.
5959

6060

6161
### Install Docker

0 commit comments

Comments
 (0)