docs: update URL for latest online documentation
This commit is contained in:
@@ -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
|
||||
|
@@ -12,7 +12,7 @@
|
||||
# NetworkManager as well.
|
||||
#
|
||||
# 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 dbus, uuid
|
||||
|
@@ -8,7 +8,7 @@
|
||||
# This example configures a Bond from ethernet devices and activates it
|
||||
#
|
||||
# NetworkManager D-Bus API:
|
||||
# https://developer.gnome.org/NetworkManager/stable/spec.html
|
||||
# https://networkmanager.dev/docs/api/latest/spec.html
|
||||
#
|
||||
|
||||
import dbus, sys, uuid
|
||||
|
@@ -11,7 +11,7 @@
|
||||
# for a similar example using the backward-compatible properties
|
||||
#
|
||||
# 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 dbus, sys
|
||||
|
@@ -8,7 +8,7 @@
|
||||
# This example prints the current wifi access point
|
||||
#
|
||||
# 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 dbus, sys
|
||||
|
@@ -8,7 +8,7 @@
|
||||
# This example starts or stops a wifi hotspot
|
||||
#
|
||||
# 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 dbus, sys, time
|
||||
|
@@ -10,7 +10,7 @@
|
||||
#
|
||||
# Documentation links:
|
||||
# https://developer.gnome.org/libnm/1.0/
|
||||
# https://developer.gnome.org/NetworkManager/1.0/ref-settings.html
|
||||
# https://networkmanager.dev/docs/api/latest/ref-settings.html
|
||||
#
|
||||
|
||||
import gi
|
||||
|
@@ -9,7 +9,7 @@
|
||||
# using the libnm GObject-based convenience APIs.
|
||||
#
|
||||
# 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 gi
|
||||
|
Reference in New Issue
Block a user