Skip to content

Commit 6144efe

Browse files
committed
website: resolve more dead link
1 parent 0d89c05 commit 6144efe

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

docs/.vitepress/config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default defineConfig({
55
base: "/QuickView",
66
title: "E3SM QuickView",
77
description:
8-
"How to start with the E3SM QuickView suite to look at your climate data",
8+
"How to start with the E3SM QuickView suite to look at your simulation data",
99
head: [["link", { rel: "stylesheet", href: "/custom.css" }]],
1010
themeConfig: {
1111
// https://vitepress.dev/reference/default-theme-config
@@ -49,7 +49,7 @@ export default defineConfig({
4949
items: [
5050
{ text: "Key Reminders", link: "/guides/reminders" },
5151
{ text: "Connecitiviy Files", link: "/guides/connectivity" },
52-
{ text: "Simulation Files", link: "/guides/data" },
52+
{ text: "Simulation Files", link: "/guides/simulation_data" },
5353
{ text: "Installation", link: "/guides/installation" },
5454
],
5555
},

docs/old-to-delete/future.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
For the upcoming versions, we plan to prioritize the following:
44

5-
- adding support for the server-client model and deploying server to Department
6-
of Energy's Leadership Computing Facilities;
75
- leveraging [ParaView's](https://www.paraview.org/) parallel processing
86
capabilities to process many variables or high-resolution data;
97
- adding support for the cubed-sphere meshes used by EAM's dynamical core, i.e.,

0 commit comments

Comments
 (0)