Merge pull request #13051 from keymanapp/file-ext

docs(web): remove `.md` in help links
This commit is contained in:
Marc Durdin 2025-01-31 09:14:16 +07:00 committed by GitHub
commit 5e74bcaddf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>