Skip to content

Commit 5ddb40c

Browse files
update the chat link
1 parent b656aa6 commit 5ddb40c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/view/chat.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
from flask import redirect
33

44

5-
_CHAT_URL = r'https://matrix.to/#/%23opencyphal:matrix.org'
5+
_CHAT_URI = "https://forum.opencyphal.org/chat"
66

77

88
@app.route('/chat/')
99
def _chat():
10-
return redirect(_CHAT_URL)
10+
return redirect(_CHAT_URI)

0 commit comments

Comments
 (0)