From 76c6ec051693eefb99b6aa664a9196a4bdc44913 Mon Sep 17 00:00:00 2001 From: bk521234 Date: Sat, 17 Nov 2018 09:45:35 -0700 Subject: [PATCH] updating link to properly render fixing "[here](ttps://sourceforge.net/projects/tdm-gcc/)" to "[here](https://sourceforge.net/projects/tdm-gcc/)". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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