Skip to content

Commit

Permalink
change vector-web repo to riot-web in changelog
Browse files Browse the repository at this point in the history
closes element-hq#6479

Signed-off-by: Adrian Tschira <nota@notafile.com>
  • Loading branch information
NotAFile committed Apr 10, 2018
1 parent b751c74 commit 7262291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/dialogs/ChangelogDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 7262291

Please sign in to comment.