Skip to content

Commit 6499dd9

Browse files
committed
feat: adjust apply links
1 parent b52407b commit 6499dd9

File tree

7 files changed

+12
-8
lines changed

7 files changed

+12
-8
lines changed

docs/cn/guides/80-benchmark/10-tpch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Snowflake 和 Databend Cloud 均在相似条件下进行了测试:
138138
### 前提条件
139139

140140
- 拥有一个 [Snowflake 账户](https://singup.snowflake.com)
141-
- 创建一个 [Databend Cloud 账户](https://www.databend.com/apply/)
141+
- 创建一个 [Databend Cloud 账户](https://app.databend.cn/register/)
142142

143143
### 数据加载
144144

docs/cn/guides/80-benchmark/20-data-ingest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Snowflake 和 Databend Cloud 都在相似的条件下进行了测试:
101101
### 前提条件
102102

103103
- 拥有一个 [Snowflake 账户](https://singup.snowflake.com)
104-
- 创建一个 [Databend Cloud 账户](https://www.databend.com/apply/)
104+
- 创建一个 [Databend Cloud 账户](https://app.databend.cn/register/)
105105

106106
### 数据导入基准测试
107107

docs/en/guides/80-benchmark/10-tpch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ We conducted both Cold and Hot runs for query execution:
138138
### Prerequisites
139139

140140
- Have a [Snowflake account](https://singup.snowflake.com)
141-
- Create a [Databend Cloud account](https://www.databend.com/apply/).
141+
- Create a [Databend Cloud account](https://app.databend.com/register/)
142142

143143
### Data Loading
144144

docs/en/guides/80-benchmark/20-data-ingest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Both Snowflake and Databend Cloud was tested under similar conditions:
101101
### Prerequisites
102102

103103
- Have a [Snowflake account](https://singup.snowflake.com)
104-
- Create a [Databend Cloud account](https://www.databend.com/apply/).
104+
- Create a [Databend Cloud account](https://app.databend.com/register/)
105105

106106
### Data Ingestion Benchmark
107107

src/components/JoinCommunity/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ const JoinCommunity: FC<TProps> = ({
191191
</Link>
192192
<Link
193193
title="Explore Databend Cloud"
194-
to="https://www.databend.com/apply/"
194+
to="https://app.databend.com/register/"
195195
target="_blank"
196196
>
197197
<div className={clsx("community-item", styles.communityItem)}>

src/components/TryCloudCard/index.tsx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@ const TryCloudCard: FC = (): ReactElement => {
2828
return (
2929
<>
3030
{!hidden && (
31-
<div className={`${styles.card} ${currentLocale === 'zh' ? styles.zh : ''}`}>
31+
<div
32+
className={`${styles.card} ${
33+
currentLocale === "zh" ? styles.zh : ""
34+
}`}
35+
>
3236
<div className={styles.header}>
3337
<h6>{$t("Try Databend Cloud for FREE")}</h6>
3438
<span onClick={closeCard} className={styles.close}>
@@ -44,7 +48,7 @@ const TryCloudCard: FC = (): ReactElement => {
4448
href={
4549
isChina
4650
? "https://app.databend.cn/register?r=doc-card"
47-
: "https://www.databend.com/apply/?r=doc-card"
51+
: "https://app.databend.cn/register/?r=doc-card"
4852
}
4953
className={styles.button}
5054
>

src/theme/Footer/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ function Footer() {
122122
{ "@type": "WebPage", "url": "https://www.databend.com/databend-enterprise/", "name": "Databend Enterprise" },
123123
{ "@type": "WebPage", "url": "https://www.databend.com/databend/", "name": "Databend Community" },
124124
{ "@type": "WebPage", "url": "https://www.databend.com/security/", "name": "Databend Security" },
125-
{ "@type": "WebPage", "url": "https://www.databend.com/apply/", "name": "Join the Databend Cloud for FREE" },
125+
{ "@type": "WebPage", "url": "https://app.databend.com/register/", "name": "Join the Databend Cloud for FREE" },
126126
{ "@type": "WebPage", "url": "https://www.databend.com/contact-us/", "name": "Databend Support" },
127127
{ "@type": "WebPage", "url": "https://www.databend.com/use-cases/", "name": "Databend Use Cases" },
128128
{ "@type": "WebPage", "url": "https://www.databend.com/blog/", "name": "Databend Blog" },

0 commit comments

Comments
 (0)