[Endeavour] Use World/Endeavour URLs



commit 662bd791345ce7951d05a92511d864c8b5bf85c0
Author: Jamie Murphy <hello itsjamie dev>
Date:   Mon Jul 4 12:48:51 2022 -0700

    Use World/Endeavour URLs

 build-aux/flatpak/org.gnome.Todo.json         | 2 +-
 data/appdata/org.gnome.Todo.appdata.xml.in.in | 8 ++++----
 doc/CONTRIBUTING.md                           | 6 +++---
 endeavour.doap                                | 2 +-
 help/C/contributing.page                      | 2 +-
 src/meson.build                               | 2 +-
 6 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Todo.json b/build-aux/flatpak/org.gnome.Todo.json
index a28a20bb..58dc473c 100644
--- a/build-aux/flatpak/org.gnome.Todo.json
+++ b/build-aux/flatpak/org.gnome.Todo.json
@@ -178,7 +178,7 @@
             "sources" : [
                 {
                     "type" : "git",
-                    "url" : "https://gitlab.gnome.org/GNOME/gnome-todo.git";
+                    "url" : "https://gitlab.gnome.org/World/Endeavour.git";
                 }
             ]
         }
diff --git a/data/appdata/org.gnome.Todo.appdata.xml.in.in b/data/appdata/org.gnome.Todo.appdata.xml.in.in
index b0d1d76f..c206b05c 100644
--- a/data/appdata/org.gnome.Todo.appdata.xml.in.in
+++ b/data/appdata/org.gnome.Todo.appdata.xml.in.in
@@ -16,20 +16,20 @@
   </description>
 
   <url type="homepage">https://wiki.gnome.org/Apps/Todo</url>
-  <url type="bugtracker">https://gitlab.gnome.org/GNOME/gnome-todo/issues</url>
+  <url type="bugtracker">https://gitlab.gnome.org/World/Endeavour/issues</url>
   <project_group>GNOME</project_group>
 
   <screenshots>
     <screenshot width="1920" height="1080">
-      <image>https://gitlab.gnome.org/GNOME/gnome-todo/raw/master/data/appdata/welcome-screen.png</image>
+      <image>https://gitlab.gnome.org/World/Endeavour/raw/master/data/appdata/welcome-screen.png</image>
       <caption>Welcome screen</caption>
     </screenshot>
     <screenshot width="1920" height="1080">
-      <image>https://gitlab.gnome.org/GNOME/gnome-todo/raw/master/data/appdata/no-tasks.png</image>
+      <image>https://gitlab.gnome.org/World/Endeavour/raw/master/data/appdata/no-tasks.png</image>
       <caption>Empty state</caption>
     </screenshot>
     <screenshot width="1920" height="1080">
-      <image>https://gitlab.gnome.org/GNOME/gnome-todo/raw/master/data/appdata/task-list.png</image>
+      <image>https://gitlab.gnome.org/World/Endeavour/raw/master/data/appdata/task-list.png</image>
       <caption>Task lists</caption>
     </screenshot>
   </screenshots>
diff --git a/doc/CONTRIBUTING.md b/doc/CONTRIBUTING.md
index d32deb0d..4c623f19 100644
--- a/doc/CONTRIBUTING.md
+++ b/doc/CONTRIBUTING.md
@@ -17,7 +17,7 @@ your interactions with the project.
 # Issues, issues and more issues!
 
 There are many ways you can contribute to Endeavour, and all of them involve creating issues
-in [Endeavour issue tracker](https://gitlab.gnome.org/GNOME/gnome-todo/issues). This is the
+in [Endeavour issue tracker](https://gitlab.gnome.org/World/Endeavour/issues). This is the
 entry point for your contribution.
 
 To create an effective and high quality ticket, try to put the following information on your
@@ -69,11 +69,11 @@ When using a very wide window, task rows grow super wide currently, because they
 always take up the entire width of the window. This is not great for window sizes
 larger than about 600px.
 
-<img src="https://gitlab.gnome.org/GNOME/gnome-todo/uploads/a414239a44c5b2714634df5cb85a7a78/too-wide.png"; 
width="400px" />
+<img src="https://gitlab.gnome.org/World/Endeavour/uploads/a414239a44c5b2714634df5cb85a7a78/too-wide.png"; 
width="400px" />
 
 This is how it would look with a maximum width of 650px:
 
-<img 
src="https://gitlab.gnome.org/GNOME/gnome-todo/uploads/7dfc77b1c3cc942cf1977770ea15b198/too-wide-fixed.png"; 
width="400px" />
+<img 
src="https://gitlab.gnome.org/World/Endeavour/uploads/7dfc77b1c3cc942cf1977770ea15b198/too-wide-fixed.png"; 
width="400px" />
 
 <h3>Design Tasks</h3>
 * [x] Define how much rows should expand horizontally
diff --git a/endeavour.doap b/endeavour.doap
index e65e2233..9bbe00f1 100644
--- a/endeavour.doap
+++ b/endeavour.doap
@@ -9,7 +9,7 @@
   <description>Personal task manager for GNOME</description>
   <homepage rdf:resource="https://wiki.gnome.org/Apps/Todo"; />
   <download-page rdf:resource="http://download.gnome.org/sources/gnome-todo/"; />
-  <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/gnome-todo/issues"; />
+  <bug-database rdf:resource="https://gitlab.gnome.org/World/Endeavour/issues"; />
   <category rdf:resource="http://api.gnome.org/doap-extensions#core"; />
   <programming-language>C</programming-language>
 
diff --git a/help/C/contributing.page b/help/C/contributing.page
index edcf0c07..5fe5301c 100644
--- a/help/C/contributing.page
+++ b/help/C/contributing.page
@@ -15,7 +15,7 @@
     <item><p>Correct issues or implement new features</p></item>
   </list>
 
-  <p>For filing an issue go to the <link 
href="https://gitlab.gnome.org/gnome/gnome-todo/issues";>issuetracker</link>.</p>
+  <p>For filing an issue go to the <link 
href="https://gitlab.gnome.org/World/Endeavour/issues";>issuetracker</link>.</p>
   <p>And for contributing code or translations go to the <link 
href="https://wiki.gnome.org/action/show/Newcomers";>newcomers guide</link>.</p>
 
 </page>
diff --git a/src/meson.build b/src/meson.build
index cf6dc257..b2f2816d 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -199,7 +199,7 @@ ldflags = [ '-Wl,--export-dynamic' ]
 #########
 
 debug_conf = configuration_data()
-debug_conf.set('BUGREPORT_URL', 'https://gitlab.gnome.org/GNOME/gnome-todo/issues/new')
+debug_conf.set('BUGREPORT_URL', 'https://gitlab.gnome.org/World/Endeavour/issues/new')
 debug_conf.set10('ENABLE_TRACING', endeavour_tracing)
 
 


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