File tree Expand file tree Collapse file tree 4 files changed +76
-76
lines changed
components/views/settings/tabs/user Expand file tree Collapse file tree 4 files changed +76
-76
lines changed Original file line number Diff line number Diff line change @@ -95,12 +95,12 @@ const customVariables = {
9595 'Homeserver URL' : {
9696 id : 7 ,
9797 expl : _td ( 'Your homeserver\'s URL' ) ,
98- example : 'https://matrix.org ' ,
98+ example : 'https://test.AMP.chat ' ,
9999 } ,
100100 'Identity Server URL' : {
101101 id : 8 ,
102102 expl : _td ( 'Your identity server\'s URL' ) ,
103- example : 'https://vector.im ' ,
103+ example : 'https://test.AMP.chat ' ,
104104 } ,
105105} ;
106106
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ export default class HelpUserSettingsTab extends React.Component {
170170 {
171171 _t ( 'For help with using Riot, click <a>here</a> or start a chat with our ' +
172172 'bot using the button below.' , { } , {
173- 'a' : ( sub ) => < a href = "https://about.riot.im/need- help/" rel = 'noopener'
173+ 'a' : ( sub ) => < a href = "https://amp.chat/ help/" rel = 'noopener'
174174 target = '_blank' > { sub } </ a > ,
175175 } )
176176 }
@@ -184,7 +184,7 @@ export default class HelpUserSettingsTab extends React.Component {
184184 }
185185
186186 const vectorVersion = this . state . vectorVersion
187- ? ghVersionLabel ( 'vector-im /riot-web' , this . state . vectorVersion )
187+ ? ghVersionLabel ( 'awesome-Technologies /riot-web' , this . state . vectorVersion )
188188 : 'unknown' ;
189189
190190 let olmVersion = MatrixClientPeg . get ( ) . olmVersion ;
You can’t perform that action at this time.
0 commit comments