update example link

This commit is contained in:
Adrien Marquès 2018-06-11 14:38:55 +02:00
parent 7d5423892b
commit 7be7d9b07d
1 changed files with 2 additions and 2 deletions

View File

@ -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. 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 ##### changelog
@ -35,4 +35,4 @@ It is based on the *all-in-config* idea, where you only have a configuration fi
- [ ] `<a>` - array containing **only** elements matching `a` type - [ ] `<a>` - array containing **only** elements matching `a` type
- [ ] `<a:b>` - map containing **only** keys of type `a` and values of type `b` (*a or b can be ommited*) - [ ] `<a:b>` - 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] generic controllers implementation (shared objects)
- [x] response interface - [x] response interface