From 7be7d9b07d4d60a0189d848030b37563ee1c9d82 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Mon, 11 Jun 2018 14:38:55 +0200 Subject: [PATCH] update example link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c0d5c3..8a190dc 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ It is based on the *all-in-config* idea, where you only have a configuration file, and your implementation and it works without no further work. -> a working example is available [here](https://git.xdrm.io/xdrm-brackets/gfw-example) +> a working example is available [here](https://git.xdrm.io/example/gfw) ##### changelog @@ -35,4 +35,4 @@ It is based on the *all-in-config* idea, where you only have a configuration fi - [ ] `` - array containing **only** elements matching `a` type - [ ] `` - map containing **only** keys of type `a` and values of type `b` (*a or b can be ommited*) - [x] generic controllers implementation (shared objects) -- [x] response interface \ No newline at end of file +- [x] response interface