From 18b74fc83cb8e023f374604075837a8d11db0c03 Mon Sep 17 00:00:00 2001 From: Alexander Kartavenko Date: Thu, 22 Feb 2024 19:38:12 +0200 Subject: [PATCH] Fix names --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 16c0080..7f502f3 100644 --- a/README.md +++ b/README.md @@ -457,11 +457,11 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT ### Error Tracking and Monitoring Services *Self-hosted or cloud-based application performance monitoring & error tracking tools* -* [Blackfire.io](https://www.blackfire.io) - A low-overhead code profiler. +* [Blackfire](https://www.blackfire.io) - A low-overhead code profiler. * [Honeybadger](https://www.honeybadger.io/) - Error Tracking & Application Monitoring for Developers. * [Rollbar](https://rollbar.com/) - Error Logging & Tracking Service for Software Teams. * [Sentry](https://sentry.io/welcome/) - Application Performance Monitoring & Error Tracking Software. -* [Tideways.io](https://tideways.com/) - Monitoring and profiling tool. +* [Tideways](https://tideways.com/) - Monitoring and profiling tool. ### Build Tools *Project build and automation tools.*