diff --git a/examples/IwcJson.js b/examples/IwcJson.js index d9bee184..0cd0f659 100644 --- a/examples/IwcJson.js +++ b/examples/IwcJson.js @@ -119,7 +119,7 @@ function init(){ console.log(yatta.value.newProperty !== "Awesome") // true, still not awesome.. /** - Please also read [https://rawgit.com/DadaMonad/Yatta/master/doc/class/JsonWrapper.html](JsonWrapper). + Please also read [JsonWrapper](https://rawgit.com/DadaMonad/Yatta/master/doc/class/JsonWrapper.html) */ }) } diff --git a/examples/IwcJson.md b/examples/IwcJson.md index fcaa217a..bf054826 100644 --- a/examples/IwcJson.md +++ b/examples/IwcJson.md @@ -162,7 +162,7 @@ I can't observe if you overwrite object references `yatta = "Awesome"`. ``` -Please also read [https://rawgit.com/DadaMonad/Yatta/master/doc/class/JsonWrapper.html](JsonWrapper). +Please also read [JsonWrapper](https://rawgit.com/DadaMonad/Yatta/master/doc/class/JsonWrapper.html) ```js diff --git a/examples/README.md b/examples/README.md index 8d6e6092..c735f5a9 100644 --- a/examples/README.md +++ b/examples/README.md @@ -3,4 +3,4 @@ Here you find some (hopefully) usefull examples on how to use Yatta! -* [./IwcJson.md](IWC + Json) +* [IWC + Json](./IwcJson.md)