summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2013-03-07 18:19:40 +0100
committerStef Walter <stefw@gnome.org>2013-03-07 18:19:40 +0100
commit85eaff1aebb0e6625382fba179164490b6ebb538 (patch)
tree869ac89dd80f664660b800b92bccb8556b796c65
parentae05057c69a6ef9ed49b47db6e9ba2b8acdcfe23 (diff)
downloadp11-kit-85eaff1aebb0e6625382fba179164490b6ebb538.tar.gz
doc: Fix external URLs in documentation
-rw-r--r--doc/p11-kit-devel.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/p11-kit-devel.xml b/doc/p11-kit-devel.xml
index d9c1ade..af32c54 100644
--- a/doc/p11-kit-devel.xml
+++ b/doc/p11-kit-devel.xml
@@ -11,9 +11,9 @@
contributing to p11-kit beyond what's in this manual:</para>
<itemizedlist>
- <listitem><para><ulink href="http://p11-glue.freedesktop.org/p11-kit.html">Website</ulink></para></listitem>
- <listitem><para><ulink href="mail:p11-glue@lists.freedesktop.org">Mailing list</ulink></para></listitem>
- <listitem><para><ulink href="https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue&amp;component=p11-kit">Bugzilla</ulink></para></listitem>
+ <listitem><para><ulink url="http://p11-glue.freedesktop.org/p11-kit.html">Website</ulink></para></listitem>
+ <listitem><para><ulink url="mail:p11-glue@lists.freedesktop.org">Mailing list</ulink></para></listitem>
+ <listitem><para><ulink url="https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue&amp;component=p11-kit">Bugzilla</ulink></para></listitem>
</itemizedlist>
</section>
@@ -88,9 +88,9 @@ $ <command>pkg-config p11-kit-1 --variable p11_module_path</command>
contribute to the project or package p11-kit.</para>
<para>You can download
- <ulink href="http://p11-glue.freedesktop.org/releases/">tarballs
+ <ulink url="http://p11-glue.freedesktop.org/releases/">tarballs
of the releases</ulink> of p11-kit or
- <ulink href="http://cgit.freedesktop.org/p11-glue/p11-kit/">check
+ <ulink url="http://cgit.freedesktop.org/p11-glue/p11-kit/">check
out the source code from git</ulink>. This documentation will not
go into all the details of how to get your development environment
set up and instead focus on the what's unique to compiling p11-kit.</para>
@@ -137,7 +137,7 @@ $ make install
<listitem><para><command>gettext</command> is required if your system doesn't
have the <literal>gettext()</literal> functionality for handling message
translation databases. This can be provided by the libintl library from
- the <ulink href="http://www.gnu.org/software/gettext">GNU gettext
+ the <ulink url="http://www.gnu.org/software/gettext">GNU gettext
package</ulink>.</para></listitem>
<listitem><para><command>pthread</command> is required if your (ancient) system
doesn't have this included in the base system. How this is provided is platform