From 780ce32e0a9378df6c960f65055e00fb0f82266e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Weller?= Date: Wed, 15 May 2019 17:05:33 +0200 Subject: [PATCH] update php --- pages/php/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/php/index.vue b/pages/php/index.vue index 64a5259..042c25a 100644 --- a/pages/php/index.vue +++ b/pages/php/index.vue @@ -15,12 +15,12 @@ export default { resources: [ { title: 'PHP the right way', - desc: 'There’s a lot of outdated information on the Web that leads new PHP users astray, propagating bad practices and insecure code. PHP: The Right Way is an easy-to-read, quick reference for PHP popular coding standards, links to authoritative tutorials around the Web and what the contributors consider to be best practices at the present time.', + desc: 'PHP The Right Way is an easy-to-read, quick reference for PHP popular coding standards, links to authoritative tutorials around the Web and what the contributors consider to be best practices at the present time.', url: 'https://phptherightway.com' }, { title: 'The PHP manual', - desc: 'Manual to PHP documenting the whole spec.', + desc: 'The PHP manual is documenting the whole spec while giving examples for each property.', url: 'https://www.php.net/manual/en/' }, ]