File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -249,10 +249,11 @@ multi write-type-source($doc) {
249
249
}
250
250
251
251
if $ type {
252
- my $ tg-preamble = qq [ <h1>Type graph</h1>\n <p>Below you should see
253
- an image showing the type relations for $ podname . If not, try the <a
254
- href="/images/type-graph-{ uri_escape $ podname } .png">PNG
255
- version</a>.</p> ] ;
252
+ my $ tg-preamble = qq [ <h1>Type graph</h1>\n <p>Below you should see a
253
+ clickable image showing the type relations for $ podname that links
254
+ to the documentation pages for the related types. If not, try the
255
+ <a href="/images/type-graph-{ uri_escape $ podname } .png">PNG
256
+ version</a> instead.</p> ] ;
256
257
$ pod . contents. push : Pod ::Raw. new (
257
258
target => ' html' ,
258
259
contents => $ tg-preamble ~ svg-for-file(" html/images/type-graph-$ podname .svg" ),
You can’t perform that action at this time.
0 commit comments