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