Skip to content

Commit

Permalink
docs(ios, android): update v6 links
Browse files Browse the repository at this point in the history
  • Loading branch information
thetaPC committed Jan 6, 2025
1 parent 19b5781 commit b09f144
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/developing/android.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import DocsCards from '@components/global/DocsCards';

:::info Looking for the legacy Android guide?

The Developing for Android guide has officially migrated to the [Capacitor documentation for Android](https://capacitorjs.com/docs/android). If you need to access the legacy documentation, you can find it under the [legacy developing for Android guide](/docs/v6/developing/android).
The Developing for Android guide has officially migrated to the [Capacitor documentation for Android](https://capacitorjs.com/docs/android). If you need to access the legacy documentation, you can find it under the [legacy developing for Android guide](https://ionic-docs-o31kiyk8l-ionic1.vercel.app/docs/v6/developing/android).

:::

Expand All @@ -30,7 +30,7 @@ The Developing for Android guide has officially migrated to the [Capacitor docum
</DocsCard>
<DocsCard
header="Developing for Android with Cordova (Legacy)"
href="/docs/v6/developing/android"
href="https://ionic-docs-o31kiyk8l-ionic1.vercel.app/docs/v6/developing/android"
icon="/icons/native-cordova-bot.png"
>
<p>Learn the fundamentals you need to know to start building Android apps with Ionic Framework and Cordova.</p>
Expand Down
6 changes: 4 additions & 2 deletions docs/developing/ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ skipIntros: true

import DocsCard from '@components/global/DocsCard';
import DocsCards from '@components/global/DocsCards';
import useDocusaurusContext from '@docusaurus/useDocusaurusContext';
import Link from '@docusaurus/Link';

:::info Looking for the legacy iOS guide?

The Developing for iOS guide has officially migrated to the [Capacitor documentation for iOS](https://capacitorjs.com/docs/ios). If you need to access the legacy documentation, you can find it under the [legacy developing for iOS guide](/docs/v6/developing/ios).
The Developing for iOS guide has officially migrated to the [Capacitor documentation for iOS](https://capacitorjs.com/docs/ios). If you need to access the legacy documentation, you can find it under the [legacy developing for iOS guide](https://ionic-docs-o31kiyk8l-ionic1.vercel.app/docs/v6/developing/ios).

:::

Expand All @@ -31,7 +33,7 @@ The Developing for iOS guide has officially migrated to the [Capacitor documenta
</DocsCard>
<DocsCard
header="Developing for iOS with Cordova (Legacy)"
href="/docs/v6/developing/ios"
href="https://ionic-docs-o31kiyk8l-ionic1.vercel.app/docs/v6/developing/ios"
icon="/icons/native-cordova-bot.png"
>
<p>Learn the fundamentals you need to know to start building iOS apps with Ionic Framework and Cordova.</p>
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-v7/developing/android.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import DocsCards from '@components/global/DocsCards';

:::info Looking for the legacy Android guide?

The Developing for Android guide has officially migrated to the [Capacitor documentation for Android](https://capacitorjs.com/docs/android). If you need to access the legacy documentation, you can find it under the [legacy developing for Android guide](/docs/v6/developing/android).
The Developing for Android guide has officially migrated to the [Capacitor documentation for Android](https://capacitorjs.com/docs/android). If you need to access the legacy documentation, you can find it under the [legacy developing for Android guide](https://ionic-docs-o31kiyk8l-ionic1.vercel.app/docs/v6/developing/android).

:::

Expand All @@ -30,7 +30,7 @@ The Developing for Android guide has officially migrated to the [Capacitor docum
</DocsCard>
<DocsCard
header="Developing for Android with Cordova (Legacy)"
href="/docs/v6/developing/android"
href="https://ionic-docs-o31kiyk8l-ionic1.vercel.app/docs/v6/developing/android"
icon="/icons/native-cordova-bot.png"
>
<p>Learn the fundamentals you need to know to start building Android apps with Ionic Framework and Cordova.</p>
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-v7/developing/ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import DocsCards from '@components/global/DocsCards';

:::info Looking for the legacy iOS guide?

The Developing for iOS guide has officially migrated to the [Capacitor documentation for iOS](https://capacitorjs.com/docs/ios). If you need to access the legacy documentation, you can find it under the [legacy developing for iOS guide](/docs/v6/developing/ios).
The Developing for iOS guide has officially migrated to the [Capacitor documentation for iOS](https://capacitorjs.com/docs/ios). If you need to access the legacy documentation, you can find it under the [legacy developing for iOS guide](https://ionic-docs-o31kiyk8l-ionic1.vercel.app/docs/v6/developing/ios).

:::

Expand All @@ -31,7 +31,7 @@ The Developing for iOS guide has officially migrated to the [Capacitor documenta
</DocsCard>
<DocsCard
header="Developing for iOS with Cordova (Legacy)"
href="/docs/v6/developing/ios"
href="https://ionic-docs-o31kiyk8l-ionic1.vercel.app/docs/v6/developing/ios"
icon="/icons/native-cordova-bot.png"
>
<p>Learn the fundamentals you need to know to start building iOS apps with Ionic Framework and Cordova.</p>
Expand Down

0 comments on commit b09f144

Please sign in to comment.