Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions web/src/views/connections/ConnectionForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -635,8 +635,8 @@ export default class ConnectionCreate extends Vue {
}

get wsAnnouncementLink() {
// TODO: update the link
return 'https://github.com/emqx/MQTTX/discussions'
const lang = this.getterLang === 'zh' ? 'zh' : 'en'
return `https://www.emqx.com/${lang}/blog/mqttx-web-migration-announcement`
}

get protocolOptions() {
Expand Down
4 changes: 2 additions & 2 deletions web/src/views/connections/ConnectionsDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,8 @@ export default class ConnectionsDetail extends Vue {
}

get wsAnnouncementLink() {
// TODO: update the link
return 'https://github.com/emqx/MQTTX/discussions'
const lang = this.getterLang === 'zh' ? 'zh' : 'en'
return `https://www.emqx.com/${lang}/blog/mqttx-web-migration-announcement`
}

// Connect
Expand Down