diff --git a/src/content/docs/blog/tauri-2-0-0-release-candidate.mdx b/src/content/docs/blog/tauri-2-0-0-release-candidate.mdx index 800b96477a..e9670f94c5 100644 --- a/src/content/docs/blog/tauri-2-0-0-release-candidate.mdx +++ b/src/content/docs/blog/tauri-2-0-0-release-candidate.mdx @@ -28,7 +28,7 @@ can only build the foundation for mobile on our own and need to iterate on this This doesn't mean that mobile is broken and unsupported. We have mobile plugins in our official plugin repository and have seen developers who have built cool apps on Android and iOS with Tauri. -Our partner [CrabNebula](https://crabnebula.dev) also provided us with feedback on how easy (or complicated) the developer experience was when they built or supported mobile applications for customers. They even contributed multiple mobile plugins ([NFC](https://github.com/tauri-apps/plugins-workspace/tree/v2/plugins/nfc), [Barcode Scanner](https://github.com/tauri-apps/plugins-workspace/tree/v2/plugins/barcode-scanner), [Biometric](https://github.com/tauri-apps/plugins-workspace/tree/v2/plugins/biometric), [Haptics](https://github.com/tauri-apps/plugins-workspace/tree/feat/haptics/plugins/haptics), [Geolocation](https://github.com/tauri-apps/plugins-workspace/tree/feat/geolocation/plugins/geolocation)) as part of their work. +Our partner [CrabNebula](https://crabnebula.dev) also provided us with feedback on how easy (or complicated) the developer experience was when they built or supported mobile applications for customers. They even contributed multiple mobile plugins ([NFC](https://github.com/tauri-apps/plugins-workspace/tree/v2/plugins/nfc), [Barcode Scanner](https://github.com/tauri-apps/plugins-workspace/tree/v2/plugins/barcode-scanner), [Biometric](https://github.com/tauri-apps/plugins-workspace/tree/v2/plugins/biometric), [Haptics](https://github.com/tauri-apps/plugins-workspace/tree/v2/plugins/haptics), [Geolocation](https://github.com/tauri-apps/plugins-workspace/tree/v2/plugins/geolocation)) as part of their work. We see improvements to be made in the development experience for mobile and we acknowledge that not all of our desktop features and plugins are ported or available on mobile yet.