update gitlab link
This commit is contained in:
parent
a3fc78e9fd
commit
91263e05dc
|
@ -5,7 +5,7 @@ ENV GOARCH amd64
|
||||||
|
|
||||||
ARG branch=master
|
ARG branch=master
|
||||||
|
|
||||||
RUN git clone https://gitlab.com/skynetlabs/skyd.git Sia --single-branch --branch ${branch}
|
RUN git clone https://gitlab.com/SkynetHQ/skyd.git Sia --single-branch --branch ${branch}
|
||||||
RUN make release --directory Sia
|
RUN make release --directory Sia
|
||||||
|
|
||||||
FROM nebulouslabs/sia:1.5.5
|
FROM nebulouslabs/sia:1.5.5
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
- title: Github
|
- title: Github
|
||||||
href: https://github.com/SkynetHQ
|
href: https://github.com/SkynetHQ
|
||||||
- title: Gitlab
|
- title: Gitlab
|
||||||
href: https://gitlab.com/skynetlabs
|
href: https://gitlab.com/SkynetHQ
|
||||||
- header: Technology
|
- header: Technology
|
||||||
links:
|
links:
|
||||||
- title: What is Skynet?
|
- title: What is Skynet?
|
||||||
|
|
|
@ -67,7 +67,7 @@ const resources = [
|
||||||
{
|
{
|
||||||
title: "Skynet Core Repo",
|
title: "Skynet Core Repo",
|
||||||
description: "The code base that makes the rest tick.",
|
description: "The code base that makes the rest tick.",
|
||||||
href: "https://gitlab.com/skynetlabs/skyd",
|
href: "https://gitlab.com/SkynetHQ/skyd",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Skynet on Github",
|
title: "Skynet on Github",
|
||||||
|
|
Reference in New Issue