Skip to content

Commit 8ed5353

Browse files
committed
Make hrefs relative for easier local testing
1 parent fce2915 commit 8ed5353

File tree

13 files changed

+32
-32
lines changed

13 files changed

+32
-32
lines changed

docs/0.1/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<h1>Documentation v0.x (js)</h1>
1818
<div class="warning">
19-
This is documenation of version 0.x. Go to the <strong><a href="https://mathkeyboardengine.github.io/docs/latest">latest version</a></strong>.<br/>
19+
This is documenation of version 0.x. Go to the <strong><a href="/docs/latest">latest version</a></strong>.<br/>
2020
Links from this page to declarations lead to an <a href="https://github.com/MathKeyboardEngine/MathKeyboardEngine/tree/v0.x">older version of the repository on branch "v0.x"</a>.<br/>
2121
Other links - for example for searching occurrences - lead to the new repository.
2222
</div>
@@ -30,7 +30,7 @@ <h1>Documentation v0.x (js)</h1>
3030
<p>Before diving into this documentation:
3131
<ul>
3232
<li>Read the <a target="_blank" href="https://github.com/MathKeyboardEngine/MathKeyboardEngine#readme">repository readme</a>.</li>
33-
<li>Play with one of the <a target="_blank" href="https://mathkeyboardengine.github.io/">live examples</a>.</li>
33+
<li>Play with one of the <a target="_blank" href="/">live examples</a>.</li>
3434
<li>Have a look at the <a target="_blank" href="https://github.com/MathKeyboardEngine/MathKeyboardEngine/tree/main/examples">source code</a> of one of the examples.</li>
3535
</ul>
3636
</p>

docs/0.2/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<body>
1313
<h1>Documentation (js)</h1>
1414
<div class="special-note">
15-
You will be redirected to <a href="https://mathkeyboardengine.github.io/docs/0.1/">docs/0.1</a>.<br />
15+
You will be redirected to <a href="/docs/0.1/">docs/0.1</a>.<br />
1616
</div>
1717
<p class="center">
1818
There was no need to update the documentation for v0.2.<br />

docs/1.0/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616

1717
<h1>Documentation (js)</h1>
1818
<div class="warning">
19-
This is documenation of version 1.0. Go to the <strong><a href="https://mathkeyboardengine.github.io/docs/latest">latest version</a></strong>.<br/>
19+
This is documenation of version 1.0. Go to the <strong><a href="/docs/latest">latest version</a></strong>.<br/>
2020
Links from this page to declarations lead to an <a href="https://github.com/MathKeyboardEngine/MathKeyboardEngine/tree/v1.0">older version of the repository on branch "v1.0"</a>.<br/>
2121
Other links - for example for searching occurrences - lead to the new repository.
2222
</div>
23-
<p class="previous-docs">Previous versions: <a href="https://mathkeyboardengine.github.io/docs/0.1/">v0.x</a>.</p>
23+
<p class="previous-docs">Previous versions: <a href="/docs/0.1/">v0.x</a>.</p>
2424
<p>This page shows all <strong>MathKeyboardEngine for JavaScript</strong> classes and functions that you can directly use.
2525
Helper functions that are not exposed by the library, are not mentioned.
2626
This documentation is not exhaustive.
@@ -31,7 +31,7 @@ <h1>Documentation (js)</h1>
3131
<p>Before diving into this documentation:
3232
<ul>
3333
<li>Read the <a target="_blank" href="https://github.com/MathKeyboardEngine/MathKeyboardEngine#readme">repository readme</a>.</li>
34-
<li>Play with one of the <a target="_blank" href="https://mathkeyboardengine.github.io/">live examples</a>.</li>
34+
<li>Play with one of the <a target="_blank" href="/">live examples</a>.</li>
3535
<li>Have a look at the <a target="_blank" href="https://github.com/MathKeyboardEngine/MathKeyboardEngine/tree/main/examples">source code</a> of one of the examples.</li>
3636
</ul>
3737
</p>

docs/1.1/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<body>
1616

1717
<h1>Documentation (js)</h1>
18-
<p class="previous-docs">Previous versions: <a href="https://mathkeyboardengine.github.io/docs/1.0/">v1.0</a>.</p>
18+
<p class="previous-docs">Previous versions: <a href="/docs/1.0/">v1.0</a>.</p>
1919
<p>This page shows all <strong>MathKeyboardEngine for JavaScript</strong> classes and functions that you can directly use.
2020
Helper functions that are not exposed by the library, are not mentioned.
2121
This documentation is not exhaustive.
@@ -26,7 +26,7 @@ <h1>Documentation (js)</h1>
2626
<p>Before diving into this documentation:
2727
<ul>
2828
<li>Read the <a target="_blank" href="https://github.com/MathKeyboardEngine/MathKeyboardEngine#readme">repository readme</a>.</li>
29-
<li>Play with one of the <a target="_blank" href="https://mathkeyboardengine.github.io/">live examples</a>.</li>
29+
<li>Play with one of the <a target="_blank" href="/">live examples</a>.</li>
3030
<li>Have a look at the <a target="_blank" href="https://github.com/MathKeyboardEngine/MathKeyboardEngine/tree/main/examples">source code</a> of one of the examples.</li>
3131
</ul>
3232
</p>

docs/csharp/0.1/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<h1>Documentation (C#)</h1>
1818
<div class="warning">
19-
This is documenation of version 0.1. Go to the <strong><a href="https://mathkeyboardengine.github.io/docs/csharp/latest">latest version</a></strong>.<br/>
19+
This is documenation of version 0.1. Go to the <strong><a href="/docs/csharp/latest">latest version</a></strong>.<br/>
2020
Links from this page to declarations lead to an <a href="https://github.com/MathKeyboardEngine/MathKeyboardEngine.CSharp/tree/v0.1">older version of the repository on branch "v0.1"</a>.<br/>
2121
Other links - for example for searching occurrences - lead to the new repository.
2222
</div>
@@ -30,7 +30,7 @@ <h1>Documentation (C#)</h1>
3030
<p>Before diving into this documentation:
3131
<ul>
3232
<li>Read the <a target="_blank" href="https://github.com/MathKeyboardEngine/MathKeyboardEngine.CSharp#readme">repository readme</a>.</li>
33-
<li>Play with one of the <a target="_blank" href="https://mathkeyboardengine.github.io/">live examples</a>.</li>
33+
<li>Play with one of the <a target="_blank" href="/">live examples</a>.</li>
3434
<li>Have a look at the <a target="_blank" href="https://github.com/MathKeyboardEngine/MathKeyboardEngine.CSharp/tree/main/Examples">source code</a> of one of the examples.</li>
3535
</ul>
3636
</p>

docs/csharp/0.2/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616

1717
<h1>Documentation (C#)</h1>
1818
<div class="warning">
19-
This is documenation of version 0.2. Go to the <strong><a href="https://mathkeyboardengine.github.io/docs/csharp/latest">latest version</a></strong>.<br/>
19+
This is documenation of version 0.2. Go to the <strong><a href="/docs/csharp/latest">latest version</a></strong>.<br/>
2020
Links from this page to declarations lead to an <a href="https://github.com/MathKeyboardEngine/MathKeyboardEngine.CSharp/tree/v0.2">older version of the repository on branch "v0.2"</a>.<br/>
2121
Other links - for example for searching occurrences - lead to the new repository.
2222
</div>
23-
<p class="previous-docs">Previous versions: <a href="https://mathkeyboardengine.github.io/docs/csharp/0.1/">v0.1</a>.</p>
23+
<p class="previous-docs">Previous versions: <a href="/docs/csharp/0.1/">v0.1</a>.</p>
2424
<p>This page shows all <strong>MathKeyboardEngine for C#</strong> classes and methods that you can directly use.
2525
Helper methods that are not exposed by the library, are not mentioned.
2626
This documentation is not exhaustive.
@@ -31,7 +31,7 @@ <h1>Documentation (C#)</h1>
3131
<p>Before diving into this documentation:
3232
<ul>
3333
<li>Read the <a target="_blank" href="https://github.com/MathKeyboardEngine/MathKeyboardEngine.CSharp#readme">repository readme</a>.</li>
34-
<li>Play with one of the <a target="_blank" href="https://mathkeyboardengine.github.io/">live examples</a>.</li>
34+
<li>Play with one of the <a target="_blank" href="/">live examples</a>.</li>
3535
<li>Have a look at the <a target="_blank" href="https://github.com/MathKeyboardEngine/MathKeyboardEngine.CSharp/tree/main/Examples">source code</a> of one of the examples.</li>
3636
</ul>
3737
</p>

docs/csharp/1.0/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<body>
1616

1717
<h1>Documentation (C#)</h1>
18-
<p class="previous-docs">Previous versions: <a href="https://mathkeyboardengine.github.io/docs/csharp/0.2/">v0.2</a>.</p>
18+
<p class="previous-docs">Previous versions: <a href="/docs/csharp/0.2/">v0.2</a>.</p>
1919
<p>This page shows all <strong>MathKeyboardEngine for C#</strong> classes and methods that you can directly use.
2020
Helper methods that are not exposed by the library, are not mentioned.
2121
This documentation is not exhaustive.
@@ -26,7 +26,7 @@ <h1>Documentation (C#)</h1>
2626
<p>Before diving into this documentation:
2727
<ul>
2828
<li>Read the <a target="_blank" href="https://github.com/MathKeyboardEngine/MathKeyboardEngine.CSharp#readme">repository readme</a>.</li>
29-
<li>Play with one of the <a target="_blank" href="https://mathkeyboardengine.github.io/">live examples</a>.</li>
29+
<li>Play with one of the <a target="_blank" href="/">live examples</a>.</li>
3030
<li>Have a look at the <a target="_blank" href="https://github.com/MathKeyboardEngine/MathKeyboardEngine.CSharp/tree/main/Examples">source code</a> of one of the examples.</li>
3131
</ul>
3232
</p>

docs/python/0.1/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<h1>Documentation v0.1 (Python)</h1>
1818
<div class="warning">
19-
This is documenation of version 0.1. Go to the <strong><a href="https://mathkeyboardengine.github.io/docs/python/latest">latest version</a></strong>.<br/>
19+
This is documenation of version 0.1. Go to the <strong><a href="/docs/python/latest">latest version</a></strong>.<br/>
2020
Links from this page to declarations lead to an <a href="https://github.com/MathKeyboardEngine/MathKeyboardEngine.Python/tree/v0.1">older version of the repository on branch "v0.1"</a>.<br/>
2121
Other links - for example for searching occurrences - lead to the new repository.
2222
</div>
@@ -30,7 +30,7 @@ <h1>Documentation v0.1 (Python)</h1>
3030
<p>Before diving into this documentation:
3131
<ul>
3232
<li>Read the <a target="_blank" href="https://github.com/MathKeyboardEngine/MathKeyboardEngine.Python#readme">repository readme</a>.</li>
33-
<li>Play with one of the <a target="_blank" href="https://mathkeyboardengine.github.io/">live examples</a>.</li>
33+
<li>Play with one of the <a target="_blank" href="/">live examples</a>.</li>
3434
<li>Have a look at the <a target="_blank" href="https://github.com/MathKeyboardEngine/MathKeyboardEngine.Python/tree/main/examples">source code</a> of a Python example.</li>
3535
</ul>
3636
</p>

docs/python/0.2/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616

1717
<h1>Documentation v0.2 (Python)</h1>
1818
<div class="warning">
19-
This is documenation of version 2.0. Go to the <strong><a href="https://mathkeyboardengine.github.io/docs/python/latest">latest version</a></strong>.<br/>
19+
This is documenation of version 2.0. Go to the <strong><a href="/docs/python/latest">latest version</a></strong>.<br/>
2020
Links from this page to declarations lead to an <a href="https://github.com/MathKeyboardEngine/MathKeyboardEngine.Python/tree/v0.2">older version of the repository on branch "v0.2"</a>.<br/>
2121
Other links - for example for searching occurrences - lead to the new repository.
2222
</div>
23-
<p class="previous-docs">Previous versions: <a href="https://mathkeyboardengine.github.io/docs/python/0.1/">v0.1</a>.</p>
23+
<p class="previous-docs">Previous versions: <a href="/docs/python/0.1/">v0.1</a>.</p>
2424
<p>This page shows all <strong>MathKeyboardEngine for Python</strong> classes and functions that you can directly use.
2525
Helper functions that are not avaible from the root namespace of the library, are not mentioned.
2626
This documentation is not exhaustive.
@@ -31,7 +31,7 @@ <h1>Documentation v0.2 (Python)</h1>
3131
<p>Before diving into this documentation:
3232
<ul>
3333
<li>Read the <a target="_blank" href="https://github.com/MathKeyboardEngine/MathKeyboardEngine.Python#readme">repository readme</a>.</li>
34-
<li>Play with one of the <a target="_blank" href="https://mathkeyboardengine.github.io/">live examples</a>.</li>
34+
<li>Play with one of the <a target="_blank" href="/">live examples</a>.</li>
3535
<li>Have a look at the <a target="_blank" href="https://github.com/MathKeyboardEngine/MathKeyboardEngine.Python/tree/main/examples">source code</a> of a Python example.</li>
3636
</ul>
3737
</p>

docs/python/1.0/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<body>
1616

1717
<h1>Documentation (Python)</h1>
18-
<p class="previous-docs">Previous versions: <a href="https://mathkeyboardengine.github.io/docs/python/0.2/">v0.2</a>.</p>
18+
<p class="previous-docs">Previous versions: <a href="/docs/python/0.2/">v0.2</a>.</p>
1919
<p>This page shows all <strong>MathKeyboardEngine for Python</strong> classes and functions that you can directly use.
2020
Helper functions that are not avaible from the root namespace of the library, are not mentioned.
2121
This documentation is not exhaustive.
@@ -26,7 +26,7 @@ <h1>Documentation (Python)</h1>
2626
<p>Before diving into this documentation:
2727
<ul>
2828
<li>Read the <a target="_blank" href="https://github.com/MathKeyboardEngine/MathKeyboardEngine.Python#readme">repository readme</a>.</li>
29-
<li>Play with one of the <a target="_blank" href="https://mathkeyboardengine.github.io/">live examples</a>.</li>
29+
<li>Play with one of the <a target="_blank" href="/">live examples</a>.</li>
3030
<li>Have a look at the <a target="_blank" href="https://github.com/MathKeyboardEngine/MathKeyboardEngine.Python/tree/main/examples">source code</a> of a Python example.</li>
3131
</ul>
3232
</p>

0 commit comments

Comments
 (0)