]> granicus.if.org Git - p11-kit/commitdiff
doc: Fix external URLs in documentation
authorStef Walter <stefw@gnome.org>
Thu, 7 Mar 2013 17:19:40 +0000 (18:19 +0100)
committerStef Walter <stefw@gnome.org>
Thu, 7 Mar 2013 17:19:40 +0000 (18:19 +0100)
doc/p11-kit-devel.xml

index d9c1ade62f96c75d22da64505bf9f9bc6de2f5ba..af32c54dd87e63c25b444fdf809191c7db44448e 100644 (file)
@@ -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