diff options
author | Christian Hopps <chopps@gmail.com> | 2021-05-17 23:16:28 +0200 |
---|---|---|
committer | Christian Hopps <chopps@labn.net> | 2021-05-18 04:13:59 +0200 |
commit | af1b88e990389fd4e9c0ee69636b4e38934dc69d (patch) | |
tree | c0f14f41d311fb788b609134a7547501209b0744 /doc | |
parent | Merge pull request #8643 from icosahedral/master (diff) | |
download | frr-af1b88e990389fd4e9c0ee69636b4e38934dc69d.tar.xz frr-af1b88e990389fd4e9c0ee69636b4e38934dc69d.zip |
lib: libyang2 add missed conversion
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/developer/building-libyang.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer/building-libyang.rst b/doc/developer/building-libyang.rst index a447f5830..3b33eb387 100644 --- a/doc/developer/building-libyang.rst +++ b/doc/developer/building-libyang.rst @@ -10,7 +10,7 @@ The FRR project builds some binary ``libyang`` packages. RPM packages are at our `RPM repository <https://rpm.frrouting.org>`_. DEB packages are available as CI artifacts `here -<https://ci1.netdef.org/browse/LIBYANG-LIBYANG-V2/latestSuccessful/artifact>`_. +<https://ci1.netdef.org/browse/LIBYANG-LIBYANGV2/latestSuccessful/artifact>`_. .. warning:: |