Skip to content

Commit

Permalink
http_client Add link to libcurl by using entity
Browse files Browse the repository at this point in the history
  • Loading branch information
oej committed Jun 9, 2016
1 parent a84dee5 commit 28ea155
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docbook/entities.xml
Expand Up @@ -103,4 +103,4 @@

<!-- Often used 3rd party libraries -->
<!ENTITY openssl "<ulink url='https://www.openssl.org'>OpenSSL</ulink>">
<!ENTITY curl "<ulink url='https://curl.haxx.se'>Curl</ulink>">
<!ENTITY libcurl "<ulink url='https://curl.haxx.se'>libcurl</ulink>">
4 changes: 2 additions & 2 deletions modules/http_client/doc/http_client_admin.xml
Expand Up @@ -62,7 +62,7 @@
<listitem>
<para>
TLS - if you use TLS connections (https) the tls module should be
loaded first in order to initialize OpenSSL properly.
loaded first in order to initialize &openssl; properly.
</para>
</listitem>
</itemizedlist>
Expand All @@ -77,7 +77,7 @@
<itemizedlist>
<listitem>
<para>
<emphasis>libcurl</emphasis>.
<emphasis>&libcurl;</emphasis>.
</para>
</listitem>
</itemizedlist>
Expand Down

0 comments on commit 28ea155

Please sign in to comment.