From 5a746b401c3dc20e0432188d6ea728e92fa514de Mon Sep 17 00:00:00 2001 From: Miretazam Ciptaprima Date: Thu, 8 Jun 2023 23:08:39 +0700 Subject: [PATCH] Fixed broken link to page Fixed a broken link to a page within the project. The previous link was leading to a non-existent or outdated destination --- php/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php/README.md b/php/README.md index 8822f9e..27a7a77 100755 --- a/php/README.md +++ b/php/README.md @@ -1,10 +1,10 @@ # PHP Naming Convention List of covered sections: * [Class Naming](../php/class-naming.md) -* [Constant Naming](../php/constant-name.md) +* [Constant Naming](../php/constant-naming.md) * [Interface Naming](../php/interface-naming.md) * [Method Naming](../php/method-naming.md) * [Variable Naming](../php/variable-naming.md) * [Namespaces Naming](../php/namespaces-naming.md) -Missing something? Please contribute here by reading [this guide](../docs/CONTRIBUTING.md). \ No newline at end of file +Missing something? Please contribute here by reading [this guide](../docs/CONTRIBUTING.md).