diff --git a/readme.md b/readme.md index 36f91c03..4fb17830 100644 --- a/readme.md +++ b/readme.md @@ -85,8 +85,4 @@ Before starting to work on some big or medium features - raise an issue [here](h ### Developing Keel -If you wish to work on Keel itself, you will need Go 1.8+ installed. Make sure you put Keel into correct Gopath and `go build` (dependency management is done through Glide). - -### Roadmap - -Project [roadmap available here](https://github.com/keel-hq/keel/wiki/Roadmap). +If you wish to work on Keel itself, you will need Go 1.8+ installed. Make sure you put Keel into correct Gopath and `go build` (dependency management is done through [dep](https://github.com/golang/dep)).