Skip to content

Commit d3c2cb5

Browse files
committed
update links
1 parent 2dd9af8 commit d3c2cb5

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/App.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ function Body() {
173173
paragraph={`Resources for published papers using MESA`}
174174
buttonLabel="Go to Marketplace"
175175
link={{
176-
href: "http://cococubed.com/mesa_market/"
176+
href: "https://mesastar.org/marketplace/"
177177
}}
178178
iconUrls={[
179179
"https://user-images.githubusercontent.com/39378411/135731998-e01a7970-a7c4-4041-b07c-341e075207d2.png"
@@ -202,7 +202,7 @@ function Body() {
202202
paragraph={`Materials from past MESA schools and how to host your own`}
203203
buttonLabel="Check out MESA summer schools"
204204
link={{
205-
href: "https://cococubed.com/mesa_market/education.html"
205+
href: "https://mesastar.org/marketplace/education/#mesa-summer-school-web-pages"
206206
}}
207207
iconUrls={[schoolPng]}
208208
/>
@@ -298,7 +298,6 @@ function Body() {
298298
/>
299299

300300
<GlSectionDivider />
301-
302301
</>
303302
);
304303
}

0 commit comments

Comments
 (0)