summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@collabora.co.uk>2011-03-31 14:59:55 +0200
committerStef Walter <stefw@collabora.co.uk>2011-03-31 15:03:27 +0200
commite373cddb86ec31781138fa149eacf8e78d8cf2d4 (patch)
tree3651e5ade60df66826e1db885857ebb93722a7a0
parent759c42e473dc06214d02a8e6081c121bebf3f19a (diff)
Make links go to right places.
-rw-r--r--website/base.incl4
-rw-r--r--website/p11-kit.html.tmpl4
-rw-r--r--website/trust-assertions.html.tmpl6
3 files changed, 7 insertions, 7 deletions
diff --git a/website/base.incl b/website/base.incl
index 4024046..5589163 100644
--- a/website/base.incl
+++ b/website/base.incl
@@ -16,7 +16,7 @@ Released for free under a Creative Commons Attribution 2.5 License
<ul>
<li><a href="http://www.freedesktop.org/" class="first">FreeDesktop.org</a></li>
<li><a href="http://lists.freedesktop.org/mailman/listinfo/p11-glue">Mailing List</a></li>
- <li><a href="#">About</a></li>
+ <li><a href="/">About</a></li>
</ul>
</div>
</div>
@@ -24,7 +24,7 @@ Released for free under a Creative Commons Attribution 2.5 License
<!-- end #header -->
<!-- end #header-wrapper -->
<div id="logo">
- <h1><a href="#">p11-glue</a></h1>
+ <h1><a href="/">p11-glue</a></h1>
<p><em>using PKCS#11 to unite crypto libraries</em></p>
</div>
<hr />
diff --git a/website/p11-kit.html.tmpl b/website/p11-kit.html.tmpl
index c38eb81..f74bc53 100644
--- a/website/p11-kit.html.tmpl
+++ b/website/p11-kit.html.tmpl
@@ -21,9 +21,9 @@ components or libraries living in the same process.</p>
<li><a href="http://library.gnome.org/devel/glib/">Glib Library</a>
<a href="xxx">GTlsDatabase PKCS#11 database</a>: Will use p11-kit to load PKCS#11 modules, and
load configuration (In progress).</li>
- <li><a href="http://people.collabora.co.uk/~stefw/gck-docs/">Gck Library</a>: Use p11-kit to load
+ <li><a href="http://library.gnome.org/devel/gck/unstable/">Gck Library</a>: Use p11-kit to load
and enumerate PKCS#11 modules. Use p11-kit to parse PKCS#11 URIs (In progress).</li>
- <li><a href="http://people.collabora.co.uk/~stefw/gcr-docs/">Gcr Library</a>: Use p11-kit to load
+ <li><a href="http://library.gnome.org/devel/gcr/unstable/">Gcr Library</a>: Use p11-kit to load
configuration for looking up and storing trust assertions (In progress).</li>
</ul>
diff --git a/website/trust-assertions.html.tmpl b/website/trust-assertions.html.tmpl
index dfcbf1c..1ccc154 100644
--- a/website/trust-assertions.html.tmpl
+++ b/website/trust-assertions.html.tmpl
@@ -43,11 +43,11 @@ $ git clone git://anongit.freedesktop.org/p11-glue/pkcs11-trust-assertions
<li><a href="http://live.gnome.org/GnomeKeyring">Gnome Keyring's</a>
<a href="http://git.gnome.org/browse/gnome-keyring/tree/pkcs11/xdg-store">xdg-store module</a>:
Storage trust assertions via PKCS#11.</li>
- <li><a href="http://people.collabora.co.uk/~stefw/gcr-docs/">Gcr library</a>
- <a href="http://people.collabora.co.uk/~stefw/gcr-docs/gcr-Trust-Storage-and-Lookups.html">trust lookup/store functions</a>:
+ <li><a href="http://library.gnome.org/devel/gcr/unstable/">Gcr library</a>
+ <a href="http://library.gnome.org/devel/gcr/unstable/gcr-Trust-Storage-and-Lookups.html">trust lookup/store functions</a>:
Helper functions for storing and looking up trust assertions via PKCS#11.</li>
<li><a href="http://library.gnome.org/devel/glib/">Glib Library</a>
- <a href="xxx">GTlsDatabase PKCS#11 database</a>:
+ <a href="http://git.gnome.org/browse/glib/log/?h=tls-database">GTlsDatabase PKCS#11 database</a>:
Will use trust assertions to lookup root anchor certificates, and pinned certificates (In progress).</li>
<li><a href="http://live.gnome.org/Empathy">Empathy</a>:
Uses trust assertions to lookup trust anchor certificates, and store pinned certificates.</li>