Skip to content

Commit 7aa378e

Browse files
authored
Merge pull request #3 from ryanrussell/wasm-demo-link-fix
fix: Update WASM source link to reflect new repo
2 parents 38523cd + 37f929f commit 7aa378e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

www/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ <h1>Plotters WebAssembly Demo</h1>
3333
</div>
3434
</main>
3535
<footer>
36-
<a href="https://github.com/38/plotters/blob/master/examples/wasm-demo" target="a">Source</a> |
37-
<a href="https://github.com/38/plotters" target="a">Repo</a> |
36+
<a href="https://github.com/plotters-rs/plotters-wasm-demo" target="a">Source</a> |
37+
<a href="https://github.com/plotters-rs/plotters" target="a">Repo</a> |
3838
<a href="https://crates.io/crates/plotters" target="a">Crates</a> |
3939
<a href="https://docs.rs/plotters" target="a">Docs</a>
4040
</footer>

0 commit comments

Comments
 (0)