Просмотр исходного кода

Replace outdated wiki links, wording (#1871)

Slider0007 3 лет назад
Родитель
Сommit
287302ba7f

+ 6 - 4
sd-card/html/edit_config_param.html

@@ -137,8 +137,8 @@ textarea {
 			</td>
 			<td style="font-size: 80%;">
 				Enable to use demo images instead of the real camera images.<br>
-				Make sore to have a demo folder on your SD-Card!
-				See Details on <a href="https://github.com/jomjol/AI-on-the-edge-device/wiki/Demo-Mode" target="_blank">Demo Mode</a>.
+				Make sure to have a demo folder on your SD-Card!
+				Check the <a href="https://jomjol.github.io/AI-on-the-edge-device-docs/Demo-Mode" target="_blank">documentation</a> for details.
 			</td>
 		</tr>
 		<tr class="expert" id="ex1">
@@ -306,7 +306,8 @@ textarea {
 				</select>
 			</td>
 			<td style="font-size: 80%;">
-				Path to CNN model file for image recognition. Check the <a href="https://github.com/jomjol/AI-on-the-edge-device/wiki/Choosing-the-Model" target="_blank">documentation</a> for details.
+				Path to CNN model file for image recognition.<br>
+				Check the <a href="https://jomjol.github.io/AI-on-the-edge-device-docs/Choosing-the-Model" target="_blank">documentation</a> for details.
 			</td>
 		</tr>
 		
@@ -362,7 +363,8 @@ textarea {
 				<select id="Analog_Model_value1">
 				</select>
 			</td>
-			<td style="font-size: 80%;"> Path to CNN model file for image recognition. Check the <a href="https://github.com/jomjol/AI-on-the-edge-device/wiki/Choosing-the-Model" target="_blank">documentation</a> for details.</td>
+			<td style="font-size: 80%;"> Path to CNN model file for image recognition.<br>
+				Check the <a href="https://jomjol.github.io/AI-on-the-edge-device-docs/Choosing-the-Model" target="_blank">documentation</a> for details.</td>
 		</tr>
 		<tr>
 			<td class="indent1">

+ 1 - 1
sd-card/html/edit_explain_0.html

@@ -57,7 +57,7 @@ p {font-size: 1em;}
 After step 5 setup mode is completed, it then reboots and starts into the normal mode.
 <br><br>
 
-If you need help. have a look on the <a href=https://github.com/jomjol/AI-on-the-edge-device/wiki target=_blank>Wiki</a> and the <a href=https://github.com/jomjol/AI-on-the-edge-device/discussions target=_blank>Discussion</a> pages.<br>
+If you need support, have a look to the <a href=https://jomjol.github.io/AI-on-the-edge-device-docs target=_blank>documenation</a> or the <a href=https://github.com/jomjol/AI-on-the-edge-device/discussions target=_blank>discussion</a> pages.<br>
 
 <h4>Have fun with the digitizer!</h4>
 

+ 1 - 1
sd-card/html/setup.html

@@ -40,7 +40,7 @@ p {font-size: 1em;}
       <td>
          <button class="button" id="previous" name="previous" onclick="clickPrevious()">Previous</button>
          <button class="button" id="next" name="next" onclick="clickNext()">Next</button>
-         If you need help. have a look on the <a href=https://github.com/jomjol/AI-on-the-edge-device/wiki target=_blank>Wiki</a> and the <a href=https://github.com/jomjol/AI-on-the-edge-device/discussions target=_blank>Discussion</a> pages.
+         If you need support, have a look to the <a href=https://jomjol.github.io/AI-on-the-edge-device-docs target=_blank>documenation</a> or the <a href=https://github.com/jomjol/AI-on-the-edge-device/discussions target=_blank>discussion</a> pages.
       </td>
    </tr>
 </table>