Replace broken SDK link with link to SDK docs

This commit is contained in:
Marcin S 2020-08-12 15:58:35 +02:00
parent 66e435ef0c
commit 0f4834786f
1 changed files with 2 additions and 11 deletions

View File

@ -23,7 +23,7 @@ export default function HomeSamples() {
<p> <p>
Skynet includes{" "} Skynet includes{" "}
<a <a
href="https://support.siasky.net/article/hrshqsn9wz-integrating-skynet" href="https://nebulouslabs.github.io/skynet-docs/?shell--curl#introduction"
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
className="link" className="link"
@ -34,16 +34,7 @@ export default function HomeSamples() {
<a href="https://sia.tech/docs/#skynet" target="_blank" rel="noopener noreferrer" className="link"> <a href="https://sia.tech/docs/#skynet" target="_blank" rel="noopener noreferrer" className="link">
APIs APIs
</a>{" "} </a>{" "}
that integrate seamlessly with your existing apps. You can follow this{" "} that integrate seamlessly with your existing apps.
<a
href="https://support.siasky.net/article/vmmzyes1uy-skynet-sia-set-up"
target="_blank"
rel="noopener noreferrer"
className="link"
>
guide
</a>{" "}
to setup a Sia Node.
</p> </p>
</Fade> </Fade>