diff options
| author | William Jon McCann <william.jon.mccann@gmail.com> | 2013-12-17 12:51:31 -0500 |
|---|---|---|
| committer | Dan Williams <dcbw@redhat.com> | 2013-12-17 12:07:51 -0600 |
| commit | 74372f9f11de11db655cf1031a7da645da7b0777 (patch) | |
| tree | 75776b0ffec49ddf794c14877ef5e5c2e8665e6e /examples/python | |
| parent | 2940ef7a6300be94c126879162eae3b98393ffab (diff) | |
| download | NetworkManager-74372f9f11de11db655cf1031a7da645da7b0777.tar.gz | |
docs: update documentation links
Various GNOME services moved around so links need updating.
Diffstat (limited to 'examples/python')
| -rwxr-xr-x | examples/python/dbus/add-connection.py | 2 | ||||
| -rwxr-xr-x | examples/python/gi/firewall-zone.py | 2 |
2 files changed, 2 insertions, 2 deletions
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 # |
