diff --git a/README.md b/README.md index 378a7cd2..5a8e42ef 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 e42e95dc..2f879f5e 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 6ffe6177..b7902099 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,