Author: maartenc
Date: Thu Mar 8 22:04:22 2012
New Revision: 1298609
URL: http://svn.apache.org/viewvc?rev=1298609&view=rev
Log:
DOCUMENTATION: link to FAQ is incorrect in distribution files (IVY-793) (thanks
to Joseph Boyd)
Modified:
ant/ivy/core/trunk/CHANGES.txt
ant/ivy/core/trunk/doc/tutorial.html
Modified: ant/ivy/core/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/ant/ivy/core/trunk/CHANGES.txt?rev=1298609&r1=1298608&r2=1298609&view=diff
==============================================================================
--- ant/ivy/core/trunk/CHANGES.txt (original)
+++ ant/ivy/core/trunk/CHANGES.txt Thu Mar 8 22:04:22 2012
@@ -122,6 +122,7 @@ for detailed view of each issue, please
trunk
=====================================
+- DOCUMENTATION: link to FAQ is incorrect in distribution files (IVY-793)
(thanks to Joseph Boyd)
- DOCUMENTATION: The tag version-matchers is missing attribute in
documentation (IVY-1292) (thanks to Per Arnold Blaasmo)
- DOCUMENTATION: wrong default resolver documented on the 'How does it work'
page (IVY-1265)
- DOCUMENTATION: Correct outdated links to configuration pages (IVY-1266)
Modified: ant/ivy/core/trunk/doc/tutorial.html
URL:
http://svn.apache.org/viewvc/ant/ivy/core/trunk/doc/tutorial.html?rev=1298609&r1=1298608&r2=1298609&view=diff
==============================================================================
--- ant/ivy/core/trunk/doc/tutorial.html (original)
+++ ant/ivy/core/trunk/doc/tutorial.html Thu Mar 8 22:04:22 2012
@@ -35,7 +35,7 @@ For the first tutorial you won't even ha
<li>Copy <a href="samples/build.xml">this build file</a> in an empty directory
on your local filesystem (and make sure you name it build.xml)</li>
<li>Open a console in this directory and run "ant". That's it!</li>
</ol>
-If you have any trouble, check the <a href="../../faq.html">FAQ</a>. It is
most likely related to your internet connection (proxy anyone?).
+If you have any trouble, check the <a
href="http://ant.apache.org/ivy/faq.html">FAQ</a>. It is most likely related to
your internet connection (proxy anyone?).
OK, you've just seen how easy it is to take your first step with Ivy. Go ahead
with the other tutorials, but before you do, make sure you have properly <a
href="install.html">installed</a> Ivy and downloaded the tutorials sources
(included in all Ivy distributions, in the <tt>[[svn:src/example]]</tt>
directory).