Skip to content

Commit

Permalink
chore(links): add attribution (#11352)
Browse files Browse the repository at this point in the history
  • Loading branch information
shirshanka authored Sep 11, 2024
1 parent 2c34eea commit c3e53a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default function PropagationDetails({ sourceDetail }: Props) {
<PopoverDocumentation
target="_blank"
rel="noreferrer"
href="https://datahubproject.io/docs/automations/docs-propagation"
href="https://datahubproject.io/docs/automations/docs-propagation?utm_source=datahub_core&utm_medium=docs&utm_campaign=propagation_details"
>
Learn more
</PopoverDocumentation>
Expand Down
3 changes: 2 additions & 1 deletion datahub-web-react/src/app/settings/features/Features.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ export const Features = () => {
},
],
isNew: true,
learnMoreLink: 'https://datahubproject.io/docs/automations/docs-propagation',
learnMoreLink:
'https://datahubproject.io/docs/automations/docs-propagation?utm_source=datahub_core&utm_medium=docs&utm_campaign=features',
},
];

Expand Down

0 comments on commit c3e53a1

Please sign in to comment.