Skip to content

Commit 1f7f1de

Browse files
author
ernest
committed
fix link to example
1 parent 601692b commit 1f7f1de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ func (u UserResource) findUser(request *restful.Request, response *restful.Respo
6161
...
6262
}
6363
```
64-
65-
[Full API of a UserResource](https://github.com/emicklei/go-restful/tree/master/examples/restful-user-resource.go)
66-
64+
65+
[Full API of a UserResource](https://github.com/emicklei/go-restful/tree/master/examples/user-resource/restful-user-resource.go)
66+
6767
### Features
6868

6969
- Routes for request → function mapping with path parameter (e.g. {id} but also prefix_{var} and {var}_suffix) support

0 commit comments

Comments
 (0)