Skip to content

Commit

Permalink
Fix repo index url
Browse files Browse the repository at this point in the history
  • Loading branch information
FourTOne5 authored Jan 9, 2024
1 parent 51dcad9 commit c338f4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h2 class="header">Guide</h2>
<div>
<p>Tachiyomi v0.15.2+, Tachiyomi Preview r6404+:</p>

<sl-button style="display: flex; justify-content: center;" variant="primary" href="tachiyomi://add-repo?url=https://raw.githubusercontent.com/keiyoushi/tachiyomi-extensions/repo/index.min.json">Add to Tachiyomi</sl-button>
<sl-button style="display: flex; justify-content: center;" variant="primary" href="tachiyomi://add-repo?url=https://raw.githubusercontent.com/keiyoushi/extensions/repo/index.min.json">Add to Tachiyomi</sl-button>
</div>

<div>
Expand Down Expand Up @@ -75,4 +75,4 @@ <h2 class="header">Guide</h2>

<script>Promise.allSettled([customElements.whenDefined("sl-button")]).then((() => { document.body.classList.add("ready") }))</script>
</body>
</html>
</html>

0 comments on commit c338f4e

Please sign in to comment.