diff options
| author | Sjoerd Simons <sjoerd@luon.net> | 2014-04-26 20:55:17 +0200 |
|---|---|---|
| committer | Sjoerd Simons <sjoerd@luon.net> | 2014-04-26 20:55:17 +0200 |
| commit | 0dccbc804e92f56afd9e7d598dce4bcd8716bbcc (patch) | |
| tree | 1054a65c0cde38dc89e5c692a3a7458160823afa /examples/python/add-connection.py | |
| parent | 7df62b86e35a67049a4bc7810c29994d8a7ef175 (diff) | |
| parent | 59c3714a494c3b3765657c0551ad82842d98a7d2 (diff) | |
Merge tag 'upstream/0.9.8.10'
Upstream version 0.9.8.10
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 |