From 246b43a552afa8143fe61fd1b16b6a568c9dfba5 Mon Sep 17 00:00:00 2001 From: Peter Piliar <34344330+ppiliar@users.noreply.github.com> Date: Mon, 17 Sep 2018 17:57:13 +0200 Subject: [PATCH] Update link to toaster.yang in README.md There is mailto link to toaster@2009-11-20.yang. This commit changes link to actual file in lighty-models/test/lighty-toaster. --- .../controllers/lighty-controller-springboot-netconf/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighty-examples/controllers/lighty-controller-springboot-netconf/README.md b/lighty-examples/controllers/lighty-controller-springboot-netconf/README.md index 4236595a2b..4aa7c926e4 100644 --- a/lighty-examples/controllers/lighty-controller-springboot-netconf/README.md +++ b/lighty-examples/controllers/lighty-controller-springboot-netconf/README.md @@ -22,7 +22,7 @@ mvn clean install Start ----- -It is necessary to copy toaster@2009-11-20.yang file to $WORKING_DIR/cache/schema/toaster@2009-11-20.yang, to be +It is necessary to copy [toaster@2009-11-20.yang](https://github.com/PantheonTechnologies/lighty-core/blob/master/lighty-models/test/lighty-toaster/src/main/yang/toaster%402009-11-20.yang) file to $WORKING_DIR/cache/schema/toaster@2009-11-20.yang, to be possible to read NETCONF data from testing device (lighty-toaster-device). ``` mvn spring-boot:run