| Index: client/web/typedef.html
|
| diff --git a/client/web/typedef.html b/client/web/typedef.html
|
| index 2303fd309d255439338cd40a28e7fa189e8bd5b5..10ea38c14887e6cf6536649882356d1ff75c65e2 100644
|
| --- a/client/web/typedef.html
|
| +++ b/client/web/typedef.html
|
| @@ -12,7 +12,7 @@
|
| </dartdoc-annotation>
|
|
|
| <p class="panel-title">typedef
|
| - <a href="#{{item.type.location}}">{{item.type.simpleType}}</a>
|
| + <a href="{{prefixedLocation}}">{{item.type.simpleType}}</a>
|
| {{item.name}}
|
| <dartdoc-parameter parameters="{{item.parameters}}"></dartdoc-parameter>
|
| </p>
|
|
|