We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92b3778 commit d7cce2bCopy full SHA for d7cce2b
build/ReadMeUpdater.php
@@ -10,8 +10,7 @@ class ReadMeUpdater
10
const SERVICES_TABLE_START = '<!-- BEGIN SERVICE TABLE -->';
11
const SERVICES_TABLE_END = '<!-- END SERVICE TABLE -->';
12
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';
+ const DOCS_URL_TEMPLATE = 'http://docs.aws.amazon.com/aws-sdk-php/v3/api/class-@CLASS@.html';
15
16
protected $projectRoot;
17
0 commit comments