| Index: pkg/dartdoc/lib/dartdoc.dart
|
| diff --git a/pkg/dartdoc/lib/dartdoc.dart b/pkg/dartdoc/lib/dartdoc.dart
|
| index 4b6018cc7aa0e4974faa546c00be4286ea871cf2..5f6913fda1d7bfc09c97aa6c96a629aabebbafe9 100644
|
| --- a/pkg/dartdoc/lib/dartdoc.dart
|
| +++ b/pkg/dartdoc/lib/dartdoc.dart
|
| @@ -1534,7 +1534,7 @@ class Dartdoc {
|
| // arguments. If the type isn't generic, genericType returns `this`, so it
|
| // works for non-generic types too.
|
| return '${sanitize(displayName(type.library))}/'
|
| - '${type.declaration.simpleName}.html';
|
| + '${type.originalDeclaration.simpleName}.html';
|
| }
|
|
|
| /** Gets the URL for the documentation for [member]. */
|
|
|