Skip to content

Commit 24bd774

Browse files
DanielVandHTortar
andauthored
Fix link to video in Delaunay example (#1101)
--------- Co-authored-by: Adriano Meligrana <[email protected]>
1 parent 674e913 commit 24bd774

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "Agents"
22
uuid = "46ada45e-f475-11e8-01d0-f70cc89e6671"
33
authors = ["George Datseris", "Tim DuBois", "Aayush Sabharwal", "Ali Vahdati", "Adriano Meligrana"]
4-
version = "6.1.10"
4+
version = "6.1.11"
55

66
[deps]
77
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"

examples/delaunay.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,6 +603,6 @@ end
603603

604604
# ```@raw html
605605
# <video width="auto" controls autoplay loop>
606-
# <source src="../celllistmap.mp4" type="video/mp4">
606+
# <source src="../delaunay_model.mp4" type="video/mp4">
607607
# </video>
608608
# ```

0 commit comments

Comments
 (0)