Update Server Accounts link in Accounts.tsx (#349)

Docs seem to have moved but this link is still pointing to github.
This commit is contained in:
babysnakeum 2021-10-07 11:45:11 +02:00 committed by GitHub
parent 16b3cedfbe
commit 0528724490
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ const RenderIntro = () => {
{'To start you must create an account on your server. '}
<Link
newTab={true}
href={'https://github.com/apotdevin/thunderhub#server-accounts'}
href={'https://docs.thunderhub.io/setup/#server-accounts'}
>
You can find instructions for this here.
</Link>