From 3ef0079e9ccedf20faba37d2208c3d9ac3065f89 Mon Sep 17 00:00:00 2001 From: Bolt Date: Tue, 4 Dec 2018 17:56:20 +0400 Subject: [PATCH 1/2] Update cnames_active.js --- cnames_active.js | 1 + 1 file changed, 1 insertion(+) diff --git a/cnames_active.js b/cnames_active.js index d9d67a31..2ff25e01 100755 --- a/cnames_active.js +++ b/cnames_active.js @@ -893,6 +893,7 @@ var cnames_active = { "nikmartin": "nikmartin.github.io", "ninh": "reeganexe.github.io/ninh", "nintenbot": "nintenzone.github.io/NintenBot", + "niscord": "https://niscord.github.io/niscord/", "nite": "manvalls.github.io/nite", "nod": "diegohaz.github.io/nod", "node-atlas": "haeresis.github.io/NodeAtlas", From 8b02fbb484ad23b1811cf7366e4a51cb626c8b8b Mon Sep 17 00:00:00 2001 From: "Matt (IPv4) Cowley" Date: Tue, 4 Dec 2018 16:41:29 +0000 Subject: [PATCH 2/2] fix --- cnames_active.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cnames_active.js b/cnames_active.js index 2ff25e01..756da629 100755 --- a/cnames_active.js +++ b/cnames_active.js @@ -893,7 +893,7 @@ var cnames_active = { "nikmartin": "nikmartin.github.io", "ninh": "reeganexe.github.io/ninh", "nintenbot": "nintenzone.github.io/NintenBot", - "niscord": "https://niscord.github.io/niscord/", + "niscord": "niscord.github.io/niscord", "nite": "manvalls.github.io/nite", "nod": "diegohaz.github.io/nod", "node-atlas": "haeresis.github.io/NodeAtlas",