find replace dev url with new guide
This commit is contained in:
parent
9d312c061f
commit
b89c57cd9c
|
@ -13,7 +13,7 @@
|
|||
- header: Developers
|
||||
links:
|
||||
- title: Developer Guide
|
||||
href: https://support.siasky.net/the-technology/developing-on-skynet
|
||||
href: https://docs.siasky.net
|
||||
- title: API & SDK Documentation
|
||||
href: https://siasky.net/docs/
|
||||
- title: Portal Setup
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
export const OutlineButton = () => {
|
||||
<a
|
||||
href="https://support.siasky.net/the-technology/developing-on-skynet"
|
||||
href="https://docs.siasky.net"
|
||||
className="inline-block border-2 border-palette-600 text-palette-600 px-10 leading-10 rounded-full text-xs uppercase text-center mt-7"
|
||||
>
|
||||
Learn more
|
||||
|
|
|
@ -8,7 +8,7 @@ import Link from "../components/Link";
|
|||
|
||||
const LearnMoreButton = () => (
|
||||
<Link
|
||||
href="https://support.siasky.net/the-technology/developing-on-skynet"
|
||||
href="https://docs.siasky.net"
|
||||
className="button-secondary-dark inline-block px-10 mt-7"
|
||||
>
|
||||
Learn more
|
||||
|
@ -47,7 +47,7 @@ const resources = [
|
|||
{
|
||||
title: "Skynet Developer Guide",
|
||||
description: "Developer portal for resources and guides.",
|
||||
href: "https://support.siasky.net/the-technology/developing-on-skynet",
|
||||
href: "https://docs.siasky.net",
|
||||
},
|
||||
{
|
||||
title: "Skynet SDK Docs",
|
||||
|
@ -77,7 +77,7 @@ const resources = [
|
|||
];
|
||||
|
||||
const docs = [
|
||||
{ name: "Developer Guide", href: "https://support.siasky.net/the-technology/developing-on-skynet" },
|
||||
{ name: "Developer Guide", href: "https://docs.siasky.net" },
|
||||
{ name: "Skynet SDK Docs", href: "https://siasky.net/docs/" },
|
||||
];
|
||||
|
||||
|
|
|
@ -92,7 +92,7 @@ const IndexPage = ({ data }) => {
|
|||
<SectionTitle>Ready to build your application?</SectionTitle>
|
||||
|
||||
<Link
|
||||
href="https://support.siasky.net/the-technology/developing-on-skynet"
|
||||
href="https://docs.siasky.net"
|
||||
className="button-secondary-dark inline-block px-10 mt-7"
|
||||
>
|
||||
Learn more
|
||||
|
@ -110,7 +110,7 @@ const IndexPage = ({ data }) => {
|
|||
|
||||
<div className="desktop:hidden mt-12 text-center">
|
||||
<Link
|
||||
href="https://support.siasky.net/the-technology/developing-on-skynet"
|
||||
href="https://docs.siasky.net"
|
||||
className="button-secondary-dark inline-block px-10 mt-7"
|
||||
>
|
||||
Learn more
|
||||
|
|
Reference in New Issue