Browse Source

[svn r12276] Change the path to the new Dokeos Manual (PDF file)

Julian Prud'homme 18 years ago
parent
commit
ce5028b8fa

BIN
documentation/Dokeos18InstallManual.pdf


+ 1 - 1
main/inc/global.inc.php

@@ -69,7 +69,7 @@ if (!$already_installed)
 
 			<div style="text-align: center;"><br /><br />
 					<form action="main/install/index.php" method="get"><input type="submit" value="&nbsp;&nbsp; Click to INSTALL DOKEOS &nbsp;&nbsp;" /></form><br />
-					or <a href="documentation/installation_guide.html" target="_blank">read the installation guide</a><br /><br />
+					or <a href="documentation/Dokeos18InstallManual.pdf" target="_blank">read the installation guide</a><br /><br />
 			</div>
 
 			<div id="footer">

+ 1 - 1
main/install/install_functions.inc.php

@@ -342,7 +342,7 @@ function display_requirements($installType, $badUpdatePath, $update_from_version
 	echo '<h2>'.display_step_sequence().get_lang('Requirements')."</h2>\n";
 
 	echo '<strong>'.get_lang('ReadThoroughly').'</strong><br />';
-	echo get_lang('MoreDetails').' <a href="../../documentation/installation_guide.html" target="_blank">'.get_lang('ReadTheInstallGuide').'</a>.<br />'."\n";
+	echo get_lang('MoreDetails').' <a href="../../documentation/Dokeos18InstallManual.pdf" target="_blank">'.get_lang('ReadTheInstallGuide').'</a>.<br />'."\n";
 
 	//	SERVER REQUIREMENTS
 	echo '<div class="RequirementHeading"><h1>'.get_lang('ServerRequirements').'</h1>';