diff --git a/src/config/constants.ts b/src/config/constants.ts index ff28b0fd1..1a643f8d3 100644 --- a/src/config/constants.ts +++ b/src/config/constants.ts @@ -27,10 +27,6 @@ export const EXTERNAL_NAVIGATION_LINKS: LinkObject[] = [ name: "Sway Std Lib", link: "https://fuellabs.github.io/sway/master/std/", }, - { - name: "Sway Core", - link: "https://fuellabs.github.io/sway/master/core/", - }, { name: "Example Applications", link: "https://github.com/FuelLabs/sway-applications/", @@ -95,10 +91,6 @@ export const NAVIGATION: any[] = [ name: "Example Apps", link: "https://github.com/FuelLabs/sway-applications/", }, - { - name: "Sway Core", - link: "https://fuellabs.github.io/sway/master/core/", - }, { name: "Tooling", },