diff options
author | Stephen Worley <sworley@cumulusnetworks.com> | 2020-09-11 20:11:48 +0200 |
---|---|---|
committer | Stephen Worley <sworley@cumulusnetworks.com> | 2020-09-11 20:11:48 +0200 |
commit | 686c4da9ef2658b84b3af8a43b970f834b6b976a (patch) | |
tree | 208477f790182fe3955e930917450c4338094f55 /doc | |
parent | Merge pull request #7075 from donaldsharp/snap_fix (diff) | |
download | frr-686c4da9ef2658b84b3af8a43b970f834b6b976a.tar.xz frr-686c4da9ef2658b84b3af8a43b970f834b6b976a.zip |
doc: fix rpm link under libyang help
Fix the rpm link under libyang help. The link was assuming
it was local without the https.
Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
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 56f6f4f14..5f82447d7 100644 --- a/doc/developer/building-libyang.rst +++ b/doc/developer/building-libyang.rst @@ -7,7 +7,7 @@ library. The FRR project builds some binary ``libyang`` packages. -RPM packages are at our `RPM repository <rpm.frrouting.org>`_ +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-LY1REL-DEB10AMD64-4/artifact>`_. |