Skip to content

Commit eeb0dd2

Browse files
committed
Make SVG urls absolute per issue #17
1 parent f7c8b4f commit eeb0dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Perl6/TypeGraph/Viz.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use Perl6::TypeGraph;
44
class Perl6::TypeGraph::Viz {
55
has @.types;
66
has $.dot-hints;
7-
has $.url-base = '../type/';
7+
has $.url-base = '/type/';
88
has $.rank-dir = 'BT';
99
has $.role-color = '#6666FF';
1010
has $.class-color = '#000000';

0 commit comments

Comments
 (0)