Index: client/web/item.html |
diff --git a/client/web/item.html b/client/web/item.html |
index f79b661a3416823729ef06f189f630c930b003d9..ff40bda607b1b365702c4f1f16e4f5cebe7286b3 100644 |
--- a/client/web/item.html |
+++ b/client/web/item.html |
@@ -5,7 +5,8 @@ |
<template> |
<ul class="nav nav-pills nav-stacked"> |
<li id="nameGoesHere"> |
- <a href="#{{item.linkHref}}" id="{{idName}}">{{item.decoratedName}}</a> |
+ <a href="{{item.prefixedLinkHref}}" id="{{idName}}"> |
+ {{item.decoratedName}}</a> |
<template if="{{item.previewComment}}"> |
<hr><div is="dartdoc-comment" preview item="{{item}}"></div> |
</template> |