This commit is contained in:
Rubenlagus 2016-11-17 20:37:41 +01:00
parent a3d0ec911e
commit 1338257a40
3 changed files with 11 additions and 2 deletions

View File

@ -63,7 +63,7 @@ Once done, you just need to create a `org.telegram.telegrambots.TelegramBotsApi`
```
For detailed explanation, visite our [How To](HOWTO.md) (thanks Clevero)
For detailed explanation, visite our [How To](https://github.com/rubenlagus/TelegramBots/wiki/Getting-Started) (thanks Clevero)
## Example bots

View File

@ -23,6 +23,11 @@
<developerConnection>scm:git:git@github.com:rubenlagus/TelegramBots.git</developerConnection>
</scm>
<ciManagement>
<url>https://travis-ci.org/rubenlagus/TelegramBots</url>
<system>Travis</system>
</ciManagement>
<developers>
<developer>
<email>rberlopez@gmail.com</email>

View File

@ -23,6 +23,11 @@
<developerConnection>scm:git:git@github.com:rubenlagus/TelegramBots.git</developerConnection>
</scm>
<ciManagement>
<url>https://travis-ci.org/rubenlagus/TelegramBots</url>
<system>Travis</system>
</ciManagement>
<developers>
<developer>
<email>rberlopez@gmail.com</email>
@ -139,7 +144,6 @@
<version>2.24</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>