diff options
Diffstat (limited to 'examples/python/add-connection.py')
| -rwxr-xr-x | examples/python/add-connection.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/python/add-connection.py b/examples/python/add-connection.py index 24b3f600..6df14c10 100755 --- a/examples/python/add-connection.py +++ b/examples/python/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 |