[gnome-notes] wiki: Fixed wiki links



commit 9ebbbcdb3c766928192075e8de350e62312bd286
Author: Isaque Galdino <igaldino gmail com>
Date:   Tue Jul 31 18:33:29 2018 -0300

    wiki: Fixed wiki links
    
    Moved all https://wiki.gnome.org/Apps/Bijiben references in code to
    https://wiki.gnome.org/Apps/Notes.
    
    This is part of #95 work.

 TODO                                          | 2 +-
 data/appdata/org.gnome.bijiben.appdata.xml.in | 2 +-
 gnome-notes.doap                              | 2 +-
 meson.build                                   | 2 +-
 src/bjb-application.c                         | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/TODO b/TODO
index 8f4236b..4aa4e5d 100644
--- a/TODO
+++ b/TODO
@@ -1 +1 @@
-This is maintained online on https://wiki.gnome.org/Apps/Bijiben/Hacking
+This is maintained online on https://wiki.gnome.org/Apps/Notes/Roadmap
diff --git a/data/appdata/org.gnome.bijiben.appdata.xml.in b/data/appdata/org.gnome.bijiben.appdata.xml.in
index ab966c1..b100665 100644
--- a/data/appdata/org.gnome.bijiben.appdata.xml.in
+++ b/data/appdata/org.gnome.bijiben.appdata.xml.in
@@ -128,7 +128,7 @@
     </release>
   </releases>
 
-  <url type="homepage">https://wiki.gnome.org/Apps/Bijiben</url>
+  <url type="homepage">https://wiki.gnome.org/Apps/Notes</url>
   <url type="bugtracker">https://gitlab.gnome.org/GNOME/gnome-notes/issues</url>
   <url type="donation">http://www.gnome.org/friends/</url>
   <url type="help">https://help.gnome.org/users/bijiben/stable/</url>
diff --git a/gnome-notes.doap b/gnome-notes.doap
index a6c2df8..2fda775 100644
--- a/gnome-notes.doap
+++ b/gnome-notes.doap
@@ -9,7 +9,7 @@
   <description>GNOME Notes (Bijiben) is a simple application for creating, editing and viewing notes.
   Write out notes, every detail matters</description>
   <category rdf:resource="http://api.gnome.org/doap-extensions#core"; />
-  <homepage rdf:resource="https://wiki.gnome.org/Apps/Bijiben"; />
+  <homepage rdf:resource="https://wiki.gnome.org/Apps/Notes"; />
   <download-page rdf:resource="http://download.gnome.org/sources/bijiben/"; />
   <bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=bijiben"; />
   <programming-language>C</programming-language>
diff --git a/meson.build b/meson.build
index 09657a2..376b44d 100644
--- a/meson.build
+++ b/meson.build
@@ -29,7 +29,7 @@ set_defines = [
   ['PACKAGE_NAME', bijiben_name],
   ['PACKAGE_STRING', '@0@ @1@'.format(bijiben_name, bijiben_version)],
   ['PACKAGE_TARNAME', bijiben_name],
-  ['PACKAGE_URL', 'https://wiki.gnome.org/Apps/Bijiben'],
+  ['PACKAGE_URL', 'https://wiki.gnome.org/Apps/Notes'],
   ['PACKAGE_VERSION', bijiben_version],
   ['VERSION', bijiben_version],
   # i18n
diff --git a/src/bjb-application.c b/src/bjb-application.c
index 895f16e..72d9e3c 100644
--- a/src/bjb-application.c
+++ b/src/bjb-application.c
@@ -515,7 +515,7 @@ bjb_app_about (BjbApplication *self)
                          "authors", authors,
                          "artists", artists,
                          "translator-credits", _("translator-credits"),
-                         "website", "https://wiki.gnome.org/Apps/Bijiben";,
+                         "website", "https://wiki.gnome.org/Apps/Notes";,
                          "logo-icon-name", "org.gnome.bijiben",
                          NULL);
 }


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