diff options
author | bk521234 <bryan.kielpinski52@gmail.com> | 2018-11-17 09:45:35 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-17 09:45:35 -0700 |
commit | 76c6ec051693eefb99b6aa664a9196a4bdc44913 (patch) | |
tree | 8e54f6da8feb680c12729b6da50b14f75b983469 /README.md | |
parent | update README.md (diff) | |
download | golite-76c6ec051693eefb99b6aa664a9196a4bdc44913.tar.gz golite-76c6ec051693eefb99b6aa664a9196a4bdc44913.tar.xz |
updating link to properly render
fixing "[here](ttps://sourceforge.net/projects/tdm-gcc/)" to "[here](https://sourceforge.net/projects/tdm-gcc/)".
Diffstat (limited to 'README.md')
-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 |