]> granicus.if.org Git - graphviz/commitdiff
change winbuild.html to a relative URL so that it doesn't break wgen relocated untagged-167219c230abbb068c64
authorJohn Ellson <john.ellson@comcast.net>
Thu, 24 Nov 2016 19:13:11 +0000 (14:13 -0500)
committerJohn Ellson <john.ellson@comcast.net>
Thu, 24 Nov 2016 19:13:11 +0000 (14:13 -0500)
doc/build.html

index 9e5740185e1662fa1a7a6f125a9cb17b0e09943b..120a595141a07c29728221f27429267c60a265d3 100644 (file)
@@ -152,7 +152,7 @@ Run make and make install.
        
 <h2>Build tools for win32</h2>
 <p>See separate
-<A HREF="http://www.graphviz.org/doc/winbuild.html">
+<A HREF="winbuild.html">
 build notes</A> for Microsoft Windows.
 <p>
 With some persistence you can likely get Graphviz to build on
@@ -356,10 +356,13 @@ To produce graphviz-(ver).tar.gz from Mercurial sources.
        make dist
 -->
 To produce graphviz-(ver).tar.gz from GIT sources using cogito.
+<!--
        cg clone http://www.graphviz.org/pub/scm/graphviz2/.git
-       cd graphviz2
+-->
+    cg clone https://github.com/ellson/graphviz.git
+       cd graphviz
 or to update from GIT
-       cd graphviz2
+       cd graphviz
        cg update
 then
        ./autogen.sh