diff options
Diffstat (limited to 'examples/python/dbus/add-connection-compat.py')
| -rwxr-xr-x | examples/python/dbus/add-connection-compat.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/python/dbus/add-connection-compat.py b/examples/python/dbus/add-connection-compat.py index d5218514..9463ec68 100755 --- a/examples/python/dbus/add-connection-compat.py +++ b/examples/python/dbus/add-connection-compat.py @@ -11,7 +11,7 @@ # add-connection.py, which only supports NM 1.0 and later. # # Configuration settings are described at -# https://developer.gnome.org/NetworkManager/1.0/ref-settings.html +# https://networkmanager.dev/docs/api/latest/ref-settings.html # import socket, struct, dbus, uuid |