From 8390e3c8faa511da403bb6eabfd7f5303bb5fd7f Mon Sep 17 00:00:00 2001 From: Scraayp Date: Mon, 24 Aug 2020 19:02:54 +0200 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 917f11ee..45293409 100644 --- a/cnames_active.js +++ b/cnames_active.js @@ -2252,6 +2252,7 @@ var cnames_active = { "turbo": "turbo.github.io", "tux": "tux.gitbooks.io/docs", "tuxsnct": "tuxsnct.vercel.app", + "twb": "tandwielbots.github.io/tandwielbots" "twcopy": "the94air.github.io/twcopy", "tweed": "tweedjs.github.io", "tweetnacl": "dchest.github.io/tweetnacl-js", From 44b4489f186ccb28e0fc7b6581b4d3f527d89e5a Mon Sep 17 00:00:00 2001 From: "Matt (IPv4) Cowley" Date: Tue, 25 Aug 2020 11:11:56 +0100 Subject: [PATCH 2/2] Missing comma --- cnames_active.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cnames_active.js b/cnames_active.js index 45293409..7007bf47 100644 --- a/cnames_active.js +++ b/cnames_active.js @@ -2252,7 +2252,7 @@ var cnames_active = { "turbo": "turbo.github.io", "tux": "tux.gitbooks.io/docs", "tuxsnct": "tuxsnct.vercel.app", - "twb": "tandwielbots.github.io/tandwielbots" + "twb": "tandwielbots.github.io/tandwielbots", "twcopy": "the94air.github.io/twcopy", "tweed": "tweedjs.github.io", "tweetnacl": "dchest.github.io/tweetnacl-js",