Skip to content

Commit dc3cfbf

Browse files
committed
Remove links to naas.nais.io which doesn't exist anymore
1 parent e7882b7 commit dc3cfbf

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

src/routes/+layout.svelte

-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
<p>
2929
<a href="https://docs.nais.io">Documentation</a>
3030
<a href="https://start.nais.io">Create an application</a>
31-
<a href="https://naas.nais.io">About NaaS</a>
3231
<a href="https://uustatus.no/nn/erklaringer/publisert/f048df55-0ea0-43d4-b884-6a6be23f098f">Accessibility statement (in norwegian)</a>
3332
<a href="https://sikkerhet.nav.no/">Security</a>
3433
</p>

src/routes/+page.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<div class="max-w-4xl mx-auto text-center my-12 sm:my-24">
9696
<h2 class="text-3xl font-bold">Only for NAV? Then why am I even here?</h2>
9797
<p>
98-
We are currently running a pilot for <a href="https://naas.nais.io">NAIS as a service</a>
98+
We are currently running a pilot for NAIS as a service
9999
, to see if other organizations could benefit from our tools.
100100
<br />
101101
<a href="/#contact">Contact us</a>

src/routes/navigation.svelte

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
const menu: menuItem[] = [
1212
{ name: "NAIS", href: "/", pride: true },
1313
{ name: "Documentation", href: "https://docs.nais.io" },
14-
{ name: "NaaS pilot", href: "https://naas.nais.io" },
1514
{ name: "Blog", href: "https://nais.io/blog" },
1615
{ name: "Contact", href: "/#contact" },
1716
];

0 commit comments

Comments
 (0)