summaryrefslogtreecommitdiff
path: root/doc/manual/p11-kit-devel.xml
diff options
context:
space:
mode:
authorDaiki Ueno <dueno@redhat.com>2018-02-16 18:22:44 +0100
committerDaiki Ueno <ueno@gnu.org>2018-02-26 10:33:00 +0100
commit975f2ccf5dcde210e1da5557eda627c42763e322 (patch)
tree10d8cd69df9b795e9d51c4ae930b52f90a6b4263 /doc/manual/p11-kit-devel.xml
parent9616790b9ad4147acd5b11de11d6d79bc9ad807f (diff)
doc: Replace links to freedesktop.org to github pages
Diffstat (limited to 'doc/manual/p11-kit-devel.xml')
-rw-r--r--doc/manual/p11-kit-devel.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/manual/p11-kit-devel.xml b/doc/manual/p11-kit-devel.xml
index 80414e5..9c848a2 100644
--- a/doc/manual/p11-kit-devel.xml
+++ b/doc/manual/p11-kit-devel.xml
@@ -12,9 +12,9 @@
contributing to p11-kit beyond what's in this manual:</para>
<itemizedlist>
- <listitem><para><ulink url="http://p11-glue.freedesktop.org/p11-kit.html">Website</ulink></para></listitem>
+ <listitem><para><ulink url="https://p11-glue.github.io/p11-glue/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>
+ <listitem><para><ulink url="https://github.com/p11-glue/p11-kit/issues/">Issue tracker</ulink></para></listitem>
</itemizedlist>
</section>
@@ -89,7 +89,7 @@ $ <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 url="http://p11-glue.freedesktop.org/releases/">tarballs
+ <ulink url="https://github.com/p11-glue/p11-kit/releases">tarballs
of the releases</ulink> of p11-kit or
<ulink url="https://github.com/p11-glue/p11-kit/">check
out the source code from git</ulink>. This documentation will not
@@ -306,7 +306,7 @@ $ make install
you've tested the lines changed by a patch.</para>
<para>A code coverage report is
- <ulink url="http://p11-glue.freedesktop.org/build/coverage">available online</ulink></para>.
+ <ulink url="https://coveralls.io/github/p11-glue/p11-kit">available online</ulink></para>.
</section>
<section id="devel-debugging">