Skip to content

Commit 947eb19

Browse files
committed
correct issue report link
1 parent 9aec25e commit 947eb19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/overrides/partials/content.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
const newIssueURL = "https://github.com/e-maxx-eng/e-maxx-eng/issues/new";
44
const issueTitle = `Problem on article "{{page.title}}"`;
55
const issueBody = `
6-
**Article:** [{{page.title}}](https://cp-algorithms.com/{{ page.url }})
6+
**Article:** [{{page.title}}](${window.location.href})
77
88
**Problem:**
99
<!--

0 commit comments

Comments
 (0)