File tree 2 files changed +7
-13
lines changed
2 files changed +7
-13
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ module.exports = {
33
33
} ,
34
34
{
35
35
to : "http://pecan.ncsa.illinois.edu/pecan/01-introduction.php" , label : "Demo"
36
- } ,
36
+ } ,
37
37
] ,
38
38
} ,
39
39
{ to : "/blog" , label : "Blog" , position : "left" } ,
@@ -52,12 +52,7 @@ module.exports = {
52
52
href : "https://github.com/PecanProject" ,
53
53
position : "right" ,
54
54
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" ,
61
56
} ,
62
57
{
63
58
label : "GSoC" ,
@@ -124,9 +119,9 @@ module.exports = {
124
119
copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } PEcAn Project.` ,
125
120
} ,
126
121
docs : {
127
- sidebar : {
128
- hideable : true
129
- } ,
122
+ sidebar : {
123
+ hideable : true
124
+ } ,
130
125
} ,
131
126
} ,
132
127
presets : [
Original file line number Diff line number Diff line change @@ -21,9 +21,8 @@ function News() {
21
21
22
22
This release has a number of bug fixes and added functionality. All can be seen
23
23
< 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`
27
26
< p > Major additions include:
28
27
< ul >
29
28
< li > A data ingest SHINY app that allows users to upload and register data from their own
You can’t perform that action at this time.
0 commit comments