From 36e023e224dcad1e1fa188b57950678a6670f9f5 Mon Sep 17 00:00:00 2001 From: Kyrylo Silin Date: Tue, 30 Jul 2024 22:03:08 +0300 Subject: [PATCH] Add the official docs link --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 659ce84..9344cc7 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ Simple error monitoring for developers. Monitor production errors in real-time and get them reported to Telegram with Telebugs. +- [Official Documentation](https://telebugs.com/docs/integrations/php) - [FAQ](https://telebugs.com/faq) - [Telebugs News](https://t.me/TelebugsNews) - [Telebugs Community](https://t.me/TelebugsCommunity) @@ -18,7 +19,7 @@ The package is designed to be simple and easy to use. It provides a simple API to send errors to Telebugs, which will then be reported to your Telegram project. This guide will help you get started with Telebugs for PHP. -For full details, please refer to the [Telebugs documentation](https://telebugs.com/new/docs/integrations/php). +For full details, please refer to the [Telebugs documentation](https://telebugs.com/docs/integrations/php). ## Installation