summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/asymptote/examples/triceratops.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf/doc/asymptote/examples/triceratops.asy')
-rw-r--r--Master/texmf/doc/asymptote/examples/triceratops.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/doc/asymptote/examples/triceratops.asy b/Master/texmf/doc/asymptote/examples/triceratops.asy
index e640a6b37f9..a9e6e93cd52 100644
--- a/Master/texmf/doc/asymptote/examples/triceratops.asy
+++ b/Master/texmf/doc/asymptote/examples/triceratops.asy
@@ -4,6 +4,6 @@ size(15cm);
currentprojection=orthographic(0,2,5,up=Y);
// A compressed version of the required data file may be obtained from:
-// http://www.cs.technion.ac.il/~irit/data/Viewpoint/galleon.obj.gz
+// http://www.cs.technion.ac.il/~irit/data/Viewpoint/triceratops.obj.gz
draw(obj("triceratops.obj",brown));