From 630289824fb02db9ec51d662ccafa394cb7b91c2 Mon Sep 17 00:00:00 2001 From: Fabio Ivona Date: Mon, 15 Apr 2024 18:47:29 +0200 Subject: [PATCH] new docs --- README.md | 4 ++-- config/telegraph.php | 2 +- docs/2.installation.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 378a7cd2d..5a8e42efb 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ php artisan vendor:publish --tag="telegraph-translations" ## Usage & Documentation -After a new bot is created and added to a chat/group/channel (as described [in our documentation](https://defstudio.github.io/telegraph/quickstart/new-bot)), +After a new bot is created and added to a chat/group/channel (as described [in our documentation](https://docs.defstudio.dev/telegraph/quickstart/new-bot)), the `Telegraph` facade can be used to easily send messages and interact with it: ```php @@ -58,7 +58,7 @@ Telegraph::message('this is great')->send(); An extensive documentation is available at -https://defstudio.github.io/telegraph +https://docs.defstudio.dev ## Testing diff --git a/config/telegraph.php b/config/telegraph.php index e42e95dc7..2f879f5e5 100644 --- a/config/telegraph.php +++ b/config/telegraph.php @@ -26,7 +26,7 @@ * Sets the handler to be used when Telegraph * receives a new webhook call. * - * For reference, see https://defstudio.github.io/telegraph/webhooks/overview + * For reference, see https://docs.defstudio.dev/telegraph/webhooks/overview */ 'handler' => DefStudio\Telegraph\Handlers\EmptyWebhookHandler::class, diff --git a/docs/2.installation.md b/docs/2.installation.md index 6ffe6177d..b7902099b 100644 --- a/docs/2.installation.md +++ b/docs/2.installation.md @@ -58,7 +58,7 @@ return [ * Sets the handler to be used when Telegraph * receives a new webhook call. * - * For reference, see https://defstudio.github.io/telegraph/webhooks/overview + * For reference, see https://docs.defstudio.dev/telegraph/webhooks/overview */ 'handler' => DefStudio\Telegraph\Handlers\EmptyWebhookHandler::class,