diff --git a/README.md b/README.md index 01cca07..bd1651c 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ sudo docker run --name gitlab-notify \ #### Переменные * `TELEGRAM_BOT_TOKEN` -- токен, который вы получили при создание бота. -* `TELEGRAM_BOT_USERNAME` -- название, которое вы дали боту. Пример my_bitbucket_bot +* `TELEGRAM_BOT_USERNAME` -- название, которое вы дали боту. Пример my_gitlab_bot * `GITLAB_PERSONAL_TOKEN` -- токен, который вы получили в GitLab * `TELEGRAM_PERSON_ID` -- ваш id в телеграм, можно узнать у [этого бота](https://t.me/myidbot) * `GITLAB_URL` -- можно указать https://gitlab.com или url на ваш локальный GitLab строго в таком формате http://localhost:7990 diff --git a/bot-core/src/main/java/dev/struchkov/bot/gitlab/core/config/properties/GitlabProperty.java b/bot-core/src/main/java/dev/struchkov/bot/gitlab/core/config/properties/GitlabProperty.java index 87cc05f..d6826d0 100644 --- a/bot-core/src/main/java/dev/struchkov/bot/gitlab/core/config/properties/GitlabProperty.java +++ b/bot-core/src/main/java/dev/struchkov/bot/gitlab/core/config/properties/GitlabProperty.java @@ -6,7 +6,7 @@ import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.stereotype.Component; /** - * Данные необходимые для взаимодействия с API Bitbucket. + * Данные необходимые для взаимодействия с API GitLab. * * @author upagge [31.01.2020] */ diff --git a/bot-data/pom.xml b/bot-data/pom.xml index c133223..b223867 100644 --- a/bot-data/pom.xml +++ b/bot-data/pom.xml @@ -12,8 +12,7 @@ bot-data GitLab Server Data - Implementation of the Bitbucket server version repository layer - https://github.com/uPagge/bitbucketbot + Implementation of the GitLab server version repository layer diff --git a/gitlab-app/pom.xml b/gitlab-app/pom.xml index 770d267..0e3fed0 100644 --- a/gitlab-app/pom.xml +++ b/gitlab-app/pom.xml @@ -13,7 +13,7 @@ Gitlab Notification Bot Notifications about Gitlab Server events in Telegram - https://github.com/uPagge/bitbucketbot + https://git.struchkov.dev/Telegram-Bots/gitlab-notification