We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2040bc commit 2473010Copy full SHA for 2473010
1 file changed
src/App.tsx
@@ -128,7 +128,7 @@ function Body() {
128
title="Interested in trying MESA?"
129
buttonLabel="Install MESA"
130
buttonLink={{
131
- href: "https://docs.mesastar.org/en/24.08.1/quickstart.html"
+ href: "https://docs.mesastar.org/en/latest/quickstart.html"
132
}}
133
illustration={{
134
type: "image",
@@ -202,7 +202,7 @@ function Body() {
202
paragraph={`Materials from past MESA schools and how to host your own`}
203
buttonLabel="Check out MESA summer schools"
204
link={{
205
- href: "https://docs.mesastar.org/en/24.08.1/summer_schools.html"
+ href: "https://docs.mesastar.org/en/latest/summer_schools.html"
206
207
iconUrls={[schoolPng]}
208
/>
0 commit comments