[m-rev.] Trivial diff: fix broken HTML links in doc/
Ralph Becket
rafe at cs.mu.OZ.AU
Mon Feb 28 09:06:58 AEDT 2005
Estimated hours taken: 0.1
Branches: main, release
Fix a documentation bug reported by Philippe Teuwen.
doc/mercury.html.in:
Corrected various HTML links that had broken.
Index: mercury.html.in
===================================================================
RCS file: /home/mercury1/repository/mercury/doc/mercury.html.in,v
retrieving revision 1.2
diff -u -r1.2 mercury.html.in
--- mercury.html.in 3 Oct 2001 13:47:24 -0000 1.2
+++ mercury.html.in 27 Feb 2005 22:03:19 -0000
@@ -8,11 +8,11 @@
<H1>Mercury documentation, version <VERSION></H1>
<P>
<UL>
-<LI><A HREF="reference_manual_toc.html">Mercury Language Reference Manual</A>
-<LI><A HREF="user_guide_toc.html">Mercury User's Guide</A>
-<LI><A HREF="library_toc.html">Mercury Library Reference Manual</A>
-<LI><A HREF="transition_guide_toc.html">Prolog to Mercury Transition Guide</A>
-<LI><A HREF="faq_toc.html">Frequently Asked Questions</A>
+<LI><A HREF="mercury_ref.html">Mercury Language Reference Manual</A>
+<LI><A HREF="mercury_user_guide.html">Mercury User's Guide</A>
+<LI><A HREF="mercury_library.html">Mercury Library Reference Manual</A>
+<LI><A HREF="mercury_trans_guide.html">Prolog to Mercury Transition Guide</A>
+<LI><A HREF="mercury_faq.html">Frequently Asked Questions</A>
</UL>
<P>
<UL>
--------------------------------------------------------------------------
mercury-reviews mailing list
post: mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the reviews
mailing list