Skip to content

Commit 1d4e9e0

Browse files
committed
Update links
1 parent e916f31 commit 1d4e9e0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

resources/views/docs/mobile/3/plugins/advanced-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ order: 750
77

88
#### Let AI Handle the Complexity
99

10-
Advanced plugin configuration can be tricky to get right. The [NativePHP Plugin Dev Kit](https://nativephp.com/plugins)
10+
Advanced plugin configuration can be tricky to get right. The [NativePHP Plugin Dev Kit](/products/plugin-dev-kit)
1111
generates correct manifest configurations, Gradle dependencies, CocoaPods specs, and platform-specific code — so you
1212
don't have to memorize these docs.
1313

@@ -362,7 +362,7 @@ Init functions run synchronously during app startup. Keep them fast to avoid slo
362362
#### Skip the Guesswork
363363

364364
Building a plugin like this from scratch means learning Gradle, CocoaPods, Swift Package Manager, and two unfamiliar
365-
languages. The [NativePHP Plugin Dev Kit](https://nativephp.com/plugins) handles all of it — describe what you want
365+
languages. The [NativePHP Plugin Dev Kit](/products/plugin-dev-kit) handles all of it — describe what you want
366366
and get a working plugin with correct configurations for both platforms.
367367

368368
</aside>

resources/views/docs/mobile/3/plugins/creating-plugins.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ This walks you through naming, namespace selection, and feature options, then ge
1818
#### Build Plugins 10x Faster
1919

2020
Writing native Kotlin and Swift code is the hardest part of plugin development. The
21-
[NativePHP Plugin Development Kit](https://nativephp.com/plugins) for Claude Code can generate production-ready
21+
[NativePHP Plugin Development Kit](/products/plugin-dev-kit) for Claude Code can generate production-ready
2222
plugins in minutes — complete with bridge functions, events, permissions, and platform-specific implementations.
2323

24-
[Get the Plugin Dev Kit →](https://nativephp.com/plugins)
24+
[Get the Plugin Dev Kit →](/products/plugin-dev-kit)
2525

2626
</aside>
2727

@@ -299,7 +299,7 @@ Claude Code turns natural language into production-ready native code.
299299
Describe what you want ("a plugin that scans barcodes and returns product info") and get a complete, working plugin
300300
with proper bridge functions, events, permissions, and both iOS and Android implementations.
301301

302-
[Get the Plugin Dev Kit →](https://nativephp.com/plugins)
302+
[Get the Plugin Dev Kit →](/products/plugin-dev-kit)
303303

304304
</aside>
305305

@@ -327,7 +327,7 @@ Writing native mobile code is hard. These agents understand:
327327
Instead of learning two new languages and their ecosystems, describe what you need and let the agents handle the
328328
implementation details.
329329

330-
[Get the Plugin Dev Kit →](https://nativephp.com/plugins)
330+
[Get the Plugin Dev Kit →](/products/plugin-dev-kit)
331331

332332
## AI Development Tools
333333

@@ -372,5 +372,5 @@ helping AI assistants understand how to use your plugin correctly.
372372
## Ready to Build?
373373

374374
You now have everything you need to create NativePHP plugins. For most developers, the
375-
[Plugin Development Kit](https://nativephp.com/plugins) is the fastest path from idea to working plugin — it
375+
[Plugin Development Kit](/products/plugin-dev-kit) is the fastest path from idea to working plugin — it
376376
handles the native code complexity so you can focus on what your plugin does, not how to write Kotlin and Swift.

0 commit comments

Comments
 (0)