Skip to content

Commit

Permalink
fix links in README
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaong committed Apr 25, 2020
1 parent 187f5e6 commit 0fcb8d3
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ be used to provide those functions.
## Contributing

Contributions to `MiniSearch` are welcome! Please read the [contributions
guidelines](https://github.com/lucaong/minisearch/CONTRIBUTING.md).
guidelines](https://github.com/lucaong/minisearch/blob/master/CONTRIBUTING.md).
Reading the [design
document](https://github.com/lucaong/minisearch/DESIGN_DOCUMENT.md) is
document](https://github.com/lucaong/minisearch/blob/master/DESIGN_DOCUMENT.md) is
also useful to understand the project goals and the technical implementation.
2 changes: 1 addition & 1 deletion docs/MiniSearch.html
Original file line number Diff line number Diff line change
Expand Up @@ -3684,7 +3684,7 @@ <h5>Returns:</h5>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Sat Apr 25 2020 14:19:48 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Sat Apr 25 2020 14:24:41 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/MiniSearch.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ <h1 class="page-title">MiniSearch.js</h1>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Sat Apr 25 2020 14:19:48 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Sat Apr 25 2020 14:24:41 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/SearchableMap.html
Original file line number Diff line number Diff line change
Expand Up @@ -2718,7 +2718,7 @@ <h5>Returns:</h5>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Sat Apr 25 2020 14:19:48 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Sat Apr 25 2020 14:24:41 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/SearchableMap_SearchableMap.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ <h1 class="page-title">SearchableMap/SearchableMap.js</h1>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Sat Apr 25 2020 14:19:48 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Sat Apr 25 2020 14:24:41 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -310,9 +310,9 @@ <h2>Browser compatibility</h2>
<a href="https://github.com/zloirock/core-js"><code>core-js</code></a> is one such polyfill that can
be used to provide those functions.</p>
<h2>Contributing</h2>
<p>Contributions to <code>MiniSearch</code> are welcome! Please read the <a href="https://github.com/lucaong/minisearch/CONTRIBUTING.md">contributions
<p>Contributions to <code>MiniSearch</code> are welcome! Please read the <a href="https://github.com/lucaong/minisearch/blob/master/CONTRIBUTING.md">contributions
guidelines</a>.
Reading the <a href="https://github.com/lucaong/minisearch/DESIGN_DOCUMENT.md">design
Reading the <a href="https://github.com/lucaong/minisearch/blob/master/DESIGN_DOCUMENT.md">design
document</a> is
also useful to understand the project goals and the technical implementation.</p></article>
</section>
Expand All @@ -329,7 +329,7 @@ <h2>Contributing</h2>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Sat Apr 25 2020 14:19:48 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.4</a> on Sat Apr 25 2020 14:24:41 GMT+0200 (Central European Summer Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
</footer>

<script>prettyPrint();</script>
Expand Down

0 comments on commit 0fcb8d3

Please sign in to comment.