From 76a9fd1a55f5961c57c78bf8750006ee8c4422cc Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Thu, 20 Aug 2020 13:55:34 +0600 Subject: [PATCH] updates in readmes --- TelegramBotAPI-core/README.md | 10 +++++----- TelegramBotAPI/README.md | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/TelegramBotAPI-core/README.md b/TelegramBotAPI-core/README.md index ba0d225586..9fc57a46c2 100644 --- a/TelegramBotAPI-core/README.md +++ b/TelegramBotAPI-core/README.md @@ -1,7 +1,7 @@ # TelegramBotAPI-core -[![Download](https://api.bintray.com/packages/insanusmokrassar/StandardRepository/TelegramBotAPI/images/download.svg) ](https://bintray.com/insanusmokrassar/StandardRepository/TelegramBotAPI/_latestVersion) -[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.insanusmokrassar/TelegramBotAPI/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.insanusmokrassar/TelegramBotAPI) +[![Download](https://api.bintray.com/packages/insanusmokrassar/StandardRepository/TelegramBotAPI-core/images/download.svg) ](https://bintray.com/insanusmokrassar/StandardRepository/TelegramBotAPI-core/_latestVersion) +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.insanusmokrassar/TelegramBotAPI-core/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.insanusmokrassar/TelegramBotAPI) ## What is it? @@ -20,15 +20,15 @@ as soon as possible. Common ways to implement this library are presented here. In some cases it will require additional steps like inserting of additional libraries (like `kotlin stdlib`). In the examples will be used variable `telegrambotapi.version`, which must be set up by developer. Available versions are presented on -[bintray](https://bintray.com/insanusmokrassar/StandardRepository/TelegramBotAPI), next version is last published: +[bintray](https://bintray.com/insanusmokrassar/StandardRepository/TelegramBotAPI-core), next version is last published: -[![Download](https://api.bintray.com/packages/insanusmokrassar/StandardRepository/TelegramBotAPI/images/download.svg) ](https://bintray.com/insanusmokrassar/StandardRepository/TelegramBotAPI/_latestVersion) +[![Download](https://api.bintray.com/packages/insanusmokrassar/StandardRepository/TelegramBotAPI-core/images/download.svg) ](https://bintray.com/insanusmokrassar/StandardRepository/TelegramBotAPI-core/_latestVersion) Currently, last versions of library can be available from the Maven repository with errors (for the reason difficult in publishing of signed artifacts in Bintray). You can: * Use earlier version (available version you can find -[here](https://mvnrepository.com/artifact/com.github.insanusmokrassar/TelegramBotAPI)) +[here](https://mvnrepository.com/artifact/com.github.insanusmokrassar/TelegramBotAPI) (before 0.28.0) or [here](https://mvnrepository.com/artifact/com.github.insanusmokrassar/TelegramBotAPI-core)) * Add `jCenter` repository in build config ### Maven diff --git a/TelegramBotAPI/README.md b/TelegramBotAPI/README.md index 733dd19dd1..42aa02505f 100644 --- a/TelegramBotAPI/README.md +++ b/TelegramBotAPI/README.md @@ -1,4 +1,4 @@ -# TelegramBotAPI-all +# TelegramBotAPI Concentration of all TelegramBotAPI libraries: