docs(core): update @nxext/ionic-* plugins github link (#26705)

<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->

<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix(nx): must begin with lowercase` -->

<!-- If this is a particularly complex change or feature addition, you
can request a dedicated Nx release for this pull request branch. Mention
someone from the Nx team or the `@nrwl/nx-pipelines-reviewers` and they
will confirm if the PR warrants its own release for testing purposes,
and generate it for you if appropriate. -->

## Current Behavior
wrong link to @nxext/ionic-angular and @nxext/ionic-react plugins in
plugins registry

## Expected Behavior
correct link to @nxext/ionic-angular and @nxext/ionic-react plugins in
plugins registry

## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->

Fixes #
This commit is contained in:
Ilya Zyablitsev 2024-06-26 23:56:10 +03:00 committed by GitHub
parent 0ca7df7495
commit 24cc86b96f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -77,12 +77,12 @@
{ {
"name": "@nxext/ionic-react", "name": "@nxext/ionic-react",
"description": "An Nx plugin for developing Ionic React applications and libraries", "description": "An Nx plugin for developing Ionic React applications and libraries",
"url": "https://github.com/nxext/nx-extensions/tree/main/packages/ionic-react" "url": "https://github.com/nxext/nx-extensions-ionic/tree/main/packages/ionic-react"
}, },
{ {
"name": "@nxext/ionic-angular", "name": "@nxext/ionic-angular",
"description": "An Nx plugin for developing Ionic Angular applications and libraries", "description": "An Nx plugin for developing Ionic Angular applications and libraries",
"url": "https://github.com/nxext/nx-extensions/tree/main/packages/ionic-angular" "url": "https://github.com/nxext/nx-extensions-ionic/tree/main/packages/ionic-angular"
}, },
{ {
"name": "@nxext/capacitor", "name": "@nxext/capacitor",