Fix broken footer links
Summary: n/a Reviewed By: danielbuechele Differential Revision: D15182819 fbshipit-source-id: b2a76dfe94af1ecd9c6fc0c5831ae02fc1fde73f
This commit is contained in:
committed by
Facebook Github Bot
parent
df46c0c63e
commit
cf9807d432
@@ -35,13 +35,13 @@ class Footer extends React.Component {
|
|||||||
<div>
|
<div>
|
||||||
<h5>Docs</h5>
|
<h5>Docs</h5>
|
||||||
<a href="/docs/getting-started.html">Getting Started</a>
|
<a href="/docs/getting-started.html">Getting Started</a>
|
||||||
<a href="/docs/js-setup.html">Creating Plugins</a>
|
<a href="/docs/extending/js-setup.html">Creating Plugins</a>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<h5>Plugins</h5>
|
<h5>Plugins</h5>
|
||||||
<a href="/docs/logs-plugin.html">Log Viewer</a>
|
<a href="/docs/features/logs-plugin.html">Log Viewer</a>
|
||||||
<a href="/docs/layout-plugin.html">Layout Inspector</a>
|
<a href="/docs/features/layout-plugin.html">Layout Inspector</a>
|
||||||
<a href="/docs/network-plugin.html">Network Inspector</a>
|
<a href="/docs/features/network-plugin.html">Network Inspector</a>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<h5>More</h5>
|
<h5>More</h5>
|
||||||
|
|||||||
Reference in New Issue
Block a user