aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2018-11-18 01:49:37 +0900
committerGitHub <noreply@github.com>2018-11-18 01:49:37 +0900
commit1ef6010539226ec13e5c35b5b6fcfcd1101f62e8 (patch)
tree8e54f6da8feb680c12729b6da50b14f75b983469
parentupdate README.md (diff)
parentupdating link to properly render (diff)
downloadgolite-1ef6010539226ec13e5c35b5b6fcfcd1101f62e8.tar.gz
golite-1ef6010539226ec13e5c35b5b6fcfcd1101f62e8.tar.xz
Merge pull request #664 from bk521234/patch-1
updating Windows TDM-GCC link to properly render
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 506f3ec..bc31134 100644
--- a/README.md
+++ b/README.md
@@ -280,7 +280,7 @@ To compile this package on Windows OS you must have the `gcc` compiler installed
3) Open a terminal for the TDM-GCC toolchain, can be found in the Windows Start menu.
4) Navigate to your project folder and run the `go build ...` command for this package.
-For example the TDM-GCC Toolchain can be found [here](ttps://sourceforge.net/projects/tdm-gcc/).
+For example the TDM-GCC Toolchain can be found [here](https://sourceforge.net/projects/tdm-gcc/).
## Errors