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