docs: update documentation links

Various GNOME services moved around so links need updating.
This commit is contained in:
William Jon McCann
2013-12-17 12:51:31 -05:00
committed by Dan Williams
parent 2940ef7a63
commit 74372f9f11
5 changed files with 6 additions and 6 deletions

View File

@@ -10,11 +10,11 @@
<releaseinfo> <releaseinfo>
for libnm-glib &version; for libnm-glib &version;
The latest version of this documentation can be found on-line at 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> </releaseinfo>
<copyright> <copyright>
<year>2012</year> <year>2012-2013</year>
<holder>The NetworkManager Authors</holder> <holder>The NetworkManager Authors</holder>
</copyright> </copyright>

View File

@@ -11,7 +11,7 @@
<releaseinfo> <releaseinfo>
for libnm-util &version; for libnm-util &version;
The latest version of this documentation can be found on-line at 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> </releaseinfo>
<copyright> <copyright>

View File

@@ -21,7 +21,7 @@
# This example adds a new ethernet connection via AddConnection() D-Bus call. # This example adds a new ethernet connection via AddConnection() D-Bus call.
# #
# Configuration settings are described at # 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 import socket, struct, dbus, uuid

View File

@@ -32,7 +32,7 @@ from gi.repository import GLib, NetworkManager, NMClient
# If you used D-Bus calls, you would call GetSettings() and then Update(). # If you used D-Bus calls, you would call GetSettings() and then Update().
# #
# Links: # 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/GObjectIntrospection
# https://wiki.gnome.org/PyGObject # https://wiki.gnome.org/PyGObject
# #

View File

@@ -28,7 +28,7 @@ require 'ipaddr'
# and "clone-mac-address". # and "clone-mac-address".
# #
# Configuration settings are described here: # 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 # Helper functions