Fixes: Link to developer documentation from token settings page
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
import * as React from 'react';
|
||||
import { observable } from 'mobx';
|
||||
import { observer, inject } from 'mobx-react';
|
||||
import { Link } from 'react-router-dom';
|
||||
import ApiKeysStore from 'stores/ApiKeysStore';
|
||||
|
||||
import Button from 'components/Button';
|
||||
@@ -47,7 +46,7 @@ class Tokens extends React.Component<Props> {
|
||||
<HelpText>
|
||||
You can create an unlimited amount of personal API tokens to hack on
|
||||
Outline. For more details about the API take a look at the{' '}
|
||||
<Link to="/developers">developer documentation</Link>.
|
||||
<a href="/developers">developer documentation</a>.
|
||||
</HelpText>
|
||||
|
||||
{hasApiKeys && (
|
||||
|
||||
Reference in New Issue
Block a user