mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-19 14:17:40 +00:00
Merge pull request #13051 from keymanapp/file-ext
docs(web): remove `.md` in help links
This commit is contained in:
commit
5e74bcaddf
5 changed files with 5 additions and 5 deletions
|
|
@ -26,6 +26,6 @@
|
|||
<p><textarea cols='40' rows='5'></textarea></p>
|
||||
</form>
|
||||
|
||||
<a href="automatic-control.md">Back to Document</a>
|
||||
<a href="automatic-control">Back to Document</a>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -44,6 +44,6 @@
|
|||
|
||||
</form>
|
||||
|
||||
<a href="control-by-control.md">Back to Document</a>
|
||||
<a href="control-by-control">Back to Document</a>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -21,6 +21,6 @@
|
|||
<h1>First Example</h1>
|
||||
<p>Click me and type: <input placeholder="Hello World"/></p>
|
||||
|
||||
<a href="index.md">Back to Document</a>
|
||||
<a href="index">Back to Document</a>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -51,6 +51,6 @@ window.addEventListener( 'load' , SetupDocument );
|
|||
<p><input type='text' id='multilingual' name='multilingual' size="40" placeholder="id='multilingual'"/></p>
|
||||
</form>
|
||||
|
||||
<a href="full-manual-control.md">Back to Document</a>
|
||||
<a href="full-manual-control">Back to Document</a>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
<p><input type='text' id='multilingual' name='multilingual' size="40" /></p>
|
||||
<p><textarea cols='40' rows='5'></textarea></p>
|
||||
|
||||
<a href="manual-control.md">Back to Document</a>
|
||||
<a href="manual-control">Back to Document</a>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Reference in a new issue