Skip to content

Commit 5fa4974

Browse files
committed
Fix links
1 parent 8892121 commit 5fa4974

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

docs/source/components.rst

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,21 @@ Example:
2525
Components
2626
----------
2727

28-
+----------------------+--------------------------------------------+--------------------------------------------------------------+
29-
| Component | Description | Github |
30-
+======================+============================================+========+=====================================================+
31-
| collection | Replace array by a strict typed collection | `github.com<https://github.com/php-pp/collection>` |
32-
+----------------------+--------------------------------------------+--------------------------------------------------------------+
33-
| collection-contracts | Contracts for collection | `github.com<https://github.com/php-pp/collection-contracts>` |
34-
+----------------------+--------------------------------------------+--------------------------------------------------------------+
35-
| collection-generator | Helps you to generate a Collection | `github.com<https://github.com/php-pp/collection-generator>` |
36-
+----------------------+--------------------------------------------+--------------------------------------------------------------+
28+
+----------------------+--------------------------------------------+---------------------------------------------------------------+
29+
| Component | Description | Github |
30+
+======================+============================================+========+======================================================+
31+
| collection | Replace array by a strict typed collection | `github.com<https://github.com/php-pp/collection>`_ |
32+
+----------------------+--------------------------------------------+---------------------------------------------------------------+
33+
| collection-contracts | Contracts for collection | `github.com<https://github.com/php-pp/collection-contracts>`_ |
34+
+----------------------+--------------------------------------------+---------------------------------------------------------------+
35+
| collection-generator | Helps you to generate a Collection | `github.com<https://github.com/php-pp/collection-generator>`_ |
36+
+----------------------+--------------------------------------------+---------------------------------------------------------------+
3737

3838
Development components
3939
----------------------
4040

41-
+----------------------+--------------------------------------------+--------------------------------------------------------------+
42-
| Component | Description | Github |
43-
+======================+============================================+========+=====================================================+
44-
| code-sniffer | Code sniffer for PHP++ code style | `github.com<https://github.com/php-pp/code-sniffer>` |
45-
+----------------------+--------------------------------------------+--------------------------------------------------------------+
41+
+----------------------+--------------------------------------------+---------------------------------------------------------------+
42+
| Component | Description | Github |
43+
+======================+============================================+========+======================================================+
44+
| code-sniffer | Code sniffer for PHP++ code style | `github.com<https://github.com/php-pp/code-sniffer>`_ |
45+
+----------------------+--------------------------------------------+---------------------------------------------------------------+

docs/source/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Welcome to PHP++ documentation!
22
===============================
33

4-
`PHP++<https://github.com/php-pp>` is a PHP library with this features:
4+
`PHP++<https://github.com/php-pp>`_ is a PHP library with this features:
55
* Install only what you need: PHP++ is a set of reusable components
66
* Work with objects, do not use functions (example: ``fileatime()`` -> ``FileUtils::getAccessedAt()``)
77
* Do not care about ``E_NOTICE`` and it's friends, all PHP errors are catched and replaced by an exception
@@ -16,10 +16,10 @@ Compatibles PHP versions: from ``7.4`` to the ``latest``.
1616
Components
1717
----------
1818

19-
`See the list of components.</components>`
19+
`See the list of components.</components>`_
2020

2121
Issues
2222
------
2323

24-
If you find an issue, go to `github.com/php-pp<https://github.com/php-pp>`, select the component that has a problem
24+
If you find an issue, go to `github.com/php-pp<https://github.com/php-pp>`_, select the component that has a problem
2525
and create a ticket in the ``Issue`` tab.

0 commit comments

Comments
 (0)