Skip to content

Commit b8fb63b

Browse files
tsekityamcharpeni
authored andcommitted
Fix broken link (facebook#381)
The .md here will not be translated to .html when we build the site. As a result, we should change it to .html in the source. FYI, we had something similar at https://github.com/facebook/react-native-website/blame/master/docs/getting-started.md#L156
1 parent 2ec34e0 commit b8fb63b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ The instructions are a bit different depending on your development operating sys
171171

172172
## Unsupported
173173

174-
<blockquote><p>A Mac is required to build projects with native code for iOS. You can follow the <a href="getting-started.md" onclick="displayTab('guide', 'quickstart')">Quick Start</a> to learn how to build your app using Create React Native App instead.</p></blockquote>
174+
<blockquote><p>A Mac is required to build projects with native code for iOS. You can follow the <a href="getting-started.html" onclick="displayTab('guide', 'quickstart')">Quick Start</a> to learn how to build your app using Create React Native App instead.</p></blockquote>
175175

176176
<block class="native mac ios" />
177177

0 commit comments

Comments
 (0)