Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit 235519f

Browse files
committed
linking via mustache variables fixed
1 parent 73b7d9e commit 235519f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/lib/builder.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ protected function gatherData() {
301301
foreach($patterns as $pattern => $path) {
302302
$patternName = $patternTypeName."-".$pattern;
303303
$path = str_replace("/","-",$path);
304-
$this->d->link->$patternName = "/patterns/".$path."/".$path.".html";
304+
$this->d->link->$patternName = "../../patterns/".$path."/".$path.".html";
305305
}
306306

307307
}

0 commit comments

Comments
 (0)