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>
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>

View 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>

View file

@ -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

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().
#
# 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
#

View file

@ -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