Skip to content

Commit f677784

Browse files
sgrossberndtbmack
authored andcommitted
[TASK] Use current git repository links
README.md and CONTRIBUTING.md use the current repository links with this change. The change also includes several minor edits. Resolves: #98260 Releases: main, 11.5, 10.4 Change-Id: I77d4741df4134ae0babec2415cd8f5345592e29e Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75607 Tested-by: core-ci <[email protected]> Tested-by: Torben Hansen <[email protected]> Tested-by: Benni Mack <[email protected]> Reviewed-by: Torben Hansen <[email protected]> Reviewed-by: Oliver Hader <[email protected]> Reviewed-by: Benni Mack <[email protected]>
1 parent ba6a5c7 commit f677784

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ If you like to contribute to our [documentation][5], use the "Edit me on GitHub"
1414
that can be found in the TYPO3 [documentation team GitHub organisation][6].
1515

1616
[1]: https://docs.typo3.org/core-contribution
17-
[2]: https://git.typo3.org/Packages/TYPO3.CMS.git
18-
[3]: https://review.typo3.org/#/q/project:Packages/TYPO3.CMS,n,z
17+
[2]: https://git.typo3.org/typo3/typo3
18+
[3]: https://review.typo3.org/q/project:Packages/TYPO3.CMS
1919
[4]: https://github.com/typo3/typo3
2020
[5]: https://docs.typo3.org
2121
[6]: https://github.com/TYPO3-Documentation

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ TYPO3 CMS
22
=========
33

44
TYPO3 is an open source PHP based web content management system released
5-
under the GNU GPL. TYPO3 is copyright © 1999-2022 by Kasper Skaarhoj.
5+
under the GNU GPL. TYPO3 is copyright © 1999-2022 by Kasper Skårhøj.
66

77
This document provides a basic introduction to TYPO3.
88

99
Getting Started
1010
---------------
1111

1212
TYPO3 requires a web server with PHP and a database (e.g. MySQL).
13-
Accessing the backend through a supported browser.
13+
The backend is accessed via a supported browser.
1414

1515
Please see the [Installation Guide](https://docs.typo3.org/installation)
1616
in order to set up a basic TYPO3 installation on your web server.
@@ -21,7 +21,7 @@ What is TYPO3?
2121
TYPO3 is a free and open source Content Management Framework. It is
2222
released under the GNU General Public License. It can run on several web
2323
servers, such as Apache, nginx or IIS, on top of many operating systems,
24-
among them Linux, Microsoft Windows, FreeBSD or MacOS.
24+
among them Linux, Microsoft Windows, FreeBSD or macOS.
2525

2626
TYPO3 was initially authored by Kasper Skårhøj and is now further
2727
developed by a community of contributors and the [TYPO3 Core Development
@@ -36,7 +36,7 @@ What is a Content Management Framework?
3636
A Content Management Framework is more than just a content management
3737
system, due to the separation of the streamlined core and optional
3838
plugins (extensions). TYPO3 has an open API that allows you to extend
39-
the frontend (web site) and/or backend (administration) functionality.
39+
the frontend (website) and/or backend (administration) functionality.
4040

4141
The concept of extensions makes TYPO3 capable of being developed and
4242
used in almost any way you can imagine, either by using any of the many
@@ -48,8 +48,8 @@ TYPO3 System requirements
4848
TYPO3 is based upon PHP and uses a database management system like
4949
MySQL.
5050

51-
For more specific information regarding requirements see the
52-
[INSTALL.md](INSTALL.md#server-system-requirements) file in this folder.
51+
For more specific information regarding requirements see the file
52+
[INSTALL.md](INSTALL.md#server-system-requirements) in this folder.
5353

5454
TYPO3 resources
5555
---------------
@@ -59,7 +59,7 @@ get started:
5959

6060
### Get more information
6161

62-
* https://typo3.org is the main project website. It provides up to date
62+
* https://typo3.org/ is the main project website. It provides up-to-date
6363
official news, information about events and the TYPO3 community.
6464

6565
* https://docs.typo3.org/: TYPO3 is one of the most thoroughly
@@ -120,7 +120,7 @@ Contributors Walkthrough and Review System:
120120
The [repository at GitHub](https://github.com/typo3/typo3) is a
121121
synchronized mirror of the primary TYPO3 core git repository:
122122

123-
* https://git.typo3.org/Packages/TYPO3.CMS.git
123+
* https://git.typo3.org/typo3/typo3
124124

125125
If you want to file a bug report, take a look at:
126126

0 commit comments

Comments
 (0)