[libgdata] docs: Update libgdata website



commit ac59d7a6903bf9708d41999d46a6356fb87709c2
Author: Philip Withnall <philip tecnocode co uk>
Date:   Sun Nov 24 18:26:28 2013 +0000

    docs: Update libgdata website
    
    Now: https://wiki.gnome.org/Projects/libgdata

 HACKING       |    2 +-
 README        |    2 +-
 configure.ac  |    2 +-
 libgdata.doap |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/HACKING b/HACKING
index 9ab217e..6f4dca8 100644
--- a/HACKING
+++ b/HACKING
@@ -162,7 +162,7 @@ Commit messages
 ===============
 
 libgdata does not use a ChangeLog; it is auto-generated from the git log when packaging a release. Commit 
messages should follow the GNOME commit
-message guidelines (http://live.gnome.org/Git/CommitMessages), with the exception that when a commit closes 
a bug, the short explanation of the commit
+message guidelines (https://wiki.gnome.org/Git/CommitMessages), with the exception that when a commit closes 
a bug, the short explanation of the commit
 should simply be the bug's title, as copied from Bugzilla (e.g. "Bug 579885 – Add code examples to 
documentation"). The long explanation should then
 be used to give details of the changes. If the bug's title is not relevant, it should be changed before 
committing the changes.
 
diff --git a/README b/README
index d60aef9..98ef7b8 100644
--- a/README
+++ b/README
@@ -61,4 +61,4 @@ Contact
 =======
 
 Philip Withnall <philip tecnocode co uk>
-http://live.gnome.org/libgdata
+https://wiki.gnome.org/Projects/libgdata
diff --git a/configure.ac b/configure.ac
index c17e4ae..154ce67 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@ m4_define(gdata_version_micro, 0)
 m4_define(gdata_api_version_major, 0)
 m4_define(gdata_api_version_minor, 0)
 
-AC_INIT([libgdata],[gdata_version_major.gdata_version_minor.gdata_version_micro],[https://bugzilla.gnome.org/enter_bug.cgi?product=libgdata],[libgdata],[http://live.gnome.org/libgdata])
+AC_INIT([libgdata],[gdata_version_major.gdata_version_minor.gdata_version_micro],[https://bugzilla.gnome.org/enter_bug.cgi?product=libgdata],[libgdata],[https://wiki.gnome.org/Projects/libgdata])
 
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
diff --git a/libgdata.doap b/libgdata.doap
index e584b02..ef6737d 100644
--- a/libgdata.doap
+++ b/libgdata.doap
@@ -2,7 +2,7 @@
        <name xml:lang="en">libgdata</name>
        <shortdesc xml:lang="en">GLib-based library for accessing online service APIs using the GData 
protocol</shortdesc>
        <description xml:lang="en">libgdata is a GLib-based library for accessing online service APIs using 
the GData protocol — most notably, Google's services. It provides APIs to access the common Google services, 
and has full asynchronous support.</description>
-       <homepage rdf:resource="http://live.gnome.org/libgdata"/>
+       <homepage rdf:resource="https://wiki.gnome.org/Projects/libgdata"/>
        <license rdf:resource="http://usefulinc.com/doap/licenses/lgpl"/>
        <download-page rdf:resource="http://download.gnome.org/sources/libgdata/"/>
        <maintainer>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]