From a41292d9c410ba705b90b61072eabbaa6e6c7cdd Mon Sep 17 00:00:00 2001 From: Ho Chin Chee Date: Mon, 10 Apr 2017 23:25:03 -0700 Subject: [PATCH] Update HAXM installation link Summary: Thanks for submitting a PR! Please read these instructions carefully: - [x] Explain the **motivation** for making this change. - [x] Provide a **test plan** demonstrating that the code is solid. - [ ] Match the **code formatting** of the rest of the codebase. - [x] Target the `master` branch, NOT a "stable" branch. So other Mac users wont have to dig around to look for the link. What existing problem does the pull request solve? A good test plan has the exact commands you ran and their output, provides screenshots or videos if the pull request changes UI or updates the website. See [What is a Test Plan?][1] to learn more. If you have added code that should be tested, add tests. Sign the [CLA][2], if you haven't already. Small pull requests are much easier to review and more likely to get merged. Make sure the PR does only one thing, otherwise please split it. Make sure all **tests pass** on both [Travis][3] and Closes https://github.com/facebook/react-native/pull/13434 Differential Revision: D4866808 fbshipit-source-id: 9259eff382d9440754e672ad05828342091877d2 --- docs/GettingStarted.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index c560dda63..b465cb7eb 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -196,7 +196,7 @@ Android Virtual Devices allow you to run Android apps on your computer without t Then, click "Next" to install all of these components. -> If you've already installed Android Studio before, you can still [install HAXM](https://software.intel.com/en-us/android/articles/installation-instructions-for-intel-hardware-accelerated-execution-manager-windows) without performing a custom installation. +> If you've already installed Android Studio before, you can still install HAXM ([Windows](https://software.intel.com/en-us/android/articles/installation-instructions-for-intel-hardware-accelerated-execution-manager-windows)|[Mac](https://software.intel.com/en-us/android/articles/installation-instructions-for-intel-hardware-accelerated-execution-manager-mac-os-x)) without performing a custom installation.