Fix broken footer links

Summary: n/a

Reviewed By: danielbuechele

Differential Revision: D15182819

fbshipit-source-id: b2a76dfe94af1ecd9c6fc0c5831ae02fc1fde73f
This commit is contained in:
John Knox
2019-05-02 08:50:52 -07:00
committed by Facebook Github Bot
parent df46c0c63e
commit cf9807d432

View File

@@ -35,13 +35,13 @@ class Footer extends React.Component {
<div>
<h5>Docs</h5>
<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>
<h5>Plugins</h5>
<a href="/docs/logs-plugin.html">Log Viewer</a>
<a href="/docs/layout-plugin.html">Layout Inspector</a>
<a href="/docs/network-plugin.html">Network Inspector</a>
<a href="/docs/features/logs-plugin.html">Log Viewer</a>
<a href="/docs/features/layout-plugin.html">Layout Inspector</a>
<a href="/docs/features/network-plugin.html">Network Inspector</a>
</div>
<div>
<h5>More</h5>