Skip to content

Commit

Permalink
[DOCS] Minor fixes in redirects docs
Browse files Browse the repository at this point in the history
Resolves: #95865
Related: #95816
Releases: master, 10.4
Change-Id: Ic9fecfbe07abf98af8d9b8f73d54f3482643c372
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/71923
Tested-by: core-ci <typo3@b13.com>
Tested-by: Benni Mack <benni@typo3.org>
Reviewed-by: Benni Mack <benni@typo3.org>
  • Loading branch information
sypets authored and bmack committed Nov 5, 2021
1 parent bf13e4e commit 7b94fb3
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 12 deletions.
4 changes: 2 additions & 2 deletions typo3/sysext/redirects/Documentation/Basics/Index.rst
Expand Up @@ -112,8 +112,8 @@ usually returned.

Examples for redirect loops:

- `/a => /a`
- `/a => /b => /c`
- `/a => /a` (source and target for a redirect resolve to the same URL)
- `/a => /b => /a`

Slug
====
Expand Down
6 changes: 0 additions & 6 deletions typo3/sysext/redirects/Documentation/Index.rst
Expand Up @@ -31,12 +31,6 @@ Redirects
The content of this document is related to TYPO3 CMS,
a GNU/GPL CMS/Framework available from `typo3.org <https://typo3.org/>`_ .

**For Contributors**

You are welcome to help improve this guide.
Just click on "Edit me on GitHub" on the top right to submit your change
request.

.. toctree::
:maxdepth: 3

Expand Down
6 changes: 3 additions & 3 deletions typo3/sysext/redirects/Documentation/Setup/Index.rst
Expand Up @@ -111,8 +111,8 @@ by filtering with *Source Path* `/test-1`.
Configure editor permission
===========================

By default, the editors cannot access the redirects directly and they cannot
undo the automatic redirects. This can be problematic, because the notification
By default, editors (without admin privileges) cannot access the redirects directly and they cannot
revert the automatic redirects. This can be problematic, because the notification
with the option to revert redirects and the notification that they were reverted
appears in any case - even if the editors do not have access and the redirects
are not reverted.
Expand All @@ -136,7 +136,7 @@ the backend group :guilabel:`Access Lists` tab:
to the redirects module because they will have access to all redirects for
the entire installation and may unintentionally wreak havoc on the site.

Especially problematic can be redirect chains because they result in
Especially problematic can be redirect loops because they result in
broken pages, but these can be detected, using :ref:`redirects:checkintegrity
<redirects-checkintegrity>`.

Expand Down
14 changes: 14 additions & 0 deletions typo3/sysext/redirects/README.rst
@@ -0,0 +1,14 @@
\|
`Contributing <https://docs.typo3.org/m/typo3/guide-contributionworkflow/master/en-us/Index.html>`__ \|
`Help & Support <https://typo3.org/help>`__ \|

=====================================
TYPO3 Redirects (typo3/cms-redirects)
=====================================

The TYPO3 system extension provides custom redirects for TYPO3 for manual
and automatic redirect creation on slug changes.

:Repository: https://github.com/typo3/typo3
:Issues: https://forge.typo3.org/
:Documentation: https://docs.typo3.org/c/typo3/cms-redirects/master/en-us/
2 changes: 1 addition & 1 deletion typo3/sysext/redirects/composer.json
Expand Up @@ -11,7 +11,7 @@
}],
"support": {
"chat": "https://typo3.org/help",
"docs": "https://docs.typo3.org",
"docs": "https://docs.typo3.org/c/typo3/cms-redirects/master/en-us/",
"issues": "https://forge.typo3.org",
"source": "https://github.com/typo3/typo3"
},
Expand Down

0 comments on commit 7b94fb3

Please sign in to comment.