Skip to content

Commit

Permalink
new docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-ivona committed Apr 15, 2024
1 parent 6a1b161 commit 6302898
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion config/telegraph.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down
2 changes: 1 addition & 1 deletion docs/2.installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down

0 comments on commit 6302898

Please sign in to comment.