Skip to content

Commit e280082

Browse files
authored
Merge pull request #100 from PecanProject/remove_vm_download
remove download link to VM
2 parents 13fd9ff + 4791255 commit e280082

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

docusaurus.config.js

+5-10
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module.exports = {
3333
},
3434
{
3535
to: "http://pecan.ncsa.illinois.edu/pecan/01-introduction.php", label: "Demo"
36-
},
36+
},
3737
],
3838
},
3939
{ to: "/blog", label: "Blog", position: "left" },
@@ -52,12 +52,7 @@ module.exports = {
5252
href: "https://github.com/PecanProject",
5353
position: "right",
5454
className: "header-github-link",
55-
"aria-label": "GitHub repository",
56-
},
57-
{
58-
href: "https://opensource.ncsa.illinois.edu/projects/artifacts.php?key=PECAN",
59-
label: "Download",
60-
position: "left",
55+
"aria-label": "GitHub repository",
6156
},
6257
{
6358
label: "GSoC",
@@ -124,9 +119,9 @@ module.exports = {
124119
copyright: `Copyright © ${new Date().getFullYear()} PEcAn Project.`,
125120
},
126121
docs: {
127-
sidebar: {
128-
hideable: true
129-
},
122+
sidebar: {
123+
hideable: true
124+
},
130125
},
131126
},
132127
presets: [

src/pages/news.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ function News() {
2121

2222
This release has a number of bug fixes and added functionality. All can be seen
2323
<a href=" https://github.com/PecanProject/pecan/releases/tag/v1.6.0"> listed here</a>. The VM
24-
can be downloaded <a
25-
href="https://opensource.ncsa.illinois.edu/projects/artifacts.php?key=PECAN">here</a>.
26-
24+
can be downloaded at (note: VM has been deprecated, so the following link may no longer work)
25+
https://opensource.ncsa.illinois.edu/projects/artifacts.php?key=PECAN`
2726
<p>Major additions include:
2827
<ul>
2928
<li>A data ingest SHINY app that allows users to upload and register data from their own

0 commit comments

Comments
 (0)