diff --git a/README.md b/README.md index b37a24b72234..dd941f74755f 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ OpenDAL is an Open Data Access Layer that enables seamless interaction with dive OpenDAL's development guided by its vision of **One Layer, All Storage** and core principles of being **Open Community**, **Solid Foundation**, **Fast Access**, **Object Storage First** and **Extensible Architecture** to serve various users from infrastructure builders to application developers. +*Read the explained vision at [OpenDAL Vision](https://opendal.apache.org/docs/vision).* + OpenDAL Architectural ## For *ANY* languages diff --git a/core/src/lib.rs b/core/src/lib.rs index 0c8a9d47713e..ff4f834dec93 100644 --- a/core/src/lib.rs +++ b/core/src/lib.rs @@ -28,6 +28,8 @@ //! to serve various users from infrastructure builders to application //! developers. //! +//! *Read the explained vision at [OpenDAL Vision](https://opendal.apache.org/docs/vision).* +//! //! # Quick Start //! //! OpenDAL's API entry points are [`Operator`] and [`BlockingOperator`]. All