From 023731cb0dbee672af62539c3fa21b224f894811 Mon Sep 17 00:00:00 2001 From: Tobias van Beek Date: Sat, 14 Aug 2021 22:46:14 +0200 Subject: [PATCH] Update phpmd.md I found out that this page points to the old phar location. --- _projects/phpmd/phpmd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_projects/phpmd/phpmd.md b/_projects/phpmd/phpmd.md index 53a8a98..f5333ce 100644 --- a/_projects/phpmd/phpmd.md +++ b/_projects/phpmd/phpmd.md @@ -16,7 +16,7 @@ dockerhub: [{name: 'phpqa/phpmd'}] dependencies: [] composer-dev: {command: 'vendor/bin/phpmd'} git: {update-submodules: true, install-composer-dependencies: true, command: 'src/bin/phpmd'} -phar: {url: 'https://static.phpmd.org/php/latest/phpmd.phar'} +phar: {url: 'https://phpmd.org/static/latest/phpmd.phar'} ---