From 1b1c237ea3637e93a2875c3eb6dc892e4bd7983c Mon Sep 17 00:00:00 2001 From: Miyazakid <34825464+miyazakid@users.noreply.github.com> Date: Thu, 24 Jan 2019 10:48:47 -0500 Subject: [PATCH] Added more links to open source projects. (#28331) * Added more external links. Added more links to related external material. * fix: corrected bullet point formatting for links --- guide/english/working-in-tech/open-source/index.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/guide/english/working-in-tech/open-source/index.md b/guide/english/working-in-tech/open-source/index.md index 553412b845..fc0eaf8e63 100644 --- a/guide/english/working-in-tech/open-source/index.md +++ b/guide/english/working-in-tech/open-source/index.md @@ -21,13 +21,16 @@ The main disadvantage of open-source software is that often it is not very strai Open source software allows developers to view the source code of any software which is under creative license. Open source projects makes it easier for developers to contribute on different projects without even making changes in the actual file on the server by just downloading the file on our local machine. There are different websites where people can find the open source projects, such as: -1. https://github.com -2. https://opensource.google.com/ +- [GitHub](https://github.com/explore) +- [Google Open Source](https://opensource.google.com/) +- [Mozilla Projects](https://developer.mozilla.org/en-US/docs/Mozilla/Mozilla_on_GitHub) +- [CodeTriage](https://www.codetriage.com/) One of the biggest Open Source projects is Linux. #### More Information: -[Open Source Initiative](https://opensource.org/) -[Wikipedia Open Source Model](https://en.wikipedia.org/wiki/Open-source_model) -[Wikipedia Open Source Software](https://en.wikipedia.org/wiki/Open-source_software) +- [Open Source Initiative](https://opensource.org/), +- [Wikipedia Open Source Model](https://en.wikipedia.org/wiki/Open-source_model), +- [Wikipedia Open Source Software](https://en.wikipedia.org/wiki/Open-source_software), +- [The Mozilla Foundation](https://www.mozilla.org/en-CA/foundation/)