summaryrefslogtreecommitdiffstats
path: root/ui/src/utils.ts
diff options
context:
space:
mode:
authorDessalines <happydooby@gmail.com>2019-04-05 22:29:20 -0700
committerDessalines <happydooby@gmail.com>2019-04-05 22:29:20 -0700
commit397f65c81ef17f4c7e5e2847155347ae1377e25b (patch)
treeff7201e7114863b6b145e74e5e5d9c82ccd3daa0 /ui/src/utils.ts
parent6884de0afc381174bbbb49f35913cd4499f44027 (diff)
Adding docker.
- Adding docker support. Fixes #6 - Completing the name change to lemmy. Fixes #36 - Running DB migrations from code. Fixes #38
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 64c82682..21122d0a 100644
--- a/ui/src/utils.ts
+++ b/ui/src/utils.ts
@@ -1,7 +1,7 @@
import { UserOperation, Comment } from './interfaces';
import * as markdown_it from 'markdown-it';
-export let repoUrl = 'https://github.com/dessalines/rust-reddit-fediverse';
+export let repoUrl = 'https://github.com/dessalines/lemmy';
export let wsUri = (window.location.protocol=='https:'&&'wss://'||'ws://')+window.location.host + '/service/ws/';
export function msgOp(msg: any): UserOperation {