diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2017-07-27 08:02:16 +0200 |
---|---|---|
committer | Jan Srnicek <jsrnicek@cisco.com> | 2017-08-17 07:56:45 +0000 |
commit | 6c133f78a35c93e23da8347fe31e1b716d135dfe (patch) | |
tree | 8433beb3a8076e378496db4a5d825e76a2ae4a65 /release-notes/src/main/asciidoc/devel_guide | |
parent | b1dc57a7a35f30d462d7cabe0b9c3f54f976ab56 (diff) |
Release notes cleanup after releasing hc2vpp 1.17.07
Change-Id: I355e73553345ce12360946d5db2c96253a2d1040
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'release-notes/src/main/asciidoc/devel_guide')
-rw-r--r-- | release-notes/src/main/asciidoc/devel_guide/devel_guide.adoc | 2 | ||||
-rw-r--r-- | release-notes/src/main/asciidoc/devel_guide/devel_plugin_vpp_tutorial.adoc | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/release-notes/src/main/asciidoc/devel_guide/devel_guide.adoc b/release-notes/src/main/asciidoc/devel_guide/devel_guide.adoc index 0b68373af..115550f40 100644 --- a/release-notes/src/main/asciidoc/devel_guide/devel_guide.adoc +++ b/release-notes/src/main/asciidoc/devel_guide/devel_guide.adoc @@ -7,6 +7,6 @@ Hc2vpp plugin development guide. * for general tutorials on building Honeycomb agents, see https://docs.fd.io/honeycomb/{project-version}/release-notes-aggregator/release_notes.html#_tutorials[Honeycomb tutorials] === Samples -* {project-git-web}/samples?h={project-branch}[Interface management sample from Honeycomb] +* {project-git-web}/samples?h={project-branch}[Vxlan management sample from Hc2vpp] ** Generic(non-VPP) plugin with a custom distribution containing lots of useful information about Honeycomb and its plugins. diff --git a/release-notes/src/main/asciidoc/devel_guide/devel_plugin_vpp_tutorial.adoc b/release-notes/src/main/asciidoc/devel_guide/devel_plugin_vpp_tutorial.adoc index 716478788..0ebde3d37 100644 --- a/release-notes/src/main/asciidoc/devel_guide/devel_plugin_vpp_tutorial.adoc +++ b/release-notes/src/main/asciidoc/devel_guide/devel_plugin_vpp_tutorial.adoc @@ -609,9 +609,9 @@ Netconf testing guide including Notifications, can be found in Honeycomb/Running NOTE: Netconf and Restconf are equivalent interfaces to Honeycomb, being capable of providing the same APIs. The only difference is with notifications. Only NETCONF is capable of emitting the notifications. -== Full working sample +== Full working sample (outdated) -Full working sample on github: https://github.com/marosmars/honeycomb-samples/tree/vpp-plugin +Full working sample (hc2vpp 1.16.09) on github: https://github.com/marosmars/honeycomb-samples/tree/vpp-plugin [NOTE] ==== |