Skip to content

Commit 3fbdc66

Browse files
committed
change winbuild.html to a relative URL so that it doesn't break wgen relocated
1 parent 592b9d5 commit 3fbdc66

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

doc/build.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ <h2>Build tools for Unix</h2>
152152

153153
<h2>Build tools for win32</h2>
154154
<p>See separate
155-
<A HREF="http://www.graphviz.org/doc/winbuild.html">
155+
<A HREF="winbuild.html">
156156
build notes</A> for Microsoft Windows.
157157
<p>
158158
With some persistence you can likely get Graphviz to build on
@@ -356,10 +356,13 @@ <h2>GNU style building</h2>
356356
make dist
357357
-->
358358
To produce graphviz-(ver).tar.gz from GIT sources using cogito.
359+
<!--
359360
cg clone http://www.graphviz.org/pub/scm/graphviz2/.git
360-
cd graphviz2
361+
-->
362+
cg clone https://github.com/ellson/graphviz.git
363+
cd graphviz
361364
or to update from GIT
362-
cd graphviz2
365+
cd graphviz
363366
cg update
364367
then
365368
./autogen.sh

0 commit comments

Comments
 (0)