From 53b21a5e7765370420485bf92aa4d438c21a6320 Mon Sep 17 00:00:00 2001 From: Thomas Cort Date: Mon, 30 Mar 2015 08:34:50 -0400 Subject: [PATCH] README.md: fix golang.org link 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9402b50..cbf4e5c 100644 --- a/README.md +++ b/README.md @@ -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