From 7262291ddae284fc5d3f874e807fac3c7c0a2fea Mon Sep 17 00:00:00 2001 From: NotAFile Date: Tue, 10 Apr 2018 15:57:16 +0200 Subject: [PATCH] change vector-web repo to riot-web in changelog closes #6479 Signed-off-by: Adrian Tschira --- src/components/views/dialogs/ChangelogDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/dialogs/ChangelogDialog.js b/src/components/views/dialogs/ChangelogDialog.js index c42833d7c4..92aeadf8c8 100644 --- a/src/components/views/dialogs/ChangelogDialog.js +++ b/src/components/views/dialogs/ChangelogDialog.js @@ -19,7 +19,7 @@ import sdk from 'matrix-react-sdk'; import request from 'browser-request'; import { _t } from 'matrix-react-sdk/lib/languageHandler'; -const REPOS = ['vector-im/vector-web', 'matrix-org/matrix-react-sdk', 'matrix-org/matrix-js-sdk']; +const REPOS = ['vector-im/riot-web', 'matrix-org/matrix-react-sdk', 'matrix-org/matrix-js-sdk']; export default class ChangelogDialog extends React.Component { constructor(props) {