diff options
author | mattn <mattn.jp@gmail.com> | 2018-11-18 01:49:37 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-18 01:49:37 +0900 |
commit | 1ef6010539226ec13e5c35b5b6fcfcd1101f62e8 (patch) | |
tree | 8e54f6da8feb680c12729b6da50b14f75b983469 | |
parent | update README.md (diff) | |
parent | updating link to properly render (diff) | |
download | golite-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |