Skip to content

Commit 3c6c98c

Browse files
committed
Minor fixes
1 parent ee00906 commit 3c6c98c

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

compose.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,4 @@ services:
55
ports:
66
- "8060:80"
77
volumes:
8-
- "docker/index.html:/usr/share/nginx/html/index.html:ro"
9-
10-
volumes:
11-
8+
- "./docker/index.html:/usr/share/nginx/html/index.html"

docker/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ <h1>Issue tracker redirector</h1>
1717
<li><code>GET /issue/:jira_key</code> - Redirects to the corresponding GitHub issue, if found. Otherwise to Jira prefixing it with JENKINS-.</li>
1818
</ul>
1919

20-
<p>To add more Jira redirects send a pull request to <a href="https://github.com/jenkins-infra/docker-issue-redirector/blob/main/mappings/jira_keys_to_github_ids.txt">jira_keys_to_github_ids.txt</a>.</p>
20+
<p>To add more Jira redirects send a pull request to <a href="https://github.com/jenkins-infra/docker-issue-redirect/blob/main/mappings/jira_keys_to_github_ids.txt">jira_keys_to_github_ids.txt</a>.</p>
2121
</main>
2222

23-
<jio-footer githubbranch="main" githubrepo="jenkins-infra/docker-issue-redirector" property="https://issue-redirect.jenkins.io" reportaproblemtemplate="4-bug.yml" sourcepath="docker/index.html"></jio-footer>
23+
<jio-footer githubbranch="main" githubrepo="jenkins-infra/docker-issue-redirect" property="https://issue-redirect.jenkins.io" reportaproblemtemplate="4-bug.yml" sourcepath="docker/index.html"></jio-footer>
2424
</body>
2525
</html>

0 commit comments

Comments
 (0)