Skip to content

Commit 2bb19cd

Browse files
authored
Merge pull request #588 from contentstack/feature/content-mapper
Updated validation doc url in constant
2 parents a2bf9f9 + 98568e7 commit 2bb19cd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

ui/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/src/utilities/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ export const STATUS_ICON_Mapping: { [key: string]: string } = {
112112

113113
export const VALIDATION_DOCUMENTATION_URL: { [key: string]: string } = {
114114
sitecore:
115-
'https://assets.contentstack.io/v3/assets/bltc9bf9ea2bc503f92/blta7af9cd41858e844/676167e219cfd55b01f0d6cf/sitecore.pdf',
115+
'https://assets.contentstack.io/v3/assets/bltc09cefc19ddf033f/blt287e42b58e38e2b6/67ee3fb57c35f2e42c997000/sitecore.pdf',
116116
contentful:
117-
'https://assets.contentstack.io/v3/assets/bltc9bf9ea2bc503f92/blta71b3ed2fb3cf6df/67616dac4f07d3c474f4083d/contentful.pdf',
117+
'https://assets.contentstack.io/v3/assets/bltc09cefc19ddf033f/bltb14c2df7c5e202ba/67ee3fcdb509b76f5f308ac4/contentful.pdf',
118118
wordpress: '',
119119
drupal: ''
120120
};

0 commit comments

Comments
 (0)