summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/doc/FAQ/asy-faq.bfnn
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-02-07 00:27:20 +0000
committerKarl Berry <karl@freefriends.org>2016-02-07 00:27:20 +0000
commit0f5e19a268f4d86c2897f590563f21c8277c18d1 (patch)
tree7e65891f29ccde62ed60cbcc94e7fb7631429ac2 /Build/source/utils/asymptote/doc/FAQ/asy-faq.bfnn
parent1b8f7f1bf982c75d77d85ac6855d48332cd41ca4 (diff)
asy 2.36 sources
git-svn-id: svn://tug.org/texlive/trunk@39610 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote/doc/FAQ/asy-faq.bfnn')
-rw-r--r--Build/source/utils/asymptote/doc/FAQ/asy-faq.bfnn4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/utils/asymptote/doc/FAQ/asy-faq.bfnn b/Build/source/utils/asymptote/doc/FAQ/asy-faq.bfnn
index 21fb57233f0..2d3955af078 100644
--- a/Build/source/utils/asymptote/doc/FAQ/asy-faq.bfnn
+++ b/Build/source/utils/asymptote/doc/FAQ/asy-faq.bfnn
@@ -546,7 +546,7 @@ Either:
and/or endlabel=false;
(ii) explicitly remove specific ticks and their labels (drawing them manually;
-see \docref{http://asymptote.svn.sourceforge.net/viewvc/asymptote/trunk/asymptote/base/graph.asy\} for the definition of NoZero):
+see \docref{http://www.github.com/vectorgraphics/asymptote/base/graph.asy\} for the definition of NoZero):
\verbatim
import graph;
@@ -564,7 +564,7 @@ label("$0$",(0,0),SW);
\endverbatim
(iii) explicitly remove specific tick labels and draw them manually
-(see \docref{http://asymptote.svn.sourceforge.net/viewvc/asymptote/trunk/asymptote/base/graph.asy\} for the definition of NoZeroFormat):
+(see \docref{http://www.github.com/vectorgraphics/asymptote/base/graph.asy\} for the definition of NoZeroFormat):
\verbatim
import graph;