mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
chore: merge link into wiki links
This commit is contained in:
parent
405f4742f7
commit
c75abf5c33
1 changed files with 3 additions and 4 deletions
|
|
@ -10,6 +10,8 @@ const wikiLinks = {
|
|||
changeLog: 'https://github.com/EnixCoda/Gitako/wiki/Change-Log',
|
||||
copyFileButton: 'https://github.com/EnixCoda/Gitako/wiki/Copy-file-and-snippet',
|
||||
copySnippet: 'https://github.com/EnixCoda/Gitako/wiki/Copy-file-and-snippet',
|
||||
createAccessToken:
|
||||
'https://github.com/EnixCoda/Gitako/wiki/How-to-create-access-token-for-Gitako%3F',
|
||||
}
|
||||
|
||||
const ACCESS_TOKEN_REGEXP = /^[0-9a-f]{40}$/
|
||||
|
|
@ -195,10 +197,7 @@ export default class SettingsBar extends React.PureComponent<Props, State> {
|
|||
<div className={'shadow-shelter'} />
|
||||
<div className={'gitako-settings-bar-content-section access-token'}>
|
||||
<h4>Access Token</h4>
|
||||
<a
|
||||
href="https://github.com/EnixCoda/Gitako/wiki/How-to-create-access-token-for-Gitako%3F"
|
||||
target="_blank"
|
||||
>
|
||||
<a href={wikiLinks.createAccessToken} target="_blank">
|
||||
Why & how to create it?
|
||||
</a>
|
||||
<br />
|
||||
|
|
|
|||
Loading…
Reference in a new issue