summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/doc/FAQ/asy-faq.bfnn
diff options
context:
space:
mode:
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;