diff --git a/public/md/about.md b/public/md/about.md index c0adda9..d02e223 100644 --- a/public/md/about.md +++ b/public/md/about.md @@ -1,8 +1,10 @@ # About Nitter is a free and open source alternative Twitter front-end focused on -privacy and performance. The source is available on GitHub at - +privacy and performance. \ +Original source code: \ +Custom source code: or + * No JavaScript or ads * All requests go through the backend, client never talks to Twitter diff --git a/src/views/about.nim b/src/views/about.nim index e7e8de9..0e61e18 100644 --- a/src/views/about.nim +++ b/src/views/about.nim @@ -5,7 +5,7 @@ import karax/[karaxdsl, vdom] const date = staticExec("git show -s --format=\"%cd\" --date=format:\"%Y.%m.%d\"") hash = staticExec("git show -s --format=\"%h\"") - link = "https://github.com/zedeus/nitter/commit/" & hash + link = "https://gitlab.com/blankX/nitter/-/commit/" & hash version = &"{date}-{hash}" var aboutHtml: string