| Index: utils/apidoc/apidoc.dart
|
| diff --git a/utils/apidoc/apidoc.dart b/utils/apidoc/apidoc.dart
|
| index a73a1de8aef2eccb5261b0468451482c88eb5646..019812ac988fc5bea4803d745b18cb4860a7be1d 100644
|
| --- a/utils/apidoc/apidoc.dart
|
| +++ b/utils/apidoc/apidoc.dart
|
| @@ -99,7 +99,7 @@ void main() {
|
| final htmldoc = new Htmldoc();
|
| htmldoc.includeApi = true;
|
| htmldoc.documentLibraries(
|
| - <Path>[doc.scriptDir.append('../../sdk/lib/html/doc/html.dartdoc')],
|
| + <Path>[doc.scriptDir.append('../../tools/dom/doc/html.dartdoc')],
|
| libPath, pkgPath);
|
|
|
| // Process libraries.
|
|
|