From b50aa6decd5892f13c9b517f2f492208ec59f368 Mon Sep 17 00:00:00 2001 From: Ruben van der Linde Date: Sun, 23 Aug 2026 23:01:06 +0200 Subject: [PATCH] fix(docs): point the repository CTA at GitHub, not Codeberg The landing page shipped a button sending visitors to codeberg.org. GitHub is the only host we publish to, so the link opened a repository we no longer read. Now points at https://github.com/ConductionNL/nextcloud-app-template. --- docs/src/pages/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/index.js b/docs/src/pages/index.js index f49772b..f330d27 100644 --- a/docs/src/pages/index.js +++ b/docs/src/pages/index.js @@ -200,7 +200,7 @@ export default function Home() { tagline={TAGLINE} primaryCta={{ label: 'View on GitHub', - href: 'https://codeberg.org/Conduction/nextcloud-app-template', + href: 'https://github.com/ConductionNL/nextcloud-app-template', tone: 'orange', }} secondaryCta={{ label: 'Read the docs', href: '/docs/intro' }}