Skip to content

Commit

Permalink
Fixed url typo on load page
Browse files Browse the repository at this point in the history
  • Loading branch information
spikelynch committed Mar 30, 2024
1 parent 55c27f0 commit 5ba65d0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ <h2 id="about-this-site" tabindex="-1"><a class="observablehq-header-anchor" hre
<p>Developed by <a href="mailto:[email protected]">Mike Lynch</a> at the <a href="https://www.sydney.edu.au/research/facilities/sydney-informatics-hub.html">Sydney Informatics Hub</a></p>
</main>
<footer id="observablehq-footer">
<div>Built with <a href="https://observablehq.com/" target="_blank">Observable</a> on <a title="2024-03-30T14:06:17">Mar 30, 2024</a>.</div>
<div>Built with <a href="https://observablehq.com/" target="_blank">Observable</a> on <a title="2024-03-30T14:10:17">Mar 30, 2024</a>.</div>
</footer>
</div>
2 changes: 1 addition & 1 deletion force-graph.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,6 @@ <h2 tabindex="-1"><a class="observablehq-header-anchor" href="#"><span id="cell-
<div id="cell-d09d1ed5" class="observablehq observablehq--block"></div>
</main>
<footer id="observablehq-footer">
<div>Built with <a href="https://observablehq.com/" target="_blank">Observable</a> on <a title="2024-03-30T14:06:17">Mar 30, 2024</a>.</div>
<div>Built with <a href="https://observablehq.com/" target="_blank">Observable</a> on <a title="2024-03-30T14:10:17">Mar 30, 2024</a>.</div>
</footer>
</div>
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,6 @@ <h2 tabindex="-1"><a class="observablehq-header-anchor" href="#"><span id="cell-
</main>
<footer id="observablehq-footer">
<nav><a rel="next" href="./load.html"><span>Load</span></a></nav>
<div>Built with <a href="https://observablehq.com/" target="_blank">Observable</a> on <a title="2024-03-30T14:06:17">Mar 30, 2024</a>.</div>
<div>Built with <a href="https://observablehq.com/" target="_blank">Observable</a> on <a title="2024-03-30T14:10:17">Mar 30, 2024</a>.</div>
</footer>
</div>
8 changes: 4 additions & 4 deletions load.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,14 @@
return {crate,root};
}});

define({id: "02f7b46b", inputs: ["sessionStorage","crate","display","html","root"], body: (sessionStorage,crate,display,html,root) => {
define({id: "f74c8db8", inputs: ["sessionStorage","crate","display","html","root"], body: (sessionStorage,crate,display,html,root) => {
sessionStorage.setItem('ro-crate', JSON.stringify(crate))

display(html`<p>RO-Crate file loaded</p>`);

display(html`<h3>${root.name}</h3>`);
display(html`<p>${root.description}</p>`);
display(html`<a href="/">Explore this crate...</a>`);
display(html`<a href="./">Explore this crate...</a>`);

}});

Expand Down Expand Up @@ -121,9 +121,9 @@ <h2 id="ro-crate" tabindex="-1"><a class="observablehq-header-anchor" href="#ro-
<div id="cell-3319cc8f" class="observablehq observablehq--block"></div>
<div id="cell-d13038d9" class="observablehq observablehq--block"></div>
<div id="cell-e2b984e0" class="observablehq observablehq--block"></div>
<div id="cell-02f7b46b" class="observablehq observablehq--block"></div>
<div id="cell-f74c8db8" class="observablehq observablehq--block"></div>
</main>
<footer id="observablehq-footer">
<div>Built with <a href="https://observablehq.com/" target="_blank">Observable</a> on <a title="2024-03-30T14:06:17">Mar 30, 2024</a>.</div>
<div>Built with <a href="https://observablehq.com/" target="_blank">Observable</a> on <a title="2024-03-30T14:10:17">Mar 30, 2024</a>.</div>
</footer>
</div>
2 changes: 1 addition & 1 deletion statistics.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,6 @@ <h2 id="entities-by-type" tabindex="-1"><a class="observablehq-header-anchor" hr
<div id="cell-6e6cba4e" class="observablehq observablehq--block"></div>
</main>
<footer id="observablehq-footer">
<div>Built with <a href="https://observablehq.com/" target="_blank">Observable</a> on <a title="2024-03-30T14:06:17">Mar 30, 2024</a>.</div>
<div>Built with <a href="https://observablehq.com/" target="_blank">Observable</a> on <a title="2024-03-30T14:10:17">Mar 30, 2024</a>.</div>
</footer>
</div>

0 comments on commit 5ba65d0

Please sign in to comment.