mirror of
https://github.com/Lissy93/web-check.git
synced 2025-06-20 03:37:41 +02:00
Fix link to about docs
This commit is contained in:
parent
70724be65a
commit
8a7e431af5
@ -455,7 +455,7 @@ const ProgressLoader = (props: { loadStatus: LoadingJob[], showModal: (err: Reac
|
|||||||
It's normal for some jobs to fail, either because the host doesn't return the required info,
|
It's normal for some jobs to fail, either because the host doesn't return the required info,
|
||||||
or restrictions in the lambda function, or hitting an API limit.
|
or restrictions in the lambda function, or hitting an API limit.
|
||||||
</p>}
|
</p>}
|
||||||
<AboutPageLink href="/about" target="_blank" rel="noreferer" >Learn More about Web-Check</AboutPageLink>
|
<AboutPageLink href="/check/about" target="_blank" rel="noreferer" >Learn More about Web-Check</AboutPageLink>
|
||||||
</Details>
|
</Details>
|
||||||
<DismissButton onClick={() => setHideLoader(true)}>Dismiss</DismissButton>
|
<DismissButton onClick={() => setHideLoader(true)}>Dismiss</DismissButton>
|
||||||
</LoadCard>
|
</LoadCard>
|
||||||
|
@ -286,7 +286,7 @@ const Home = (): JSX.Element => {
|
|||||||
<a target="_blank" rel="noreferrer" href="https://app.netlify.com/start/deploy?repository=https://github.com/lissy93/web-check" title="Deploy your own private or public instance of Web-Check to Netlify">
|
<a target="_blank" rel="noreferrer" href="https://app.netlify.com/start/deploy?repository=https://github.com/lissy93/web-check" title="Deploy your own private or public instance of Web-Check to Netlify">
|
||||||
<Button>Deploy your own</Button>
|
<Button>Deploy your own</Button>
|
||||||
</a>
|
</a>
|
||||||
<a href="about#api-documentation" title="View the API documentation, to use Web-Check programmatically">
|
<a href="check/about#api-documentation" title="View the API documentation, to use Web-Check programmatically">
|
||||||
<Button>API Docs</Button>
|
<Button>API Docs</Button>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user