Release notes: update ODL references in the BGP user guide 77/11977/1
authorMarek Gradzki <[email protected]>
Mon, 23 Apr 2018 05:08:28 +0000 (07:08 +0200)
committerMarek Gradzki <[email protected]>
Mon, 23 Apr 2018 05:16:04 +0000 (05:16 +0000)
Change-Id: I7d0409cb2dbac9852f1ebea1784fec92c873c792
Signed-off-by: Marek Gradzki <[email protected]>
(cherry picked from commit c9cda11170cafd5f7302e1f0e5cf55f48ba75872)

release-notes/src/main/asciidoc/user_guide/bgp_in_honeycomb_user_guide.adoc

index b89a031..3917943 100644 (file)
@@ -5,7 +5,7 @@ link:release_notes.html[< Home]
 Honeycomb uses link:https://wiki.opendaylight.org/view/BGP_LS_PCEP:BGP_Use_Cases[Opendaylight's BGP]
 as a part of default distribution.
 
-Following guide is based on ODL's link:http://docs.opendaylight.org/en/stable-{project-odl-version}/user-guide/bgp-user-guide.html#overview[BGP User Guide].
+Following guide is based on ODL's link:http://docs.opendaylight.org/en/stable-{project-odl-version}/user-guide/bgpcep-guide/bgp/index.html[BGP User Guide].
 
 == Basic configuration
 
@@ -128,7 +128,7 @@ Here is a sample basic neighbor configuration:
 }
 ----
 
-We can use link:http://docs.opendaylight.org/en/stable-{project-odl-version}/user-guide/bgp-user-guide.html#bgp-test-tool[BGP's testtool]
+We can use link:http://docs.opendaylight.org/en/stable-{project-odl-version}/user-guide/bgpcep-guide/bgp/bgp-user-guide-test-tools.html[BGP's testtool]
 to simulate remote BGP peer:
 
   java -jar ./target/bgp-testtool-*-executable.jar -ra 127.0.0.1:1790 -la 127.0.0.2:17900 -pr 2 -ll DEBUG --active true -as 65000 -mp true
@@ -704,7 +704,7 @@ Also the same route should appeared in Loc-RIB now:
 
 Honeycomb BGP implementation emits notifications on loc-rib modifications.
 Hc2vpp provides BgpInetModule module which translates
-link:http://docs.opendaylight.org/en/stable-{project-odl-version}/user-guide/bgp-user-guide.html#ip-unicast-api[IPv4/IPv6 unicast]
+link:http://docs.opendaylight.org/en/stable-{project-odl-version}/user-guide/bgpcep-guide/bgp/bgp-user-guide-ip-unicast-family.html[IP Unicast Family]
 routes from loc-rib into VPP FIB.
 
 The BgpInetModule is disabled by default. To enable it, edit