Skip to content

Commit 360e87c

Browse files
authored
fix(docs): point the repository CTA at GitHub, not Codeberg (#161)
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.
1 parent 4ca2c1f commit 360e87c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ export default function Home() {
200200
tagline={TAGLINE}
201201
primaryCta={{
202202
label: 'View on GitHub',
203-
href: 'https://codeberg.org/Conduction/nextcloud-app-template',
203+
href: 'https://github.com/ConductionNL/nextcloud-app-template',
204204
tone: 'orange',
205205
}}
206206
secondaryCta={{ label: 'Read the docs', href: '/docs/intro' }}

0 commit comments

Comments
 (0)