| Index: telemetry/telemetry/story/story.py
|
| diff --git a/telemetry/telemetry/story/story.py b/telemetry/telemetry/story/story.py
|
| index e6f92829fad8ec3e2091cecbdbdf78dba4e4369a..9d6165a6ccbb9545147ae439d4ad807c1b38728b 100644
|
| --- a/telemetry/telemetry/story/story.py
|
| +++ b/telemetry/telemetry/story/story.py
|
| @@ -38,7 +38,7 @@ class Story(object):
|
| requires that the web content is served via Web Page Replay
|
| to take effect. This setting does not affect stories containing no web
|
| content or where the HTTP MIME type is not text/html.See also:
|
| - _InjectScripts method in third_party/webpagereplay/httpclient.py.
|
| + _InjectScripts method in third_party/web-page-replay/httpclient.py.
|
| """
|
| assert issubclass(shared_state_class,
|
| shared_state_module.SharedState)
|
|
|