Skip to content

Commit

Permalink
Fix links correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Oct 17, 2013
1 parent 912d96f commit 5fbbcae
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions horde/docs/INSTALL
Expand Up @@ -277,12 +277,12 @@ The following prerequisites are **REQUIRED** for Horde to function properly.
This extension can be enabled by adding the ``--enable-intl`` option
when compiling PHP.

h. _curl ``--with-curl``
h. _`curl` ``--with-curl``

The curl extension, if installed, will be used instead of PHP's fopen()
when retrieving data from external HTTP servers (remote calendars, web
APIs, etc.). This is much more reliable and flexible, so it is
recommended to either enable it or install the http_ extension.
The `curl extension`_, if installed, will be used instead of PHP's
fopen() when retrieving data from external HTTP servers (remote
calendars, web APIs, etc.). This is much more reliable and flexible, so
it is recommended to either enable it or install the http_ extension.

This extension can be enabled by adding the ``--with-curl`` option when
compiling PHP.
Expand Down Expand Up @@ -416,12 +416,12 @@ The following prerequisites are **REQUIRED** for Horde to function properly.

pecl install memcache

d. _http
d. _`http`

The http extension, if installed, will be used instead of PHP's fopen()
when retrieving data from external HTTP servers (remote calendars, web
APIs, etc.). This is much more reliable and flexible, so it recommended
to either install this or enable the curl_ extension.
The `http extension`_, if installed, will be used instead of PHP's
fopen() when retrieving data from external HTTP servers (remote
calendars, web APIs, etc.). This is much more reliable and flexible, so
it recommended to either install this or enable the curl_ extension.

To install, enter the following at the command prompt::

Expand Down Expand Up @@ -854,8 +854,8 @@ The Horde Team
.. _README: README
.. _docs/SECURITY: SECURITY
.. _docs/TRANSLATIONS: TRANSLATIONS
.. _curl: http://php.net/curl
.. _http: http://php.net/http
.. _`curl extension`: http://php.net/curl
.. _`http extension`: http://php.net/http
.. _`File Uploads`: http://wiki.horde.org/FAQ/Admin/FileUploads
.. _`Firebug`: http://www.getfirebug.com/
.. _`session.gc_probability`: http://www.php.net/manual/en/session.configuration.php#ini.session.gc-probability
Expand Down

0 comments on commit 5fbbcae

Please sign in to comment.