Skip to content

Commit

Permalink
update documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkeldenker committed Dec 3, 2024
1 parent cd9a794 commit d69fd5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
<img src="assets/big-logo.svg" height="120" />
<br />
<br />
<a target="_blank" href="https://docs.stract.com">
<img src="https://img.shields.io/badge/overview-docs-0b7bff?labelColor=white" style="max-width: 100%;">
</a>
<a target="_blank" href="https://stract.com/beta/api/docs">
<a target="_blank" href="https://docs.stract.com/">
<img src="https://img.shields.io/badge/api-docs-0b7bff?labelColor=white" style="max-width: 100%;">
</a>
<a target="_blank" href="https://stract.com/webmasters">
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/lib/components/Footer.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script lang="ts">
const footer = [
['/privacy-and-happy-lawyers', 'Terms & Privacy'],
['/beta/api/docs', 'API'],
['https://docs.stract.com/', 'API'],
] as const;
</script>

Expand Down

0 comments on commit d69fd5b

Please sign in to comment.