From 67d50a3e71bfd2c90a5f3d7e8568dc9b0e6b273f Mon Sep 17 00:00:00 2001 From: Marten <43725244+Tiyn@users.noreply.github.com> Date: Tue, 20 Apr 2021 17:17:34 +0200 Subject: [PATCH] bugfix: link in c-language not working --- wiki/programming-languages/c-language.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/programming-languages/c-language.md b/wiki/programming-languages/c-language.md index d5406db..fa2ddfd 100644 --- a/wiki/programming-languages/c-language.md +++ b/wiki/programming-languages/c-language.md @@ -7,7 +7,7 @@ C is a common programming language. To get c working you basically just need to install a compiler. To get a compiler for c there are a few options. -- [GNU compiler collection](gcc.gnu.org) +- [GNU compiler collection](https://gcc.gnu.org) ## IDE