Skip to content

Commit d7cce2b

Browse files
committed
Make sure updater does not cause tests to fail on php55
1 parent 92b3778 commit d7cce2b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build/ReadMeUpdater.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ class ReadMeUpdater
1010
const SERVICES_TABLE_START = '<!-- BEGIN SERVICE TABLE -->';
1111
const SERVICES_TABLE_END = '<!-- END SERVICE TABLE -->';
1212
const SERVICE_CLASS_DELIMITER = '@CLASS@';
13-
const DOCS_URL_TEMPLATE = 'http://docs.aws.amazon.com/aws-sdk-php/v3/api/class-'
14-
. self::SERVICE_CLASS_DELIMITER . '.html';
13+
const DOCS_URL_TEMPLATE = 'http://docs.aws.amazon.com/aws-sdk-php/v3/api/class-@CLASS@.html';
1514

1615
protected $projectRoot;
1716

0 commit comments

Comments
 (0)