Skip to content

Commit

Permalink
docs: fix typo (datahub-project#11046)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoonhyejin authored Jul 31, 2024
1 parent 76f1b23 commit a3c7ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-website/src/pages/cloud/Enterprise/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const Features = () =>
<Feature key={idx} {...props} />
))}
</div>
<a href="http://localhost:3000/docs/managed-datahub/managed-datahub-overview#enterprise-grade" target="_blank" className={clsx(styles.moreBenefits)}>
<a href="/docs/managed-datahub/managed-datahub-overview#enterprise-grade" target="_blank" className={clsx(styles.moreBenefits)}>
+4 benefits
</a>
</div>
Expand Down

0 comments on commit a3c7ede

Please sign in to comment.