Skip to content

Commit d771265

Browse files
committed
website: resolve dead links
1 parent 019743d commit d771265

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/.vitepress/config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default defineConfig({
2929
text: "At NERSC",
3030
items: [
3131
{ text: "Quickstart", link: "/nersc/index" },
32-
{ text: "Public Installation", link: "/nersc/installation_at_nersc" },
32+
{ text: "(not-yet-)Public Installation", link: "/nersc/public_installation" },
3333
{ text: "User's Installation", link: "/nersc/users_installation" },
3434
],
3535
},

docs/nersc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The following sections on this page contain instructions for users who would lik
88
[[toc]]
99

1010
User's who would like to understand how our installation was done
11-
or how to do their own installations are referred to [this page](installation_at_nersc.md).
11+
or how to do their own installations are referred to [this page](public_installation.md).
1212

1313
## Quickstart for users familiar with JupyterHub
1414

0 commit comments

Comments
 (0)