diff --git a/README.md b/README.md index 017d719..58f2bd7 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ class MyActivity extends Activity { ## Documentation -For more info, please [read the wiki pages](../wiki). They contain explanations about how to use the library and the available annotations: +For more info, please [read the wiki pages](https://github.com/Arasthel/SwissKnife/wiki). They contain explanations about how to use the library and the available annotations: * [@OnClick](https://github.com/Arasthel/SwissKnife/wiki/@OnClick) * [@OnLongClick](https://github.com/Arasthel/SwissKnife/wiki/@OnLongClick) @@ -60,7 +60,7 @@ I would also like to thank **[@Dexafree](https://github.com/dexafree)** for his ## Using it -To use SwissKnife **you must use Groovy on your Android project** as the code generation is done using AST processing, which is a Groovy feature. You can learn how to do that using [this plugin](https://github.com/melix/groovy-android-gradle-plugin) on the [wiki pages](../wiki/How-to-use-Groovy). +To use SwissKnife **you must use Groovy on your Android project** as the code generation is done using AST processing, which is a Groovy feature. You can learn how to do that using [this plugin](https://github.com/melix/groovy-android-gradle-plugin) on the [wiki pages](https://github.com/Arasthel/SwissKnife/wiki/How-to-use-Groovy). Once your project App Module is configured to use Groovy you can add this library as a dependency cloning it with ``git clone`` or as a maven library on the **build.gradle** of your App Module: @@ -73,7 +73,7 @@ dependencies { ``` -Also, [there is an IntelliJ IDEA plugin](../wiki/SwissKnife-IDEA-Plugin) *compatible with Android Studio* that lets you auto-generate the annotations and compatible method declarations. +Also, [there is an IntelliJ IDEA plugin](https://github.com/Arasthel/SwissKnife/wiki/SwissKnife-IDEA-Plugin) *compatible with Android Studio* that lets you auto-generate the annotations and compatible method declarations. ![IDEA plugin](https://camo.githubusercontent.com/ffe3a4e6c05f0846162e93ed4d8abfd532b7f826/687474703a2f2f692e696d6775722e636f6d2f5564704e3634652e6a7067)