diff --git a/products/android_studio.md b/products/android_studio.md index a561ae92a..5c6fb4b3a 100644 --- a/products/android_studio.md +++ b/products/android_studio.md @@ -67,13 +67,8 @@ Otherwise, if only general IntelliJ Platform features (APIs) are used, then a de ## Additional Articles and Resources * Discussion of extending Android Lint - [How to Register Androidlintinspectionbase in Intellijidea Plugin](https://intellij-support.jetbrains.com/hc/en-us/community/posts/360005018559-How-to-register-AndroidLintInspectionBase-in-IntellijIdea-Plugin) -* Grzegorz Matyszczak's article _How I Automated Creating Files for a New Screen with My Own Android Studio Plugin_. -* Marcos Holgado's article series _Write an Android Studio Plugin_. - - +* Grzegorz Matyszczak's article [How I Automated Creating Files for a New Screen with My Own Android Studio Plugin](https://proandroiddev.com/how-i-automated-creating-files-for-a-new-screen-with-my-own-android-studio-plugin-5d54b14ba6fa) +* Marcos Holgado's article series [Write an Android Studio Plugin (Part 1)](https://proandroiddev.com/write-an-android-studio-plugin-part-1-creating-a-basic-plugin-af956c4f8b50) ## Open Source Plugins for Android Studio When learning new development configurations, it is helpful to have some representative projects for reference: