From 8eadbe272a2147c8e553a8268bc7af54782c4ebe Mon Sep 17 00:00:00 2001 From: tooomm Date: Thu, 21 Jan 2021 15:34:53 +0100 Subject: [PATCH] fix button links --- scripts/github.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/github.js b/scripts/github.js index f831ccf..61a6fdf 100644 --- a/scripts/github.js +++ b/scripts/github.js @@ -48,8 +48,8 @@ class GitHub { static get FOOTER_URLS() { return { "index": GitHub.SITE_URI, - "unread": `${GitHub.SITE_URI}notifications`, - "all": `${GitHub.SITE_URI}notifications?all=1`, + "unread": `${GitHub.SITE_URI}notifications?query=is%3Aunread`, + "all": `${GitHub.SITE_URI}notifications?query=`, "participating": `${GitHub.SITE_URI}notifications/participating`, "watched": `${GitHub.SITE_URI}watching` };