Skip to content

Commit

Permalink
Fix link to video in Delaunay example (#1101)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Adriano Meligrana <[email protected]>
  • Loading branch information
DanielVandH and Tortar authored Oct 30, 2024
1 parent 674e913 commit 24bd774
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Agents"
uuid = "46ada45e-f475-11e8-01d0-f70cc89e6671"
authors = ["George Datseris", "Tim DuBois", "Aayush Sabharwal", "Ali Vahdati", "Adriano Meligrana"]
version = "6.1.10"
version = "6.1.11"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand Down
2 changes: 1 addition & 1 deletion examples/delaunay.jl
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,6 @@ end

# ```@raw html
# <video width="auto" controls autoplay loop>
# <source src="../celllistmap.mp4" type="video/mp4">
# <source src="../delaunay_model.mp4" type="video/mp4">
# </video>
# ```

0 comments on commit 24bd774

Please sign in to comment.