helpButton: update link to my cgit repo

This commit is contained in:
Peter Cai 2020-06-25 19:35:13 +08:00
parent 4122b2f1bd
commit 4244862d5c
No known key found for this signature in database
GPG Key ID: 71F5FB4E4F3FD54F
1 changed files with 3 additions and 3 deletions

View File

@ -10,8 +10,8 @@ export default HelpButton = ->
<React.Fragment> <React.Fragment>
<p><strong>Angry.Im Pastebin Service</strong><br/> <p><strong>Angry.Im Pastebin Service</strong><br/>
Source code:&nbsp; Source code:&nbsp;
<a target="_blank" href="https://github.com/PeterCxy/worker-pastebin"> <a target="_blank" href="https://cgit.typeblog.net/worker-pastebin">
https://github.com/PeterCxy/worker-pastebin https://cgit.typeblog.net/worker-pastebin
</a> </a>
</p> </p>
<p> <p>
@ -44,4 +44,4 @@ export default HelpButton = ->
onClick={showHelp} onClick={showHelp}
> >
Help Help
</button> </button>