Skip to content

Commit b2b4364

Browse files
committed
Change home directory to local ..
1 parent 7807143 commit b2b4364

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

public/callback/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<body>
1717
<p>
1818
You are being redirected.
19-
If not, click <a href="/">here</a>.
19+
If not, click <a href="../">here</a>.
2020
</p>
2121
<textarea id="technical-information" rows="10"></textarea>
2222
</body>

public/curation/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</head>
1515
<body>
1616
<div id="header">
17-
<h1><a href="/">Software CaRD</a>
17+
<h1><a href="../">Software CaRD</a>
1818
</h1>
1919
<canvas onclick="location.href = '../reporting/';" id="radar" width="80" height="80">
2020
</canvas>

public/dashboard/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</head>
1616

1717
<body>
18-
<h1><a href="/">Software CaRD</a></h1>
18+
<h1><a href="../">Software CaRD</a></h1>
1919
<h3>Dashboard</h3>
2020
<p>
2121
This could be a dashboard in the future.

public/gitlab-setup/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</head>
1616

1717
<body>
18-
<h1><a href="/">Software CaRD</a></h1>
18+
<h1><a href="../">Software CaRD</a></h1>
1919
<h3>GitLab Account Setup</h3>
2020
<p>
2121
Please click <a href="https://codebase.helmholtz.cloud/-/user_settings/personal_access_tokens"

0 commit comments

Comments
 (0)