diff --git a/README.md b/README.md index 76050e54b7d7..db39c5e230eb 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ OpenDAL is an Open Data Access Layer that enables seamless interaction with diverse storage services. -OpenDAL's development is guided by its vision of **One Layer, All Storage** and its core principles: **Open Community**, **Solid Foundation**, **Fast Access**, **Object Storage First**, and **Extensible Architecture**. Read the explained vision at [OpenDAL Vision](https://opendal.apache.org/docs/vision). +OpenDAL's development is guided by its vision of **One Layer, All Storage** and its core principles: **Open Community**, **Solid Foundation**, **Fast Access**, **Object Storage First**, and **Extensible Architecture**. Read the explained vision at [OpenDAL Vision](https://opendal.apache.org/vision). OpenDAL Architectural diff --git a/core/src/docs/upgrade.md b/core/src/docs/upgrade.md index 5174954abf03..a5306b2478ae 100644 --- a/core/src/docs/upgrade.md +++ b/core/src/docs/upgrade.md @@ -6,7 +6,7 @@ OpenDAL has refined its vision to **One Layer, All Storage**, driven by the following core principles: **Open Community**, **Solid Foundation**, **Fast Access**, **Object Storage First**, and **Extensible Architecture**. -Explore the detailed vision at [OpenDAL Vision](https://opendal.apache.org/docs/vision). +Explore the detailed vision at [OpenDAL Vision](https://opendal.apache.org/vision). ### RFC-5313: Remove Metakey diff --git a/core/src/lib.rs b/core/src/lib.rs index 8f989adf89a5..ca4d13979413 100644 --- a/core/src/lib.rs +++ b/core/src/lib.rs @@ -22,7 +22,7 @@ //! Apache OpenDALâ„¢ is an Open Data Access Layer that enables seamless interaction with diverse storage services. //! -//! OpenDAL's development is guided by its vision of **One Layer, All Storage** and its core principles: **Open Community**, **Solid Foundation**, **Fast Access**, **Object Storage First**, and **Extensible Architecture**. Read the explained vision at [OpenDAL Vision](https://opendal.apache.org/docs/vision). +//! OpenDAL's development is guided by its vision of **One Layer, All Storage** and its core principles: **Open Community**, **Solid Foundation**, **Fast Access**, **Object Storage First**, and **Extensible Architecture**. Read the explained vision at [OpenDAL Vision](https://opendal.apache.org/vision). //! //! # Quick Start //! diff --git a/website/blog/2023-08-15-how-opendal-read-data/index.md b/website/blog/2023-08-15-how-opendal-read-data/index.md index 41c9c5f55adf..b0e53968bdf8 100644 --- a/website/blog/2023-08-15-how-opendal-read-data/index.md +++ b/website/blog/2023-08-15-how-opendal-read-data/index.md @@ -17,7 +17,7 @@ The first article will discuss OpenDAL's most commonly used data reading functio Before starting to introduce the specific OpenDAL interface, let's first get familiar with the OpenDAL project. -[OpenDAL](https://github.com/apache/opendal) is an Apache Incubator project aimed at helping users access data from various storage services in a unified, convenient, and efficient way. Its project [vision](https://opendal.apache.org/docs/vision) is "free access to data": +[OpenDAL](https://github.com/apache/opendal) is an Apache Incubator project aimed at helping users access data from various storage services in a unified, convenient, and efficient way. Its project [vision](https://opendal.apache.org/vision) is "free access to data": - Free from services: Any service can be accessed freely through native interfaces - Free from implementations: No matter how the underlying implementation is, it can be called in a unified way