Skip to content

Commit ee71fb7

Browse files
committed
fix(ci): fix Link Checker
1 parent ce3a170 commit ee71fb7

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/links.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id: lychee
2525
uses: lycheeverse/[email protected]
2626
with:
27-
args: "--base . --cache --max-cache-age 1d . --exclude 'https?://twitter\\.com(?:/.*$)?$'"
27+
args: "--base . --cache --max-cache-age 1d . --exclude 'https://github.com/databendlabs/databend/issues/' --exclude 'https?://twitter\\.com(?:/.*$)?$'"
2828

2929
- name: Save lychee cache
3030
uses: actions/cache/save@v3

README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -67,24 +67,24 @@
6767
## 🚀 Why Databend
6868

6969
- **Full Control**: Deploy on **cloud** or **on-prem** to suit your needs.
70-
70+
7171
- **Blazing-Fast Performance**: Built with **Rust** for high-speed query execution. 👉 [ClickBench](https://databend.com/blog/clickbench-databend-top)
72-
72+
7373
- **Cost-Effective**: Scalable architecture that boosts **performance** and reduces **costs**. 👉 [TPC-H](https://docs.databend.com/guides/benchmark/tpch)
74-
74+
7575
- **AI-Enhanced Analytics**: Leverage built-in **[AI Functions](https://docs.databend.com/guides/ai-functions/)** for smarter data insights.
76-
76+
7777
- **Simplified ETL**: Direct **data ingestion** without the need for external ETL tools. 👉 [Data Loading](https://docs.databend.com/guides/load-data/)
78-
78+
7979
- **Real-Time Data Updates**: Keep your analytics **up-to-date** with real-time incremental data updates. 👉 [Stream](https://docs.databend.com/guides/load-data/continuous-data-pipelines/stream)
80-
80+
8181
- **Advanced Indexing**: Boost query performance with **[Virtual Column](https://docs.databend.com/guides/performance/virtual-column)**, **[Aggregating Index](https://docs.databend.com/guides/performance/aggregating-index)**, and **[Full-Text Index](https://docs.databend.com/guides/performance/fulltext-index)**.
82-
82+
8383
- **ACID Compliance + Version Control**: Ensure reliable **transactions** with full ACID compliance and Git-like versioning.
84-
84+
8585
- **Schema Flexibility**: Effortlessly handle **semi-structured data** with the flexible **[VARIANT](https://docs.databend.com/sql/sql-reference/data-types/variant)** data type.
86-
87-
- **Community-Driven Growth**: **Open-source** and continuously evolving with contributions from a global community.
86+
87+
- **Community-Driven Growth**: **Open-source** and continuously evolving with contributions from a global community.
8888

8989

9090

@@ -296,7 +296,7 @@ Databend is released under a combination of two licenses: the [Apache License 2.
296296

297297
When contributing to Databend, you can find the relevant license header in each file.
298298

299-
For more information, see the [LICENSE](LICENSE) file and [Licensing FAQs](https://docs.databend.com/guides/overview/editions/dee/license).
299+
For more information, see the [LICENSE](LICENSE) file and [Licensing FAQs](https://docs.databend.com/guides/products/dee/license).
300300

301301
## 🙏 Acknowledgement
302302

0 commit comments

Comments
 (0)