Fix links

Fixes #32
- add missing hashmark in an README internal link
- gorest repo was deleted
diff --git a/README.md b/README.md
index 7fa1b47..082e4cf 100644
--- a/README.md
+++ b/README.md
@@ -189,7 +189,7 @@
 Or you could [just write your own](http://justinas.org/writing-http-middleware-in-go/),
 it's very easy!
 
-Alternatively, you could try [a framework building upon HttpRouter](web-frameworks-building-upon-httprouter).
+Alternatively, you could try [a framework building upon HttpRouter](#web-frameworks-building-upon-httprouter).
 
 Here is a quick example: Does your server serve multiple domains / hosts?
 You want to use sub-domains?
@@ -231,5 +231,4 @@
 ## Web Frameworks building upon HttpRouter
 If the HttpRouter is a bit too minimalistic for you, you might try one of the following more high-level 3rd-party web frameworks building upon the HttpRouter package:
 * [Gin](https://github.com/gin-gonic/gin): Features a martini-like API with much better performance
-* [gorest](https://github.com/crackcomm/gorest): HTTP REST API framework
 * [Hikaru](https://github.com/najeira/hikaru): Supports standalone and Google AppEngine