From cb1c9636b263626a96eadcdda5b7823636972e84 Mon Sep 17 00:00:00 2001 From: Sean Perkins Date: Wed, 26 Jul 2023 17:04:41 -0400 Subject: [PATCH] chore: changes --- docs/developing/android.md | 2 +- docs/developing/ios.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/developing/android.md b/docs/developing/android.md index e02fb02758a..290446d0d7d 100644 --- a/docs/developing/android.md +++ b/docs/developing/android.md @@ -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 here. +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 at the [legacy developing for Android guide](/docs/v6/developing/android). ::: diff --git a/docs/developing/ios.md b/docs/developing/ios.md index f4c53c23732..b1ab2349fde 100644 --- a/docs/developing/ios.md +++ b/docs/developing/ios.md @@ -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 here. +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 at the [legacy developing for iOS guide](/docs/v6/developing/ios). :::