Skip to content

Commit

Permalink
[TASK] Unify placeholder syntax (#268)
Browse files Browse the repository at this point in the history
Use `<placeholder>` as default placeholder style in
URLs since it's standard in Backus–Naur form.

To avoid URL linking, apply the reST directive `:samp:`.
  • Loading branch information
alexander-nitsche committed Nov 25, 2021
1 parent 21d14ed commit 34ebaf2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# EditorConfig is awesome: http://EditorConfig.org
# EditorConfig is awesome: https://EditorConfig.org
#
# Use as master: https://github.com/TYPO3-Documentation/T3DocTeam/blob/master/.editorconfig

Expand Down
2 changes: 1 addition & 1 deletion Documentation/.editorconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# EditorConfig is awesome: http://EditorConfig.org
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file? false = no!
root = false
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Legacy/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ automatically install the new source code.
Major Upgrades - Symlink The Core
=================================

Go to `http://typo3.org/download/ <http://typo3.org/download/>`_ and download
Go to https://typo3.org/download/ and download
the source package of the new TYPO3 version.

Extract the package on your web server and, in your TYPO3 document root,
Expand Down
4 changes: 2 additions & 2 deletions Documentation/MigrateToComposer/MigrationSteps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ Install extension from TER

If the extension is not available on packagist, the good news is: All
TER extensions are available via Composer! That's, why we added
`https://composer.typo3.org/` as repository to our :file:`composer.json`
:samp:`https://composer.typo3.org/` as repository to our :file:`composer.json`
some lines above. There are little naming conventions:

* Vendor name is `typo3-ter`.
Expand All @@ -239,7 +239,7 @@ https://composer.typo3.org/satis.html.
.. note ::
If you do not include any packages this way, you can remove the
repository block named `https://composer.typo3.org` from your
repository block named :samp:`https://composer.typo3.org` from your
:file:`composer.json` to improve speed.
Install extension from version control system (e.g. GitHub, Gitlab, ...)
Expand Down

0 comments on commit 34ebaf2

Please sign in to comment.