[release-notes/gnome-3-16] use https in links to wikipedia



commit b7fcc99dff655a5efa8410e3ad9d212459a62563
Author: Frédéric Péters <fpeters 0d be>
Date:   Sun Mar 15 18:45:09 2015 +0100

    use https in links to wikipedia

 help/C/developers.page |    6 +++---
 help/C/more.page       |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/help/C/developers.page b/help/C/developers.page
index 5db7a5b..1ee6fec 100644
--- a/help/C/developers.page
+++ b/help/C/developers.page
@@ -28,7 +28,7 @@
   <section id="gtk+">
     <title>GTK+</title>
     <media type="image" src="figures/placeholder.png"/>
-    <p>With &gnomeversion;, <link href="http://en.wikipedia.org/wiki/OpenGL";>OpenGL</link> support has 
landed in GTK+. This allows OpenGL to draw content in GTK+ applications, using the new <code>GtkGLArea</code> 
widget, and means that applications and games that make heavy use of 3D graphics can be written in 
conjunction with GTK+. OpenGL support in GTK+ &gnomeversion; provides an effective replacement for the 
previous GtkGLArea and GtkGLExt libraries. It is also an important step in the development of the GTK+ Scene 
Graph.</p>
+    <p>With &gnomeversion;, <link href="https://en.wikipedia.org/wiki/OpenGL";>OpenGL</link> support has 
landed in GTK+. This allows OpenGL to draw content in GTK+ applications, using the new <code>GtkGLArea</code> 
widget, and means that applications and games that make heavy use of 3D graphics can be written in 
conjunction with GTK+. OpenGL support in GTK+ &gnomeversion; provides an effective replacement for the 
previous GtkGLArea and GtkGLExt libraries. It is also an important step in the development of the GTK+ Scene 
Graph.</p>
 
    <p>Other changes in this version of GTK+ includes:</p>
     <list>
@@ -83,7 +83,7 @@
     <list>
     <item><p>GDK Pixbuf has improved support for loading and saving various image formats, including PNG, 
JPEG, TIFF, ICO and BMP.</p></item>
     <item><p>Tracker's utilities have been consolidated into a single <code>tracker</code> command. This 
replaces the previous collection of utilities, making it easier and more convenient to work with Tracker from 
the command line. <code>tracker --help</code> can be used to list all available subcommands.</p></item>
-    <item><p>libsoup, the HTTP client/server library, now supports <link 
href="http://en.wikipedia.org/wiki/WebSocket";>WebSockets</link> - support for WebSockets, both client-side 
and server-side.</p></item>
+    <item><p>libsoup, the HTTP client/server library, now supports <link 
href="https://en.wikipedia.org/wiki/WebSocket";>WebSockets</link> - support for WebSockets, both client-side 
and server-side.</p></item>
     </list>
   </section>
 
@@ -92,7 +92,7 @@
     <p>GNOME &gnomeversion; includes important developments as a part of long-term GNOME technology 
initiatives.</p>
 
     <list>
-      <item><p>Work towards full <link href="http://en.wikipedia.org/wiki/Wayland_
+      <item><p>Work towards full <link href="https://en.wikipedia.org/wiki/Wayland_
 %28display_server_protocol%29">Wayland</link> adoption has continued apace in &gnomeversion;. Features like 
input configuration and pointer barriers are now Wayland compatible, and input handling has made major 
progress through the development of libinput. With these changes, the port to Wayland is now approaching its 
final stages.</p></item>
 
       <item><p>The GNOME community has begun development on an exciting new application deployment 
framework. Called <link href="https://wiki.gnome.org/Projects/SandboxedApps";>XDG App</link>, this aims to 
make it possible for developers to create applications that can run on multiple distributions, and for those 
applications to be sandboxed for additional security and stability.</p></item>
diff --git a/help/C/more.page b/help/C/more.page
index 284cc5e..624a342 100644
--- a/help/C/more.page
+++ b/help/C/more.page
@@ -43,7 +43,7 @@
   <section id="maps">
     <title>Improved Maps, Now With Foursquare</title>
     <media type="image" src="figures/placeholder.png"/>
-    <p>Maps has had a number of improvements for &gnomeversion;. Information bubbles have been added for 
search results and favorite locations. These show useful information about places, such as their address, 
wheelchair accessibility, and links to <link href="http://www.wikipedia.org/";>Wikipedia</link> articles. The 
new information bubbles also allow locations to be used as the start and end points for travel directions, 
for sending a location to the Weather and Clocks applications, and for marking favorite places.</p>
+    <p>Maps has had a number of improvements for &gnomeversion;. Information bubbles have been added for 
search results and favorite locations. These show useful information about places, such as their address, 
wheelchair accessibility, and links to <link href="https://www.wikipedia.org/";>Wikipedia</link> articles. The 
new information bubbles also allow locations to be used as the start and end points for travel directions, 
for sending a location to the Weather and Clocks applications, and for marking favorite places.</p>
     <p>Other new features and improvements in Maps include:</p>
     <list>
       <item><p><link href="https://foursquare.com/";>Foursquare</link> check-in: to use this feature, add 
your Foursquare account to Online Accounts, and select the current location marker from Maps.</p></item>


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