diff --git a/tutorials/platform/ios/ios_plugin.rst b/tutorials/platform/ios/ios_plugin.rst index a33c0f2ab..679e36215 100644 --- a/tutorials/platform/ios/ios_plugin.rst +++ b/tutorials/platform/ios/ios_plugin.rst @@ -39,7 +39,7 @@ An iOS plugin can have the same functionality as a Godot module but provides mor Here are the steps to get a plugin's development started. We recommend using `Xcode `_ as your development environment. -.. seealso:: The `Godot iOS Plugins `_ Godot iOS plugins. +.. seealso:: The `Godot iOS Plugins `_. The `Godot iOS plugin template `_ gives you all the boilerplate you need to get your iOS plugin started.