Skip to content

Commit

Permalink
README.md: fix golang.org link
Browse files Browse the repository at this point in the history
The link was relative, so when clicking on it from github, the user
was taken to:

    https://github.com/gopherjs/gopherjs-book/blob/master/golang.org

Add the "http://" to take the user to the right website.
  • Loading branch information
tcort committed Mar 30, 2015
1 parent 9c530cd commit 53b21a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

_Build client side apps with the language you already trust on the backend._

GopherJS compiles [Go code](golang.org) to pure JavaScript code. Its main purpose is to give you the opportunity to write front-end code in Go which will still run in all browsers.
GopherJS compiles [Go code](http://golang.org) to pure JavaScript code. Its main purpose is to give you the opportunity to write front-end code in Go which will still run in all browsers.

## Development

Expand Down

0 comments on commit 53b21a5

Please sign in to comment.