Skip to content

Commit 32caab7

Browse files
author
Daniel Precioso
committed
Update links for Numerical Integration module and correct copyright year in footer
1 parent 5b014ef commit 32caab7

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

_quarto.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ website:
2222
- text: "Modules"
2323
menu:
2424
- text: "Numerical Integration"
25-
href: modules/numerical-integration/_index.qmd
25+
href: modules/numerical-integration/
2626
right:
2727
- icon: github
2828
href: https://github.com/daniprec/BAM-Applied-Math-Lab
@@ -42,12 +42,12 @@ website:
4242
- section: "Module 1 — Numerical Integration with Python"
4343
contents:
4444
- text: "Overview"
45-
href: modules/numerical-integration/_index.qmd
45+
href: modules/numerical-integration/
4646
- text: "Spruce Budworm Population Model"
4747
href: modules/numerical-integration/ode-1d-spruce-budworm.qmd
4848

4949
page-footer:
50-
left: "Copyright 2024"
50+
left: "Copyright 2026"
5151
right:
5252
- icon: github
5353
href: https://github.com/daniprec/BAM-Applied-Math-Lab

index.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Welcome! This site collects the **notes, code, and datasets** for the Applied Ma
1313
Quick links:
1414

1515
- [Syllabus / program overview](syllabus.qmd)
16-
- [Module 1 — Numerical Integration](modules/numerical-integration/_index.qmd)
16+
- [Module 1 — Numerical Integration](modules/numerical-integration/)
1717
- GitHub repository: <https://github.com/daniprec/BAM-Applied-Math-Lab>
1818
:::
1919

@@ -88,5 +88,5 @@ streamlit run ./streamlit/home.py
8888

8989
# Where to go next
9090

91-
- Start with [Module 1 — Numerical Integration](modules/numerical-integration/_index.qmd)
91+
- Start with [Module 1 — Numerical Integration](modules/numerical-integration/)
9292
- Review the full schedule in the [Syllabus](syllabus.qmd)

0 commit comments

Comments
 (0)