summaryrefslogtreecommitdiffstats
path: root/ui/src/utils.ts
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-04-09 16:11:11 -0400
committerDessalines <tyhou13@gmx.com>2020-04-09 16:11:11 -0400
commited264aba3c12243352f68c2de6a5f21f23778bd0 (patch)
tree32fa529740222bbec1f0c2172fa9a59179c0bcd6 /ui/src/utils.ts
parent221e35ec38fb9323bf0b0ca1d19dac7884fb79fa (diff)
Updating code url references to https://github.com/LemmyNet/lemmy
Diffstat (limited to 'ui/src/utils.ts')
-rw-r--r--ui/src/utils.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/utils.ts b/ui/src/utils.ts
index d659509c..ceb05764 100644
--- a/ui/src/utils.ts
+++ b/ui/src/utils.ts
@@ -44,7 +44,7 @@ import emojiShortName from 'emoji-short-name';
import Toastify from 'toastify-js';
import tippy from 'tippy.js';
-export const repoUrl = 'https://github.com/dessalines/lemmy';
+export const repoUrl = 'https://github.com/LemmyNet/lemmy';
export const helpGuideUrl = '/docs/about_guide.html';
export const markdownHelpUrl = `${helpGuideUrl}#markdown-guide`;
export const sortingHelpUrl = `${helpGuideUrl}#sorting`;