Skip to content

Commit 6290bb6

Browse files
committed
Fix links
1 parent 5fa4974 commit 6290bb6

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
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: 2 additions & 2 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
@@ -21,5 +21,5 @@ Components
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)