docs: update documentation links
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 17 Dec 2013 17:51:31 +0000 (12:51 -0500)
committerDan Williams <dcbw@redhat.com>
Tue, 17 Dec 2013 18:07:51 +0000 (12:07 -0600)
Various GNOME services moved around so links need updating.

docs/libnm-glib/libnm-glib-docs.xml
docs/libnm-util/libnm-util-docs.sgml
examples/python/dbus/add-connection.py
examples/python/gi/firewall-zone.py
examples/ruby/add-connection.rb

index 0b62174..7611924 100644 (file)
     <releaseinfo>
       for libnm-glib &version;
       The latest version of this documentation can be found on-line at
-      <ulink role="online-location" url="http://projects.gnome.org/NetworkManager/developers/libnm-glib/09/">http://projects.gnome.org/NetworkManager/developers/libnm-glib/09/</ulink>.
+      <ulink role="online-location" url="https://developer.gnome.org/libnm-glib/0.9/">https://developer.gnome.org/libnm-glib/0.9/</ulink>.
     </releaseinfo>
 
     <copyright>
-      <year>2012</year>
+      <year>2012-2013</year>
       <holder>The NetworkManager Authors</holder>
     </copyright>
 
index de49ae9..2a23a17 100644 (file)
@@ -11,7 +11,7 @@
     <releaseinfo>
       for libnm-util &version;
       The latest version of this documentation can be found on-line at
-      <ulink role="online-location" url="http://projects.gnome.org/NetworkManager/developers/libnm-util/09/">http://projects.gnome.org/NetworkManager/developers/libnm-util/09/</ulink>.
+      <ulink role="online-location" url="https://developer.gnome.org/libnm-util/0.9/">https://developer.gnome.org/libnm-util/0.9/</ulink>.
     </releaseinfo>
 
     <copyright>
index 24b3f60..6df14c1 100755 (executable)
@@ -21,7 +21,7 @@
 # This example adds a new ethernet connection via AddConnection() D-Bus call.
 #
 # Configuration settings are described at
-# http://projects.gnome.org/NetworkManager/developers/api/09/ref-settings.html
+# https://developer.gnome.org/NetworkManager/0.9/ref-settings.html
 #
 
 import socket, struct, dbus, uuid
index 848d4e9..5e5eea9 100755 (executable)
@@ -32,7 +32,7 @@ from gi.repository import GLib, NetworkManager, NMClient
 # If you used D-Bus calls, you would call GetSettings() and then Update().
 #
 # Links:
-# https://projects.gnome.org/NetworkManager/developers/libnm-glib/09/index.html
+# https://developer.gnome.org/libnm-glib/0.9/
 # https://wiki.gnome.org/GObjectIntrospection
 # https://wiki.gnome.org/PyGObject
 #
index 4256848..6af723b 100755 (executable)
@@ -28,7 +28,7 @@ require 'ipaddr'
 # and "clone-mac-address".
 #
 # Configuration settings are described here:
-# http://projects.gnome.org/NetworkManager/developers/api/09/ref-settings.html
+# https://developer.gnome.org/NetworkManager/0.9/ref-settings.html
 #
 
 # Helper functions