Skip to content

Commit 0f07801

Browse files
Trumeethubwriter
andauthored
Fix the broken Android mirror link (#902)
* Fix the broken Android mirror link The AOSP mirror was moved some years ago, and was no longer github.com/android but rather github.com/aosp-mirror. The github.com/android organization nowadays is not a mirror. * Change names of repo links to match actual names I've updated the linked names of the repos to match the names of the repos that are displayed when you click through to them. Co-authored-by: hubwriter <hubwriter@github.com>
1 parent a9f0d0e commit 0f07801

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/github/getting-started-with-github/finding-ways-to-contribute-to-open-source-on-github.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ Some open-source projects provide mirrors on {% data variables.product.prodname_
3232

3333
Here are a few prominent repositories that are mirrored on {% data variables.product.prodname_dotcom_the_website %}:
3434

35-
- [android](https://github.com/android)
35+
- [Android Open Source Project](https://github.com/aosp-mirror)
3636
- [The Apache Software Foundation](https://github.com/apache)
3737
- [The Chromium Project](https://github.com/chromium)
38-
- [The Eclipse Foundation](https://github.com/eclipse)
38+
- [Eclipse Foundation](https://github.com/eclipse)
3939
- [The FreeBSD Project](https://github.com/freebsd)
40-
- [The Glasgow Haskell Compiler](https://github.com/ghc)
40+
- [Glasgow Haskell Compiler](https://github.com/ghc)
4141
- [GNOME](https://github.com/GNOME)
42-
- [The Linux kernel source tree](https://github.com/torvalds/linux)
42+
- [Linux kernel source tree](https://github.com/torvalds/linux)
4343
- [Qt](https://github.com/qt)
4444

4545
To set up your own mirror, you can configure [a post-receive hook](https://git-scm.com/book/en/Customizing-Git-Git-Hooks) on your official project repository to automatically push commits to a mirror repository on {% data variables.product.product_name %}.

0 commit comments

Comments
 (0)