summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-04-01 22:31:16 +0200
committerThomas Haller <thaller@redhat.com>2021-04-01 22:31:16 +0200
commit198f7916cd1be4d387ef3dfa5cac05e072aa96c1 (patch)
tree119d66b22b8627129e0c97c7378d26a520b697a1
parent2eb7e1e1990047716405db2d56e6765f413bde50 (diff)
downloadNetworkManager-198f7916cd1be4d387ef3dfa5cac05e072aa96c1.tar.gz
docs: fix reference to "main" branch in docs
-rw-r--r--docs/libnm/libnm-docs.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libnm/libnm-docs.xml b/docs/libnm/libnm-docs.xml
index 5e554c2bf8..fad9552283 100644
--- a/docs/libnm/libnm-docs.xml
+++ b/docs/libnm/libnm-docs.xml
@@ -169,7 +169,7 @@ print ("NetworkManager version " + client.get_version())]]></programlisting></in
In general, the C API documentation applies to the use GObject introspection
from other languages, with the calling convention respecting the language's
customs. Consult the source tree for
- <ulink url="https://gitlab.freedesktop.org/NetworkManager/NetworkManager/tree/master/examples">some examples</ulink>.
+ <ulink url="https://gitlab.freedesktop.org/NetworkManager/NetworkManager/tree/main/examples">some examples</ulink>.
</para>
</simplesect>