twitch: link to new repo (not the old twitch-go repo) - frontends - front-ends for some sites (experiment)
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 1e0902f58ff2684e42003b162bd1e1177dafadd9
 (DIR) parent af4724f4ae716f2851678df268f6d00931af1b0e
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Fri,  3 Jan 2020 14:16:26 +0100
       
       twitch: link to new repo (not the old twitch-go repo)
       
       Diffstat:
         M twitch/cgi.c                        |       2 +-
         M twitch/gopher.c                     |       2 +-
       
       2 files changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/twitch/cgi.c b/twitch/cgi.c
       @@ -63,7 +63,7 @@ header(void)
                "        <a href=\"/featured\">Featured</a> | \n"
                "        <a href=\"/games\">Games</a> | \n"
                "        <a href=\"/vods\">VODS</a> |\n"
       -        "        <a href=\"https://git.codemadness.org/twitch-go/\">Source-code</a> | \n"
       +        "        <a href=\"https://git.codemadness.org/frontends/\">Source-code</a> | \n"
                "        <a href=\"/links\">Links</a>\n"
                "</span>\n"
                "</div></div>\n"
 (DIR) diff --git a/twitch/gopher.c b/twitch/gopher.c
       @@ -94,7 +94,7 @@ header(void)
                page('1', "Featured", "featured");
                page('1', "Games", "games");
                page('1', "VODS", "vods");
       -        dir("Source-code", "/git/twitch-go");
       +        dir("Source-code", "/git/frontends");
                page('1', "Links", "links");
                info("---");
        }