Skip to content

Commit b1f0870

Browse files
authored
refactor: move docs repo to org (#87)
1 parent 17e6175 commit b1f0870

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default defineConfig({
4040
},
4141
favicon: "/favicon.svg",
4242
editLink: {
43-
baseUrl: "https://github.com/steveiliop56/tinyauth-docs/edit/main/",
43+
baseUrl: "https://github.com/tinyauthapp/docs/edit/main/",
4444
},
4545
social: [
4646
{

src/content/docs/docs/reference/telemetry.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ The data is sent to `https://api.tinyauth.app/v1/instances/hearbeat` every 12 ho
2525
prevent abuse of the API server.
2626
:::
2727

28-
The telemetry server source is available on [GitHub](https://github.com/steveiliop56/tinyauth-analytics) licensed under the MIT license.
28+
The telemetry server source is available on [GitHub](https://github.com/tinyauthapp/analytics) licensed under the MIT license.

0 commit comments

Comments
 (0)