Skip to content

Commit 0f3fc3d

Browse files
fix: update relative and external paths
1 parent 1ecd643 commit 0f3fc3d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_quarto.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ project:
22
type: website
33
render:
44
- "*.{qmd,m,py,ipynb}"
5-
- "_additional_docs/*.{qmd,m,py,ipynb}"
5+
- "additional_quarto_docs/*.{qmd,m,py,ipynb}"
66

77
execute:
88
freeze: true # never re-execute computational content during project render, needed for .qmd and .rmd since quarto does not render .ipynb by default
@@ -24,7 +24,7 @@ website:
2424
align: center
2525
tools:
2626
- icon: globe
27-
href: https://eosweb.larc.nasa.gov/
27+
href: https://www.earthdata.nasa.gov/centers/asdc-daac
2828
text: "NASA ASDC Website"
2929
- icon: github
3030
href: https://github.com/nasa/ASDC_Data_and_User_Services

0 commit comments

Comments
 (0)