Skip to content

Commit

Permalink
Merge pull request #87 from Chasen-Zhang/patch-1
Browse files Browse the repository at this point in the history
fix: Broken links
  • Loading branch information
BohuTANG authored Nov 25, 2023
2 parents a0248b5 + b57b2b9 commit 27cadf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/components/ProcuctName/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const ProductName: FC<IProps> = ({showSponser}): ReactElement=> {
showSponser &&
<span className={styles.sponser}>
Powered by <a className={styles.link} target="_blank" href="https://www.databend.com" rel="noreferrer">Databend Cloud </a>
and <a className={styles.link} target="_blank" href="https://databend.rs/doc/sql-functions/ai-functions/" rel="noreferrer">AI Functions</a>
and <a className={styles.link} target="_blank" href="https://docs.databend.com/sql/sql-functions/ai-functions/" rel="noreferrer">AI Functions</a>
</span>
}
</div>
Expand All @@ -34,4 +34,4 @@ const ProductName: FC<IProps> = ({showSponser}): ReactElement=> {
ProductName.defaultProps = {
showSponser: true
};
export default ProductName;
export default ProductName;

1 comment on commit 27cadf0

@vercel
Copy link

@vercel vercel bot commented on 27cadf0 Nov 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.