Skip to content

Commit

Permalink
Fixed some links to wiki pages (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartinesp committed Aug 21, 2014
1 parent eb87a85 commit 8ee554c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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:

Expand All @@ -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)

Expand Down

0 comments on commit 8ee554c

Please sign in to comment.