diff --git a/README.md b/README.md index f9d91d6..968a6d2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ html-query: A fluent and functional approach to querying HTML DOM ================================================================= html-query is a Go package that provides a fluent and functional interface for -querying HTML DOM. It is based on code.google.com/p/go.net/html. +querying HTML DOM. It is based on [golang.org/x/net/html](https://godoc.org/golang.org/x/net/html). Examples ========