Skip to content

Commit

Permalink
Fix link to API documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cschleiden authored Aug 30, 2019
1 parent aaf3ba3 commit 2ebd171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layouts/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ export class Layout extends React.Component<ILayoutProps> {
{
isAdmin && <span><a href="/toadmin">ADMIN</a>&nbsp;|&nbsp;</span>
}
<Link to="/privacy">{__("Privacy Policy")}</Link> | <Link to="/tos">{__("Terms of Service")}</Link> | <Link to="/imprint">{__("Imprint")}</Link> | <a href="http://forum.imperaonline.de/">{__("Forum (external)")}</a> | <a href="https://www.imperaonline.de/swagger/ui/index.html">API</a>
<Link to="/privacy">{__("Privacy Policy")}</Link> | <Link to="/tos">{__("Terms of Service")}</Link> | <Link to="/imprint">{__("Imprint")}</Link> | <a href="http://forum.imperaonline.de/">{__("Forum (external)")}</a> | <a href="https://www.imperaonline.de/swagger/">API</a>
</GridRow>
</GridContainer>

Expand Down

0 comments on commit 2ebd171

Please sign in to comment.