[m-rev.] for review: fix FAQ links on website.

Ian MacLarty maclarty at cs.mu.OZ.AU
Sun Jan 9 16:27:07 AEDT 2005


For review by anyone.

Estimated hours taken: 0.2
Branches: main

Fix links to FAQ.  I think they weren't working because I changed
include/globals.inc, instead of include/globals.inc.in, so everything seemed 
fine when I tested the links.

include/globals.inc.in
	Define variables that contain locations of the latest and release
	FAQs.

Index: include/globals.inc.in
===================================================================
RCS file: /home/mercury1/repository/w3/include/globals.inc.in,v
retrieving revision 1.3
diff -u -r1.3 globals.inc.in
--- include/globals.inc.in	21 Jan 2004 07:26:22 -0000	1.3
+++ include/globals.inc.in	9 Jan 2005 05:15:41 -0000
@@ -18,4 +18,6 @@
 	$library_man_latest="$latest_doc_dir/mercury_library/index.html";
 	$trans_guide_release="$release_doc_dir/transition_guide_toc.html";
 	$trans_guide_latest="$latest_doc_dir/mercury_trans_guide/index.html";
+	$faq_release="$release_doc_dir/faq_toc.html";
+	$faq_latest="$latest_doc_dir/mercury_faq/index.html";
 ?>
--------------------------------------------------------------------------
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