Skip to content

Commit e0f5bde

Browse files
committed
Update upgrading location.
1 parent 53e3d77 commit e0f5bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PHP 7 MAR, or just "php7mar", is a command line utility to generate reports on e
66
No, php7mar does implement a full lexer to determine code changes and can not determine the intent of the code. It uses lexer tokenizing, string matching, and regular expressions to find syntax changes that may cause issues when porting code to PHP 7. As well, it will detect code snippets in comments and report them as it can not distinguish it as commented code.
77

88
####What has changed in PHP 7? (Read This!)
9-
If you are currently unfamiliar with what will change moving to PHP 7 then read the [UPGRADING file in the current master branch of php-src](https://github.com/php/php-src/blob/master/UPGRADING). Understanding these changes is important to reading the reports generated by php7mar.
9+
If you are currently unfamiliar with what will change moving to PHP 7 then read the [UPGRADING file in the current master branch of php-src](https://github.com/php/php-src/blob/PHP-7.0.0/UPGRADING). Understanding these changes is important to reading the reports generated by php7mar.
1010

1111
####Does it handle very poorly styled code?
1212
Very poorly styled code will not parse well, but assuming there is at least some structure to the code style it should still parse. If the code is entirely too poorly formatted there are several web sites that can be used to clean up source code.

0 commit comments

Comments
 (0)