Skip to content

Commit

Permalink
DOP-4085 updated chinese smartling footer url (#940)
Browse files Browse the repository at this point in the history
  • Loading branch information
anabellabuckvar authored Oct 18, 2023
1 parent ed8e9f5 commit a9b4bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DocumentBody.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const DocumentBody = (props) => {

const onSelectLocale = (locale) => {
const localeHrefMap = {
'zh-cn': 'https://mongodbcom-cdn.website.staging.corp.mongodb.com/zh-cn/docs-qa/',
'zh-cn': 'https://mongodbcom-cdn.staging.corp.mongodb.com/zh-cn/docs-qa/',
'en-us': 'https://mongodbcom-cdn.website.staging.corp.mongodb.com/docs-qa/',
};

Expand Down

0 comments on commit a9b4bd4

Please sign in to comment.