mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
docs: update documentation
This commit is contained in:
@@ -163,7 +163,7 @@ export default function App(): React.ReactElement {
|
||||
<Link to='/faq'><Button type='text'>{t`FAQ`}</Button></Link>
|
||||
<Typography.Link
|
||||
target='_blank'
|
||||
href='https://github.com/maelgangloff/domain-watchdog/wiki'
|
||||
href='https://domainwatchdog.eu'
|
||||
>
|
||||
<Button type='text'>
|
||||
{t`Documentation`}
|
||||
|
||||
@@ -10,7 +10,7 @@ export default function NamecheapConnectorForm() {
|
||||
label={t`Username`}
|
||||
name={['authData', 'ApiUser']}
|
||||
help={<Typography.Link target='_blank' href='https://ap.www.namecheap.com/settings/tools/apiaccess/'>
|
||||
{t`Retreive an API key and whitelist this instance's IP address on Namecheap's website`}
|
||||
{t`Retrieve an API key and whitelist this instance's IP address on Namecheap's website`}
|
||||
</Typography.Link>}
|
||||
>
|
||||
<Input prefix={<UserOutlined/>} autoComplete='off'/>
|
||||
|
||||
Reference in New Issue
Block a user