| Index: chrome/common/extensions/docs/server2/url_constants.py
|
| diff --git a/chrome/common/extensions/docs/server2/url_constants.py b/chrome/common/extensions/docs/server2/url_constants.py
|
| index d3a5851a9409c89ac00c86cd9f43e351b306872d..ef6273ba71a03980dd6adda64f82c66a70a1d9c7 100644
|
| --- a/chrome/common/extensions/docs/server2/url_constants.py
|
| +++ b/chrome/common/extensions/docs/server2/url_constants.py
|
| @@ -6,7 +6,7 @@ GITILES_BASE = 'https://chromium.googlesource.com/chromium/src/+'
|
| GITILES_BRANCH_BASE = '%s/refs/branch-heads' % GITILES_BASE
|
|
|
| GITHUB_REPOS = 'https://api.github.com/repos'
|
| -GITHUB_BASE = 'https://github.com/GoogleChrome/chrome-app-samples/tree/master'
|
| +GITHUB_BASE = 'https://github.com/GoogleChrome/chrome-app-samples/tree/master/samples'
|
| RAW_GITHUB_BASE = ('https://github.com/GoogleChrome/chrome-app-samples/raw/'
|
| 'master')
|
| OMAHA_PROXY_URL = 'http://omahaproxy.appspot.com/json'
|
|
|