Merge pull request #328 from NebulousLabs/add-sdk-docs

Replace broken SDK link with link to SDK docs
This commit is contained in:
Marcin S 2020-08-13 14:50:52 +02:00 committed by GitHub
commit 0fdf1ec86a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 5 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"
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
className="link" className="link"
@ -34,16 +34,25 @@ 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. You can follow these guides to start using Skynet with{" "}
<a <a
href="https://support.siasky.net/article/vmmzyes1uy-skynet-sia-set-up" href="https://github.com/NebulousLabs/skynet-cli"
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
className="link" className="link"
> >
guide the Skynet CLI
</a>{" "} </a>{" "}
to setup a Sia Node. and{" "}
<a
href="https://blog.sia.tech/the-skynet-sdks-751b35578b20"
target="_blank"
rel="noopener noreferrer"
className="link"
>
integrate Skynet
</a>{" "}
into your application.
</p> </p>
</Fade> </Fade>