Skip to content

Commit

Permalink
update me urls
Browse files Browse the repository at this point in the history
  • Loading branch information
arose committed Jul 14, 2024
1 parent e0dc281 commit 61bc64c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions me/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ <h1>Mesoscale Explorer &mdash; BETA</h1>
<h4 class="hero-heading" style="margin-bottom: 40px"><b>Guide Tour Examples</b></h4>
<div class="row" id="tours">
<script>
fetch('tour.json')
fetch('examples/tour.json')
.then(r => r.json())
.then(l => {
const row = document.getElementById('tours');
Expand Down Expand Up @@ -164,7 +164,7 @@ <h4 class="hero-heading" style="margin-bottom: 40px"><b>Guide Tour Examples</b><
<h4 class="hero-heading" style="margin-bottom: 40px"><b>Interactive Examples</b></h4>
<div class="row" id="examples">
<script>
fetch('list.json')
fetch('examples/list.json')
.then(r => r.json())
.then(l => {
const row = document.getElementById('examples');
Expand Down

0 comments on commit 61bc64c

Please sign in to comment.