link fixes (#634)
* link fixes * fix footer link * Skynet with a Sia Node * Accessing Skynet Locally
This commit is contained in:
parent
4752e10f02
commit
5bfafdb96e
|
@ -59,7 +59,7 @@ export default function Footer() {
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://sia.tech/docs/#skynet" target="_blank" rel="noopener noreferrer">
|
<a href="https://siasky.net/docs" target="_blank" rel="noopener noreferrer">
|
||||||
API Docs
|
API Docs
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -74,11 +74,11 @@ export default function Footer() {
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a
|
<a
|
||||||
href="https://support.siasky.net/article/vmmzyes1uy-skynet-sia-set-up"
|
href="https://support.siasky.net/key-concepts/skynet-portals/using-a-sia-node-as-a-portal"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
>
|
>
|
||||||
Sia Node Setup
|
Accessing Skynet Locally
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
|
@ -98,7 +98,7 @@ export default function HomeNetwork() {
|
||||||
Anyone can access files that have been uploaded to Skynet as long as they possess the corresponding
|
Anyone can access files that have been uploaded to Skynet as long as they possess the corresponding
|
||||||
Skylinks. You can use any Webportal to download files!
|
Skylinks. You can use any Webportal to download files!
|
||||||
<a
|
<a
|
||||||
href="https://skynet.helpdocs.io/article/3p9z5g9s0e-skynet-how-to"
|
href="https://support.siasky.net/using-skynet"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="more read-more"
|
className="more read-more"
|
||||||
|
@ -113,7 +113,7 @@ export default function HomeNetwork() {
|
||||||
Applications can be deployed in under a minute and be immediately available globally. Skynet includes an
|
Applications can be deployed in under a minute and be immediately available globally. Skynet includes an
|
||||||
API and SDKs which integrate seamlessly with existing applications.
|
API and SDKs which integrate seamlessly with existing applications.
|
||||||
<a
|
<a
|
||||||
href="https://skynet.helpdocs.io/article/hrshqsn9wz-integrating-skynet"
|
href="https://support.siasky.net/the-technology/developing-on-skynet"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="more read-more"
|
className="more read-more"
|
||||||
|
@ -128,7 +128,7 @@ export default function HomeNetwork() {
|
||||||
Skynet's speeds rival centralized providers and surpass all decentralized offerings. A typical Skynet
|
Skynet's speeds rival centralized providers and surpass all decentralized offerings. A typical Skynet
|
||||||
download starts in under 500 ms and can stream at rates as high as 1 Gbps!
|
download starts in under 500 ms and can stream at rates as high as 1 Gbps!
|
||||||
<a
|
<a
|
||||||
href="https://skynet.helpdocs.io/article/430teoxgqc-skynet-speed"
|
href="https://support.siasky.net/key-concepts/faqs#how-fast-is-skynet"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="more read-more"
|
className="more read-more"
|
||||||
|
|
|
@ -23,7 +23,7 @@ export default function HomeSamples() {
|
||||||
SDKs
|
SDKs
|
||||||
</a>{" "}
|
</a>{" "}
|
||||||
for popular programming languages and{" "}
|
for popular programming languages and{" "}
|
||||||
<a href="https://sia.tech/docs/#skynet" target="_blank" rel="noopener noreferrer" className="link">
|
<a href="https://siasky.net/docs/" target="_blank" rel="noopener noreferrer" className="link">
|
||||||
APIs
|
APIs
|
||||||
</a>{" "}
|
</a>{" "}
|
||||||
that integrate seamlessly with your existing apps. You can follow these guides to start using Skynet with{" "}
|
that integrate seamlessly with your existing apps. You can follow these guides to start using Skynet with{" "}
|
||||||
|
|
Reference in New Issue