summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2013-11-24 18:26:28 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2013-12-18 23:41:32 +0000
commit2f580aa33dc4424f545fd124f40b1837610f92c6 (patch)
tree4f56dcfeefcc62be13d57aa347ff9cd0ae690801
parentb551827afd557f826c89ecce2695fa25342db838 (diff)
downloadlibgdata-2f580aa33dc4424f545fd124f40b1837610f92c6.tar.gz
docs: Update libgdata website
Now: https://wiki.gnome.org/Projects/libgdata
-rw-r--r--HACKING2
-rw-r--r--README2
-rw-r--r--configure.ac2
-rw-r--r--libgdata.doap2
4 files changed, 4 insertions, 4 deletions
diff --git a/HACKING b/HACKING
index 9ab217e6..6f4dca86 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 9bb8cfe3..497dfe5a 100644
--- a/README
+++ b/README
@@ -60,4 +60,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 0cb5b487..70096cbc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@ m4_define(gdata_version_micro, 1)
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 e584b029..ef6737d0 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>