[d-feet] Update links to wiki homepage



commit 762e26126c799a7a41398d4620e78efb56bbf727
Author: Thomas Bechtold <thomasbechtold jpberlin de>
Date:   Sun Jun 8 08:55:02 2014 +0200

    Update links to wiki homepage
    
    Pages for apps moved to the apps namespace on the wiki.

 HACKING                    |    2 +-
 README                     |    2 +-
 configure.ac               |    2 +-
 d-feet.doap                |    2 +-
 data/d-feet.appdata.xml.in |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/HACKING b/HACKING
index 48da961..6fce49f 100644
--- a/HACKING
+++ b/HACKING
@@ -9,7 +9,7 @@ Making a release
 5. Build tarball with: make clean; make dist-xz
 6. Upload tarball: scp d-feet-0.3.3.tar.xz toabctl master gnome org:
 7. Install tarball: ssh toabctl master gnome org 'ftpadmin install d-feet-0.3.3.tar.xz'
-8. update the wiki at https://wiki.gnome.org/DFeet
+8. update the wiki at https://wiki.gnome.org/Apps/DFeet
 9. blog about it if you would like
 10. Make post-release version bump
 11. Push the changes with 'git push && git push --tags'
diff --git a/README b/README
index f24d3a8..a6827a5 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Welcome to D-Feet (https://wiki.gnome.org/DFeet/)
+Welcome to D-Feet (https://wiki.gnome.org/Apps/DFeet)
 
 Requirements:
 
diff --git a/configure.ac b/configure.ac
index 2068b8d..25de6f5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_INIT([d-feet],
        [0.3.10],
        [http://bugzilla.gnome.org/enter_bug.cgi?product=d-feet],
         [d-feet],
-        [http://wiki.gnome.org/DFeet])
+        [https://wiki.gnome.org/Apps/DFeet])
 
 AM_INIT_AUTOMAKE([1.11 -Wall foreign no-define tar-ustar no-dist-gzip dist-xz])
 
diff --git a/d-feet.doap b/d-feet.doap
index 3fe6c64..96679eb 100644
--- a/d-feet.doap
+++ b/d-feet.doap
@@ -6,7 +6,7 @@
 
   <name xml:lang="en">D-Feet</name>
   <shortdesc xml:lang="en">D-Bus Debugger</shortdesc>
-  <homepage rdf:resource="http://wiki.gnome.org/DFeet"; />
+  <homepage rdf:resource="https://wiki.gnome.org/Apps/DFeet"; />
   <download-page rdf:resource="http://download.gnome.org/sources/d-feet/"; />
   <bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=d-feet"; />
   <description>
diff --git a/data/d-feet.appdata.xml.in b/data/d-feet.appdata.xml.in
index 60921de..ab32015 100644
--- a/data/d-feet.appdata.xml.in
+++ b/data/d-feet.appdata.xml.in
@@ -9,6 +9,6 @@
   <screenshots>
     <screenshot width="1400" type="default" 
height="787">https://git.gnome.org/browse/d-feet/plain/data/screenshots/d-feet-overview.png</screenshot>
   </screenshots>
-  <url type="homepage">https://wiki.gnome.org/DFeet/</url>
+  <url type="homepage">https://wiki.gnome.org/Apps/DFeet</url>
   <updatecontact>thomasbechtold_at_jpberlin_de</updatecontact>
 </application>


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