Skip to content

Commit 35f97ec

Browse files
committed
Fix the links
1 parent dfad8c9 commit 35f97ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

root/dashboard/www/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ function GetTemplates() {
153153
$tr_class = ($counter % 2 == 0) ? 'shaded' : '';
154154
$files .= '<tr class="'.$tr_class.'"><td class="left-text"><span class="status-text">'.htmlspecialchars($line).'</span></td>';
155155
$file_name = substr($line, strrpos($line, '/') + 1);
156-
$link = "https://github.com/linuxserver/docker-swag/blob/master/root/defaults/".$file_name;
156+
$link = "https://github.com/linuxserver/docker-swag/blob/master/root/defaults/nginx/".$file_name;
157157
foreach($conf_locations as $key=>$value) {
158158
if (strpos($file_name, $key) !== false) {
159159
$link = $value.$file_name;

0 commit comments

Comments
 (0)