From 74372f9f11de11db655cf1031a7da645da7b0777 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Tue, 17 Dec 2013 12:51:31 -0500 Subject: docs: update documentation links Various GNOME services moved around so links need updating. --- examples/python/dbus/add-connection.py | 2 +- examples/python/gi/firewall-zone.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/python') diff --git a/examples/python/dbus/add-connection.py b/examples/python/dbus/add-connection.py index 24b3f600d6..6df14c103c 100755 --- a/examples/python/dbus/add-connection.py +++ b/examples/python/dbus/add-connection.py @@ -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 diff --git a/examples/python/gi/firewall-zone.py b/examples/python/gi/firewall-zone.py index 848d4e9269..5e5eea919c 100755 --- a/examples/python/gi/firewall-zone.py +++ b/examples/python/gi/firewall-zone.py @@ -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 # -- cgit v1.2.1