summaryrefslogtreecommitdiffstats
path: root/release-notes/src/main/asciidoc/devel_guide
diff options
context:
space:
mode:
authorMarek Gradzki <mgradzki@cisco.com>2017-07-27 08:02:16 +0200
committerMarek Gradzki <mgradzki@cisco.com>2017-07-27 08:27:09 +0200
commit6dd8b704c710e4636cf74e21fa0fe70015378ace (patch)
tree64a7638a7daa8f3ae068abd31caadfd5036e7fde /release-notes/src/main/asciidoc/devel_guide
parente4b2b284eba72548b17a67fcab003567baef155c (diff)
Hc2vpp 1.17.07 release notes update
Change-Id: I355e73553345ce75a60946d5db2c96253a2d1040 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.adoc2
-rw-r--r--release-notes/src/main/asciidoc/devel_guide/devel_plugin_vpp_tutorial.adoc4
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..09a6a6a7d 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}[Interface 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 c55e85ccc..a8dffc7b1 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
@@ -614,9 +614,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]
====