Skip to content

Commit

Permalink
more link fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pblasucci committed Aug 20, 2023
1 parent 9ad95eb commit fdd0580
Show file tree
Hide file tree
Showing 15 changed files with 30 additions and 30 deletions.
4 changes: 2 additions & 2 deletions docSrc/guides/definecustom.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,5 +226,5 @@ For more information see the project's [License][0] file.


[0]: https://github.com/pblasucci/ananoid/blob/main/LICENSE.txt
[1]: /explanations/complexity.html
[2]: /guides/nanoidparser.html
[1]: ../explanations/complexity.html
[2]: ../guides/nanoidparser.html
6 changes: 3 additions & 3 deletions docSrc/guides/installcore.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ For more information see the project's [License][0] file.


[0]: https://github.com/pblasucci/ananoid/blob/main/LICENSE.txt
[1]: https://github.com/pblasucci/ananoid/blob/c7b6f7a5e38a38f651af267107ab18b1d00c050d/ananoid/Core.fs
[2]: /guides/taggednanoid.html
[3]: /explanations/highlights.html
[1]: https://github.com/pblasucci/ananoid/blob/main/ananoid/Core.fs
[2]: ../guides/taggednanoid.html
[3]: ../explanations/highlights.html
4 changes: 2 additions & 2 deletions docSrc/guides/nanoiddefault.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,5 @@ For more information see the project's [License][0] file.

[0]: https://github.com/pblasucci/ananoid/blob/main/LICENSE.txt
[1]: https://learn.microsoft.com/en-us/dotnet/standard/base-types/common-type-system#structures
[2]: /guides/nanoidoptions.html
[3]: /guides/nanoidstring.html
[2]: ../guides/nanoidoptions.html
[3]: ../guides/nanoidstring.html
4 changes: 2 additions & 2 deletions docSrc/guides/nanoidoptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,5 +164,5 @@ For more information see the project's [License][0] file.


[0]: https://github.com/pblasucci/ananoid/blob/main/LICENSE.txt
[1]: /explanations/complexity.html
[2]: /guides/definecustom.html
[1]: ../explanations/complexity.html
[2]: ../guides/definecustom.html
2 changes: 1 addition & 1 deletion docSrc/guides/nanoidparser.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,4 +196,4 @@ For more information see the project's [License][0] file.


[0]: https://github.com/pblasucci/ananoid/blob/main/LICENSE.txt
[1]: /guides/nanoidstring.html
[1]: ../guides/nanoidstring.html
2 changes: 1 addition & 1 deletion docSrc/guides/nanoidstring.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@ For more information see the project's [License][0] file.


[0]: https://github.com/pblasucci/ananoid/blob/main/LICENSE.txt
[1]: /explanations/highlights.html
[1]: ../explanations/highlights.html
6 changes: 3 additions & 3 deletions docSrc/guides/taggednanoid.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ For more information see the project's [License][0] file.


[0]: https://github.com/pblasucci/ananoid/blob/main/LICENSE.txt
[1]: /guides/nanoidstring.html
[1]: ../guides/nanoidstring.html
[2]: https://learn.microsoft.com/en-us/dotnet/fsharp/language-reference/units-of-measure
[3]: /explanations/highlights.html
[4]: /guides/installcore.html
[3]: ../explanations/highlights.html
[4]: ../guides/installcore.html
4 changes: 2 additions & 2 deletions docs/guides/definecustom.html
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,8 @@ <h3><a name="Dealing-with-failures" class="anchor" href="#Dealing-with-failures"
</div>
<h3><a name="Related-Reading" class="anchor" href="#Related-Reading">Related Reading</a></h3>
<ul>
<li><a href="/explanations/complexity.html">Utilities: Complexity Calculator</a></li>
<li><a href="/guides/nanoidparser.html">How-To: Parse an Existing String into a NanoId</a></li>
<li><a href="../explanations/complexity.html">Utilities: Complexity Calculator</a></li>
<li><a href="../guides/nanoidparser.html">How-To: Parse an Existing String into a NanoId</a></li>
</ul>
<h3><a name="Copyright" class="anchor" href="#Copyright">Copyright</a></h3>
<p>The library is available under the Mozilla Public License, Version 2.0.
Expand Down
6 changes: 3 additions & 3 deletions docs/guides/installcore.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ <h1><a name="How-To-Install-the-Core-Module-from-Source" class="anchor" href="#H
take the lowest-level parts of the library as a <em>source-code dependency</em> (the
so-called "vendorizing" of dependencies). In order to accomodate this, the
library has been carefully structured so that you may simply copy the file
<a href="https://github.com/pblasucci/ananoid/blob/c7b6f7a5e38a38f651af267107ab18b1d00c050d/ananoid/Core.fs"><code>Core.fs</code></a> into your project and treat these functions as just another
<a href="https://github.com/pblasucci/ananoid/blob/main/ananoid/Core.fs"><code>Core.fs</code></a> into your project and treat these functions as just another
module in your library/application/et cetera.</p>
<blockquote>
<hr />
Expand All @@ -195,8 +195,8 @@ <h2><a name="Attention" class="anchor" href="#Attention">Attention!!!</a></h2>
</div>
<h3><a name="Related-Reading" class="anchor" href="#Related-Reading">Related Reading</a></h3>
<ul>
<li><a href="/guides/taggednanoid.html">How-To: Work with Tagged NanoId strings</a></li>
<li><a href="/explanations/highlights.html">Performance: Select Highlights</a></li>
<li><a href="../guides/taggednanoid.html">How-To: Work with Tagged NanoId strings</a></li>
<li><a href="../explanations/highlights.html">Performance: Select Highlights</a></li>
</ul>
<h3><a name="Copyright" class="anchor" href="#Copyright">Copyright</a></h3>
<p>The library is available under the Mozilla Public License, Version 2.0.
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/nanoiddefault.html
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,8 @@ <h3><a name="The-zeroed-instance" class="anchor" href="#The-zeroed-instance">The
</div>
<h3><a name="Further-Reading" class="anchor" href="#Further-Reading">Further Reading</a></h3>
<ul>
<li><a href="/guides/nanoidoptions.html">How-To: Customize NanoId Creation</a></li>
<li><a href="/guides/nanoidstring.html">How-To: Work with NanoId strings</a></li>
<li><a href="../guides/nanoidoptions.html">How-To: Customize NanoId Creation</a></li>
<li><a href="../guides/nanoidstring.html">How-To: Work with NanoId strings</a></li>
</ul>
<h3><a name="Copyright" class="anchor" href="#Copyright">Copyright</a></h3>
<p>The library is available under the Mozilla Public License, Version 2.0.
Expand Down
6 changes: 3 additions & 3 deletions docs/guides/nanoidoptions.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ <h3><a name="Configuring-generated-values" class="anchor" href="#Configuring-gen
alphabet consisting of: letters, numbers, underscore, or hyphen) are excellent
for most use cases, it remains possible to generate instances of varying sizes,
or even generate an instance from an entirely different alphabet. Further, the
Ananoid library ships with several <a href="/explanations/complexity.html">common alphabets already defined</a>.
Ananoid library ships with several <a href="../explanations/complexity.html">common alphabets already defined</a>.
For example, the default behavior can be mimicked as follows:</p>
<div class="lang-bar">
<details open class="lang-block">
Expand Down Expand Up @@ -275,8 +275,8 @@ <h3><a name="Configuring-generated-values" class="anchor" href="#Configuring-gen
</div>
<h3><a name="Further-Reading" class="anchor" href="#Further-Reading">Further Reading</a></h3>
<ul>
<li><a href="/explanations/complexity.html">Utilities: Complexity Calculator</a></li>
<li><a href="/guides/definecustom.html">How-To: Define a Custom Alphabet</a></li>
<li><a href="../explanations/complexity.html">Utilities: Complexity Calculator</a></li>
<li><a href="../guides/definecustom.html">How-To: Define a Custom Alphabet</a></li>
</ul>
<h3><a name="Copyright" class="anchor" href="#Copyright">Copyright</a></h3>
<p>The library is available under the Mozilla Public License, Version 2.0.
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/nanoidparser.html
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ <h3><a name="Converting-existing-values" class="anchor" href="#Converting-existi
</div>
<h3><a name="Related-Reading" class="anchor" href="#Related-Reading">Related Reading</a></h3>
<ul>
<li><a href="/guides/nanoidstring.html">How-To: Work with NanoId strings</a></li>
<li><a href="../guides/nanoidstring.html">How-To: Work with NanoId strings</a></li>
<li>API Reference: <a href="https://pblasucci.github.io/ananoid/reference/pblasucci-ananoid-knownalphabets.html">KnownAlphabets</a></li>
</ul>
<h3><a name="Copyright" class="anchor" href="#Copyright">Copyright</a></h3>
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/nanoidstring.html
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ <h1><a name="How-To-Work-with-NanoId-strings" class="anchor" href="#How-To-Work-
</div>
<h3><a name="Related-Reading" class="anchor" href="#Related-Reading">Related Reading</a></h3>
<ul>
<li><a href="/explanations/highlights.html">Performance: Select Highlights</a></li>
<li><a href="../explanations/highlights.html">Performance: Select Highlights</a></li>
<li>API Reference: <a href="https://pblasucci.github.io/ananoid/reference/pblasucci-ananoid-core-alphabets.html">Alphabets</a></li>
</ul>
<h3><a name="Copyright" class="anchor" href="#Copyright">Copyright</a></h3>
Expand Down
6 changes: 3 additions & 3 deletions docs/guides/taggednanoid.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ <h1><a name="How-To-Work-with-Tagged-NanoId-strings" class="anchor" href="#How-T
However, sometimes this is not desired (or at least, not <em>optimal</em>). For times
when the a struct or class is just too much, Ananoid also provides its core
functionality -- cryptographically-secure randomly-generated identifiers -- as
functions which take simple inputs and just produce strings (<a href="/guides/nanoidstring.html">as seen here</a>).
functions which take simple inputs and just produce strings (<a href="../guides/nanoidstring.html">as seen here</a>).
And, for F# consumers, there is one more option: tagged identifiers. This
feature attempts to strike a balance between the performance of raw strings and
safety of more robust types.</p>
Expand Down Expand Up @@ -234,8 +234,8 @@ <h2><a name="Attention" class="anchor" href="#Attention">Attention!!!</a></h2>
</div>
<h3><a name="Related-Reading" class="anchor" href="#Related-Reading">Related Reading</a></h3>
<ul>
<li><a href="/explanations/highlights.html">Performance: Select Highlights</a></li>
<li><a href="/guides/installcore.html">How-To: Install the Core Module from Source</a></li>
<li><a href="../explanations/highlights.html">Performance: Select Highlights</a></li>
<li><a href="../guides/installcore.html">How-To: Install the Core Module from Source</a></li>
</ul>
<h3><a name="Copyright" class="anchor" href="#Copyright">Copyright</a></h3>
<p>The library is available under the Mozilla Public License, Version 2.0.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.json

Large diffs are not rendered by default.

0 comments on commit fdd0580

Please sign in to comment.