Skip to content

Commit

Permalink
Merge pull request #1239 from milvus-io/preview
Browse files Browse the repository at this point in the history
update link
  • Loading branch information
shanghaikid authored Nov 6, 2023
2 parents f365277 + 47b1dbe commit 15df08f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/footer/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const footerJson = [
{
name: 'Managed service',
trans: false,
to: 'https://cloud.zilliz.com/',
to: 'https://cloud.zilliz.com/signup',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion src/components/header/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ const Header = ({

<div className={styles.rightSection}>
{isDesktop && actionBar}
<Link to={`https://cloud.zilliz.com`} target="_blank">
<Link to={`https://cloud.zilliz.com/signup`} target="_blank">
<button className={styles.startBtn}>
Try Managed Milvus <span>FREE</span>
<svg width="20" height="20" viewBox="0 0 20 20" fill="none">
Expand Down

0 comments on commit 15df08f

Please sign in to comment.