瀏覽代碼

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

Julian Prud'homme 18 年之前
父節點
當前提交
ce5028b8fa
共有 3 個文件被更改,包括 2 次插入2 次删除
  1. 二進制
      documentation/Dokeos18InstallManual.pdf
  2. 1 1
      main/inc/global.inc.php
  3. 1 1
      main/install/install_functions.inc.php

二進制
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>';