Skip to content

Commit

Permalink
fix: broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Feb 13, 2025
1 parent 15d296b commit 693688e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/content/docs/de/docs/cli/reference/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ Vergessen Sie nicht, Ihre CI-Umgebungsvariablen mit Ihrem Capgo API-Schlüssel z

## Demo-App

Ein vollständiges Beispiel einer Capgo-App mit CI-Integration finden Sie in unserer [Demo-App auf GitHub](https://githubcom/Cap-go/demo-app/)
Ein vollständiges Beispiel einer Capgo-App mit CI-Integration finden Sie in unserer [Demo-App auf GitHub](https://github.com/Cap-go/demo-app/)
8 changes: 4 additions & 4 deletions src/content/docs/de/docs/how-to.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ import { LinkCard, CardGrid } from '@astrojs/starlight/components';
<LinkCard
title="Wie Versionierung in Capgo funktioniert"
description="capgoapp"
href="https://capgoapp/blog/how-version-work-in-capgo/"
href="https://capgo.app/blog/how-version-work-in-capgo/"
/>

<LinkCard
title="Wie man Major Versionen in Capgo veröffentlicht"
description="capgoapp"
href="https://capgoapp/blog/how-to-release-major-version-in-capgo/"
href="https://capgo.app/blog/how-to-release-major-version-in-capgo/"
/>

<LinkCard
title="Wie man spezifische Updates an einen Benutzer oder eine Gruppe sendet"
description="capgoapp"
href="https://capgoapp/blog/how-to-send-specific-version-to-users/"
href="https://capgo.app/blog/how-to-send-specific-version-to-users/"
/>


Expand All @@ -49,4 +49,4 @@ import { LinkCard, CardGrid } from '@astrojs/starlight/components';
title="Beitragen zu Capgo Open Source"
description="githubcom"
href="https://githubcom/Cap-go/capgo/blob/main/CONTRIBUTINGmd"
/>
/>
4 changes: 2 additions & 2 deletions src/content/docs/de/docs/plugin/known-issues.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,5 @@ Folgen Sie der Anleitung der offiziellen Dokumentation:

<LinkCard
title="Capacitor Configuration"
href="https://capacitorjscom/docs/config"
/>
href="https://capacitorjs.com/docs/config"
/>
6 changes: 3 additions & 3 deletions src/content/docs/docs/getting-started/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ Simply follow the guide step-by-step, or navigate directly to the documentation
<a href="/docs/getting-started/add-an-app/" ><Card title="Start the Tutorial" icon="rocket" >
Follow the quickstart tutorial and get up and running with Capgo in no time!
</Card></a>
<a href="/docs/getting-started/deploy/"><Card title="Easy to integrate" icon="pencil">
Integrate Capgo with your CI/CD and trigger bundle uploads on Capgo by pushing commits.
<a href="/docs/getting-started/deploy/"><Card title="Ship updates" icon="pencil">
Ship updates to your app from the Capgo dashboard.
</Card></a>
<a href="/docs/getting-started/cicd-integration/"><Card title="Easy to integrate" icon="pencil">
<a href="/docs/getting-started/cicd-integration/"><Card title="Automate updates" icon="pencil">
Integrate Capgo with your CI/CD and trigger bundle uploads on Capgo by pushing commits.
</Card></a>
<a href="/docs/getting-started/trouble-shooting"><Card title="Trouble Shooting" icon="open-book">
Expand Down
4 changes: 2 additions & 2 deletions src/content/docs/it/docs/plugin/debugging.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,5 @@ Su Android, tutte le versioni sono memorizzate in una cartella, a differenza di

<LinkCard
title="How to review your app's crash logs"
href="https://developerapplecom/news/?id=nra79npr"
/>
href="https://developer.apple.com/news/?id=nra79npr"
/>

0 comments on commit 693688e

Please sign in to comment.