diff --git a/README.md b/README.md index a631bc1..30c6861 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ __supported operator__ * **recursive params call with `.`**: `map.mapKey.mapKey.arrayIndex.structFiledName` (foo.bar.2.Name) * Link - * [See Example Here]() - * [Check Unit Test Here]() + * [See Example Here](https://github.com/sado0823/go-kitx/blob/master/kit/rule/example_test.go) + * [See Unit Test Here](https://github.com/sado0823/go-kitx/blob/master/kit/rule/rule_params_test.go) ```go // example diff --git a/kit/rule/README.md b/kit/rule/README.md index 48390a5..934d4ab 100644 --- a/kit/rule/README.md +++ b/kit/rule/README.md @@ -24,8 +24,9 @@ __supported operator__ * **recursive params call with `.`**: `map.mapKey.mapKey.arrayIndex.structFiledName` (foo.bar.2.Name) * Link - * [See Example Here]() - * [Check Unit Test Here]() + * [See Example Here](https://github.com/sado0823/go-kitx/blob/master/kit/rule/example_test.go) + * [See Unit Test Here](https://github.com/sado0823/go-kitx/blob/master/kit/rule/rule_params_test.go) + ##### ExampleDo ```go import (