aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2022-03-17 12:29:11 -0400
committerGitHub <[email protected]>2022-03-17 12:29:11 -0400
commit5b62e76a63389ff4483ac23df6c765cbe8a09ae1 (patch)
tree0ca879d217a6ef6ec142dfe55943366b13bd260f
parent36f0fccd9c49dc8ac1d1c41806a568e910fc77f2 (diff)
parent15c73d79404efb9ecb7af921ed46adee3798405c (diff)
downloadSponsorBlock-5b62e76a63389ff4483ac23df6c765cbe8a09ae1.tar.gz
SponsorBlock-5b62e76a63389ff4483ac23df6c765cbe8a09ae1.zip
Merge pull request #1234 from molniya0207/patch-1
Fix guidelines link
-rw-r--r--src/components/SubmissionNoticeComponent.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/SubmissionNoticeComponent.tsx b/src/components/SubmissionNoticeComponent.tsx
index 82aa0cca..de9e9f7d 100644
--- a/src/components/SubmissionNoticeComponent.tsx
+++ b/src/components/SubmissionNoticeComponent.tsx
@@ -95,7 +95,7 @@ class SubmissionNoticeComponent extends React.Component<SubmissionNoticeProps, S
{/* Guidelines button */}
<button className="sponsorSkipObject sponsorSkipNoticeButton sponsorSkipNoticeRightButton"
- onClick={() => window.open("https://wiki.sponsor.ajay.app/index.php/Guidelines")}>
+ onClick={() => window.open("https://wiki.sponsor.ajay.app/w/Guidelines")}>
{chrome.i18n.getMessage(Config.config.submissionCountSinceCategories > 3 ? "guidelines" : "readTheGuidelines")}
</button>