Index: client/web/method.html |
diff --git a/client/web/method.html b/client/web/method.html |
index bb0abfb16ea62402ff015324344429ecb05a1246..19c031e096a2b4f95a60a1d553cb34074cfe1fe8 100644 |
--- a/client/web/method.html |
+++ b/client/web/method.html |
@@ -59,7 +59,7 @@ |
<template if="{{isNotConstructor}}"> |
<dartdoc-type type="{{item.type}}"></dartdoc-type> |
</template> |
- <b><a id="{{idName}}" href="#{{item.anchorHref}}"> |
+ <b><a id="{{idName}}" href="{{item.prefixedAnchorHref}}"> |
{{item.decoratedName}}</a></b> |
<dartdoc-parameter parameters="{{item.parameters}}"> |
</dartdoc-parameter> |