[gnome-devel-docs] Replace projects.gnome.org with wiki.gnome.org URLs



commit b7d0dd17a88ea2047d846e2e11241e2420b9ca73
Author: Andre Klapper <a9016009 gmx de>
Date:   Sat Apr 25 16:36:31 2020 +0200

    Replace projects.gnome.org with wiki.gnome.org URLs

 platform-demos/C/set-up-gedit.js.page | 2 +-
 platform-demos/C/statusbar.js.page    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/platform-demos/C/set-up-gedit.js.page b/platform-demos/C/set-up-gedit.js.page
index b0653869..90140514 100644
--- a/platform-demos/C/set-up-gedit.js.page
+++ b/platform-demos/C/set-up-gedit.js.page
@@ -17,7 +17,7 @@
   </info>
 
   <title>Set up gedit for JavaScript development</title>
-  <p>This tutorial will show you how to set up <link href="http://projects.gnome.org/gedit/";>gedit</link>, 
GNOME's basic text editor, so that it has a handful of extra features which are useful for writing JavaScript 
code.</p>
+  <p>This tutorial will show you how to set up <link href="https://wiki.gnome.org/Apps/Gedit";>gedit</link>, 
GNOME's basic text editor, so that it has a handful of extra features which are useful for writing JavaScript 
code.</p>
 
   <section id="view">
     <title>Making code clearer</title>
diff --git a/platform-demos/C/statusbar.js.page b/platform-demos/C/statusbar.js.page
index b4604b1e..36d7023a 100644
--- a/platform-demos/C/statusbar.js.page
+++ b/platform-demos/C/statusbar.js.page
@@ -20,7 +20,7 @@
 
   <title>Statusbar</title>
   <media type="image" mime="image/png" src="media/statusbar2.png"/>
-  <p>This statusbar keeps track of how many times you've clicked a button. Applications like <link 
href="http://projects.gnome.org/gedit/";>gedit</link> use statusbars to display information at a glance, and 
show notifications without interrupting the user.</p>
+  <p>This statusbar keeps track of how many times you've clicked a button. Applications like <link 
href="https://wiki.gnome.org/Apps/Gedit";>gedit</link> use statusbars to display information at a glance, and 
show notifications without interrupting the user.</p>
   <p>Messages pushed to a statusbar go on top of its stack, and can be popped off to show the next-most 
recent one. You can also clear away every message of a specific type all at once. This sample application 
demonstrates these functions.</p>
     <links type="section" />
 


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