Fix broken links on website and github readme
Summary: The url for the getting started page was changed yesterday. (no longer getting-started.html) This fixes some links that were broken because of it. Reviewed By: cekkaewnumchai Differential Revision: D20855343 fbshipit-source-id: 788efb75f3581e4fe6cecd5f69f11dd64b03e7df
This commit is contained in:
committed by
Facebook GitHub Bot
parent
4be1b4d491
commit
f1e8297800
@@ -36,7 +36,7 @@ class Footer extends React.Component {
|
||||
</a>
|
||||
<div>
|
||||
<h5>Docs</h5>
|
||||
<a href="/docs/getting-started.html">Getting Started</a>
|
||||
<a href="/docs/getting-started/">Getting Started</a>
|
||||
<a href="/docs/extending/js-setup.html">Creating Plugins</a>
|
||||
</div>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user