Skip to content

Commit

Permalink
Fix the broken Android mirror link (github#902)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
Trumeet and hubwriter authored Nov 3, 2020
1 parent a9f0d0e commit 0f07801
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ Some open-source projects provide mirrors on {% data variables.product.prodname_

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

- [android](https://github.com/android)
- [Android Open Source Project](https://github.com/aosp-mirror)
- [The Apache Software Foundation](https://github.com/apache)
- [The Chromium Project](https://github.com/chromium)
- [The Eclipse Foundation](https://github.com/eclipse)
- [Eclipse Foundation](https://github.com/eclipse)
- [The FreeBSD Project](https://github.com/freebsd)
- [The Glasgow Haskell Compiler](https://github.com/ghc)
- [Glasgow Haskell Compiler](https://github.com/ghc)
- [GNOME](https://github.com/GNOME)
- [The Linux kernel source tree](https://github.com/torvalds/linux)
- [Linux kernel source tree](https://github.com/torvalds/linux)
- [Qt](https://github.com/qt)

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 %}.
Expand Down

0 comments on commit 0f07801

Please sign in to comment.