We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17e6175 commit b1f0870Copy full SHA for b1f0870
2 files changed
astro.config.mjs
@@ -40,7 +40,7 @@ export default defineConfig({
40
},
41
favicon: "/favicon.svg",
42
editLink: {
43
- baseUrl: "https://github.com/steveiliop56/tinyauth-docs/edit/main/",
+ baseUrl: "https://github.com/tinyauthapp/docs/edit/main/",
44
45
social: [
46
{
src/content/docs/docs/reference/telemetry.mdx
@@ -25,4 +25,4 @@ The data is sent to `https://api.tinyauth.app/v1/instances/hearbeat` every 12 ho
25
prevent abuse of the API server.
26
:::
27
28
-The telemetry server source is available on [GitHub](https://github.com/steveiliop56/tinyauth-analytics) licensed under the MIT license.
+The telemetry server source is available on [GitHub](https://github.com/tinyauthapp/analytics) licensed under the MIT license.
0 commit comments