docs: update URL for latest online documentation

This commit is contained in:
Thomas Haller
2021-09-24 14:33:17 +02:00
parent 70a077e4d8
commit 4521e2aa89
11 changed files with 13 additions and 13 deletions

View File

@@ -9,7 +9,7 @@
<releaseinfo>
for NetworkManager &version;
The latest version of this documentation can be found on-line at
<ulink url="https://developer.gnome.org/NetworkManager/stable/">https://developer.gnome.org/NetworkManager/stable/</ulink>.
<ulink url="https://networkmanager.dev/docs/api/latest/">https://networkmanager.dev/docs/api/latest/</ulink>.
</releaseinfo>
<copyright>

View File

@@ -10,7 +10,7 @@
<releaseinfo>
for libnm &version;
The latest version of this documentation can be found on-line at
<ulink url="https://developer.gnome.org/libnm/stable/">https://developer.gnome.org/libnm/stable/</ulink>.
<ulink url="https://networkmanager.dev/docs/libnm/latest/">https://networkmanager.dev/docs/libnm/latest/</ulink>.
</releaseinfo>
<copyright>
@@ -56,7 +56,7 @@
management service. NetworkManager supports a wide variety of network
configuration scenarios, hardware devices and protocol families. Most of
the functionality is exposed on a
<ulink url="https://developer.gnome.org/NetworkManager/stable/spec.html">D-Bus API</ulink>,
<ulink url="https://networkmanager.dev/docs/api/latest/spec.html">D-Bus API</ulink>,
allowing other tools to use the functionality provided by NetworkManager.
</para>
<para>
@@ -103,7 +103,7 @@
</para>
<para>
An alternative to use of libnm is the use of the
<ulink url="https://developer.gnome.org/NetworkManager/stable/spec.html">D-Bus API</ulink>
<ulink url="https://networkmanager.dev/docs/api/latest/spec.html">D-Bus API</ulink>,
directly. This gives you larger flexibility and reduces the overhead of linking
with the libnm library. This makes sense if your task is simple and you have a good
D-Bus library at your disposal. Activating a particular connection profile

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -18,7 +18,7 @@ require 'ipaddr'
# details
#
# Configuration settings are described here:
# https://developer.gnome.org/NetworkManager/1.0/ref-settings.html
# https://networkmanager.dev/docs/api/latest/ref-settings.html
#
# Helper functions