Skip to content

Commit

Permalink
demo: rename repository scope to leaonline
Browse files Browse the repository at this point in the history
  • Loading branch information
jankapunkt authored May 30, 2024
1 parent 210f90d commit 86ad9c6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ <h1 class="text-center text-white ">
<a href="https://standardjs.com">
<img alt="JavaScript Style Guide" src="https://img.shields.io/badge/code_style-standard-brightgreen.svg">
</a>
<a href="https://github.com/jankapunkt/easy-speech/actions/workflows/tests.yml">
<a href="https://github.com/leaonline/easy-speech/actions/workflows/tests.yml">
<img alt="Test suite"
src="https://github.com/jankapunkt/easy-speech/actions/workflows/tests.yml/badge.svg">
src="https://github.com/leaonline/easy-speech/actions/workflows/tests.yml/badge.svg">
</a>
<a href="https://github.com/jankapunkt/easy-speech/actions/workflows/codeql-analysis.yml">
<a href="https://github.com/leaonline/easy-speech/actions/workflows/codeql-analysis.yml">
<img alt="CodeQL Semantic Analysis"
src="https://github.com/jankapunkt/easy-speech/actions/workflows/codeql-analysis.yml/badge.svg">
src="https://github.com/leaonline/easy-speech/actions/workflows/codeql-analysis.yml/badge.svg">
</a>
<a href="https://www.npmjs.com/package/easy-speech">
<img alt="npm" src="https://img.shields.io/npm/v/easy-speech">
Expand All @@ -43,9 +43,9 @@ <h1 class="text-center text-white ">
</div>

<div class="container text-center">
<a href="https://github.com/jankapunkt/easy-speech/blob/master/API.md">API Docs</a>
<a href="https://github.com/leaonline/easy-speech/blob/master/API.md">API Docs</a>
<span>|</span>
<a href="https://github.com/jankapunkt/easy-speech">GitHub</a>
<a href="https://github.com/leaonline/easy-speech">GitHub</a>
</div>
</div>
<div class="container">
Expand Down Expand Up @@ -159,7 +159,7 @@ <h1 class="text-center text-white ">

<p>
The API is fully documented <a
href="https://github.com/jankapunkt/easy-speech/blob/master/API.md">
href="https://github.com/leaonline/easy-speech/blob/master/API.md">
here</a>.
</p>
</div>
Expand All @@ -180,11 +180,11 @@ <h1 class="text-center text-white ">
</div>
<hr>
<div class="container text-center">
<a href="https://github.com/jankapunkt/easy-speech/blob/master/API.md">API Docs</a>
<a href="https://github.com/leaonline/easy-speech/blob/master/API.md">API Docs</a>
<span>|</span>
<a href="https://github.com/jankapunkt/easy-speech">GitHub</a>
<a href="https://github.com/leaonline/easy-speech">GitHub</a>
</div>
</div>
<script type="text/javascript" src="demo.js"></script>
</body>
</html>
</html>

0 comments on commit 86ad9c6

Please sign in to comment.