Skip to content

Commit 44c4376

Browse files
committed
Fixed endpoints URL
1 parent b85392e commit 44c4376

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ <h1>Welcome to Securelay</h1>
1919

2020
<p><strong>Status:</strong> <a href="https://en.wikipedia.org/wiki/Perpetual_beta">perpetual beta</a></p>
2121

22-
<p><strong>Disclaimer:</strong> By using any of the API <a href="https://github.com/securelay/api/endpoints.json">endpoints</a>, you agree to the <a href="ToS.txt">Terms of Service</a>.</p>
22+
<p><strong>Disclaimer:</strong> By using any of the API <a href="https://raw.githubusercontent.com/securelay/api/main/endpoints.json">endpoints</a>, you agree to the <a href="ToS.txt">Terms of Service</a>.</p>
2323
<ul class="nav nav-pills nav-justified">
2424
<li class="nav-item"><a class="nav-link" href="https://github.com/securelay/specs#features">Features</a></li>
2525
<li class="nav-item"><a class="nav-link" href="https://github.com/securelay/specs#use-cases">Use cases</a></li>
2626
<li class="nav-item"><a class="nav-link" href="https://github.com/securelay/specs#api">API Documentation</a></li>
27-
<li class="nav-item"><a class="nav-link" href="https://github.com/securelay/api/endpoints.json">Endpoints</a></li>
27+
<li class="nav-item"><a class="nav-link" href="https://raw.githubusercontent.com/securelay/api/main/endpoints.json">Endpoints</a></li>
2828
<li class="nav-item"><a class="nav-link" href="https://github.com/securelay/specs#model-implementations">Self-hosting</a></li>
2929
<li class="nav-item"><a class="nav-link" href="https://github.com/securelay/specs">Specifications</a></li>
3030
<li class="nav-item"><a class="nav-link" href="https://github.com/securelay/securelay.github.io/discussions/1">Contact</a></li>

0 commit comments

Comments
 (0)