From c75abf5c3341bc989f70c3c8bebffb97ff3596f7 Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Mon, 11 Mar 2019 14:45:41 +0800 Subject: [PATCH] chore: merge link into wiki links --- src/components/SettingsBar.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/components/SettingsBar.tsx b/src/components/SettingsBar.tsx index ea1d147..2b13f53 100644 --- a/src/components/SettingsBar.tsx +++ b/src/components/SettingsBar.tsx @@ -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 {

Access Token

- + Why & how to create it?