diff options
| author | Michael Biebl <biebl@debian.org> | 2022-01-13 22:30:39 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2022-01-13 22:30:39 +0100 |
| commit | 88c227d90a6b7b388c5c85d72802a0ca8f05ed5c (patch) | |
| tree | 71f32df6617802270e8a78574bd8e1637dc532f4 /docs/libnm/html/usage.html | |
| parent | e74c568b07b50b97873fb4ee1d776dedefbd54d6 (diff) | |
New upstream version 1.34.0 upstream/1.34.0
Diffstat (limited to 'docs/libnm/html/usage.html')
| -rw-r--r-- | docs/libnm/html/usage.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/libnm/html/usage.html b/docs/libnm/html/usage.html index 2ce52797..060222f1 100644 --- a/docs/libnm/html/usage.html +++ b/docs/libnm/html/usage.html @@ -41,7 +41,7 @@ </p> <p> An alternative to use of libnm is the use of the - <a class="ulink" href="https://developer.gnome.org/NetworkManager/stable/spec.html" target="_top">D-Bus API</a> + <a class="ulink" href="https://networkmanager.dev/docs/api/latest/spec.html" target="_top">D-Bus API</a>, 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 @@ -96,7 +96,7 @@ </p> <pre class="screen"><code class="prompt">$ </code><strong class="userinput"><code>cc $(pkg-config --libs --cflags libnm) -o hello-nm hello-nm.c</code></strong> <code class="prompt">$ </code><strong class="userinput"><code>./hello-nm</code></strong> - NetworkManager version: 1.32.12 + NetworkManager version: 1.34.0 <code class="prompt">$ </code></pre> <p> |