Browse Source

docs: fix broken links

pull/25/head
mingrammer 4 years ago
parent
commit
ea81422f9a
1 changed files with 5 additions and 2 deletions
  1. +5
    -2
      website/core/Footer.js

+ 5
- 2
website/core/Footer.js View File

@@ -37,12 +37,15 @@ class Footer extends React.Component {
</a>
<div>
<h5>Docs</h5>
<a href={this.docUrl('installation', this.props.language)}>
<a href={this.docUrl('getting-started/installation', this.props.language)}>
Getting Started
</a>
<a href={this.docUrl('diagram', this.props.language)}>
<a href={this.docUrl('guides/diagram', this.props.language)}>
Guides
</a>
<a href={this.docUrl('nodes/aws', this.props.language)}>
Nodes
</a>
</div>
<div>
<h5>More</h5>


Loading…
Cancel
Save