Browse Source

docs: remove lang part from footer links

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

+ 3
- 3
website/core/Footer.js View File

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


Loading…
Cancel
Save