Skip to content

Commit

Permalink
Fix documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
NoUseFreak committed Apr 9, 2015
1 parent b423fde commit 96a8772
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,15 @@ PHP
---

To install PHP refer to your option of choice. Installation instructions are different for every platform.
See the `PHP Installation Guide<http://php.net/manual/en/install.php>`_. Make sure your PHP version is higher than
See the `PHP Installation Guide <http://php.net/manual/en/install.php>`_. Make sure your PHP version is higher than
`5.4.0`.

Composer
--------

Composer is a dependency manager for PHP.

Use the following code to install, see the `Official installation documentation<https://getcomposer.org/download/>`_
Use the following code to install, see the `Official installation documentation <https://getcomposer.org/download/>`_
for detailed information.

.. code-block:: bash
Expand All @@ -120,7 +120,7 @@ Gulp

Gulp is a streaming build system. It is used to build assets.

Use the following code to install, see the `Official installation documentation<https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md>`_
Use the following code to install, see the `Official installation documentation <https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md>`_
for detailed information.

.. code-block:: bash
Expand All @@ -130,7 +130,7 @@ for detailed information.
Bower
-----

Use the following code to install, see the `Official installation documentation<http://bower.io/#install-bower>`_
Use the following code to install, see the `Official installation documentation <http://bower.io/#install-bower>`_
for detailed information.

.. code-block:: bash
Expand Down

0 comments on commit 96a8772

Please sign in to comment.