Skip to content

Commit

Permalink
fix broken link (#1565)
Browse files Browse the repository at this point in the history
  • Loading branch information
djabif authored and jcesarmobile committed May 24, 2019
1 parent 1a3afb5 commit 824b56a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/docs-md/cordova/migrating-from-cordova-to-capacitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Note that it's recommended to work in a separate code branch when applying these

## Add Capacitor

Begin by opening your project in a Terminal, then add Capacitor to [a web app](/docs/getting-started) or [an Ionic app](/docs/with-ionic).
Begin by opening your project in a Terminal, then add Capacitor to [a web app](/docs/getting-started) or [an Ionic app](/docs/getting-started/with-ionic).

Next, open `config.xml` and find the `id` field in the widget element. In this example, it's `io.ionic.myapp`.

Expand Down Expand Up @@ -121,4 +121,4 @@ Once you've tested that all migration changes have been applied and the app is w

## Next Steps

This is just the beginning of your Capacitor journey. Learn more about [using Cordova plugins](/docs/cordova/using-cordova-plugins) in a Capacitor project or more details on the Capacitor [development workflow](/docs/basics/workflow).
This is just the beginning of your Capacitor journey. Learn more about [using Cordova plugins](/docs/cordova/using-cordova-plugins) in a Capacitor project or more details on the Capacitor [development workflow](/docs/basics/workflow).

0 comments on commit 824b56a

Please sign in to comment.