Skip to content

Commit

Permalink
redirect to my repo
Browse files Browse the repository at this point in the history
  • Loading branch information
unixfox committed May 26, 2024
1 parent 7848d68 commit 708ce75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/nitter.nim
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import routes/[
unsupported, embed, resolver, router_utils]

const instancesUrl = "https://github.com/zedeus/nitter/wiki/Instances"
const issuesUrl = "https://github.com/zedeus/nitter/issues"
const issuesUrl = "https://github.com/unixfox/nitter-fork/issues"

let
configPath = getEnv("NITTER_CONF_FILE", "./nitter.conf")
Expand Down
2 changes: 1 addition & 1 deletion src/views/about.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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://github.com/unixfox/nitter-fork/commit/" & hash
version = &"{date}-{hash}"

var aboutHtml: string
Expand Down

0 comments on commit 708ce75

Please sign in to comment.