1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-01 06:50:26 +02:00

Fixed PHP official website address in backend roadmap (#4417)

changed from php.org to php.net
This commit is contained in:
Michał Gałązka
2023-09-12 17:35:13 +02:00
committed by GitHub
parent f4592b1e58
commit e50e75479a

View File

@@ -4,7 +4,7 @@ PHP is a general purpose scripting language often used for making dynamic and in
Visit the following resources to learn more:
- [PHP Website](https://php.org/)
- [PHP Website](https://php.net/)
- [Learn PHP - W3Schools](https://www.w3schools.com/php/)
- [PHP - The Right Way](https://phptherightway.com/)
- [PHP for Beginners](https://www.youtube.com/watch?v=U2lQWR6uIuo&list=PL3VM-unCzF8ipG50KDjnzhugceoSG3RTC)