Skip to content

Commit

Permalink
links: replace with new tidb cloud serverless link
Browse files Browse the repository at this point in the history
  • Loading branch information
TiDB-hackathon2023 committed Sep 12, 2024
1 parent f5e43da commit ee83a14
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion web/src/pages/home/_sections/0-summary/left/FooterLine.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { aligns, Body } from '../../../_components/typography';
const FooterLine = () => {
return (
<Body sx={aligns.heading}>
<TidbLogo href="https://www.pingcap.com/tidb-serverless/?utm_source=ossinsight&utm_medium=referral" target="_blank" rel="noreferrer">
<TidbLogo href="https://www.pingcap.com/tidb-cloud-serverless/?utm_source=ossinsight&utm_medium=referral" target="_blank" rel="noreferrer">
<img src="/img/tidb-logo.svg" height={40} alt="TiDB" />
TiDB
</TidbLogo>
Expand Down
2 changes: 1 addition & 1 deletion web/src/pages/home/_sections/3-workshop/Workshop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function Workshop () {
<Card>
<Stack justifyContent="space-between" alignItems="start" minHeight={140}>
<Typography variant="body1">
We suggest running your insight tool on a <Link href='https://docs.pingcap.com/tidb/dev/explore-htap?utm_source=ossinsight&utm_medium=referral' target='_blank'>Hybrid Transactional and Analytical Processing (HTAP)</Link> database like <Link href='https://www.pingcap.com/tidb-cloud/?utm_source=ossinsight&utm_medium=referral' target='_blank'> TiDB Cloud</Link>.
We suggest running your insight tool on a <Link href='https://docs.pingcap.com/tidb/dev/explore-htap?utm_source=ossinsight&utm_medium=referral' target='_blank'>Hybrid Transactional and Analytical Processing (HTAP)</Link> database like <Link href='https://www.pingcap.com/tidb-cloud-serverless/?utm_source=ossinsight&utm_medium=referral' target='_blank'> TiDB Cloud</Link>.
</Typography>
<Button variant="contained" color="primary" component={Link} rel='noopener' href="/blog/why-we-choose-tidb-to-support-ossinsight" target='_link'>
📖 Learn why we chose TiDB to support OSS Insight
Expand Down
2 changes: 1 addition & 1 deletion web/src/pages/open-source-heroes/_sections/2-0-you-can.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TiDB Serverless is a highly scalable, vector search built-in, and cost-effective serverless database, which is dedicated to powering modern applications with simple solutions. <a href="https://www.pingcap.com/tidb-serverless/?utm_source=ossinsight&utm_medium=referral&utm_campaign=plg_OSScontribution_credit_05" target="_blank" rel="noopener">Read more</a>.
TiDB Serverless is a highly scalable, vector search built-in, and cost-effective serverless database, which is dedicated to powering modern applications with simple solutions. <a href="https://www.pingcap.com/tidb-cloud-serverless/?utm_source=ossinsight&utm_medium=referral&utm_campaign=plg_OSScontribution_credit_05" target="_blank" rel="noopener">Read more</a>.

With it, you can:

Expand Down
2 changes: 1 addition & 1 deletion web/src/pages/open-source-heroes/_sections/3-reviews.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export function ReviewsSection () {
<Section>
<SectionContent>
<SectionTitle>
We Build with <a href="https://www.pingcap.com/tidb-serverless/?utm_source=ossinsight&utm_medium=referral&utm_campaign=plg_OSScontribution_credit_05" target="_blank" rel="noreferrer">TiDB</a>
We Build with <a href="https://www.pingcap.com/tidb-cloud-serverless/?utm_source=ossinsight&utm_medium=referral&utm_campaign=plg_OSScontribution_credit_05" target="_blank" rel="noreferrer">TiDB</a>
</SectionTitle>
<Masonry sequential sx={{ mt: 7, listStyle: 'none' }} component="ul" columns={[1, 1, 2, 3]} spacing={3}>
{reviews.map((review, index) => (
Expand Down

0 comments on commit ee83a14

Please sign in to comment.