added docs link
diff --git a/README.md b/README.md
index c0ddbd7..a083785 100644
--- a/README.md
+++ b/README.md
@@ -5,10 +5,6 @@
[](https://github.com/onetable-io/onetable/actions/workflows/site-deploy.yml)
[](https://github.com/onetable-io/onetable/actions/workflows/package-deploy.yml)
-
-[](https://twitter.com/OnetableOSS)
-[](https://www.linkedin.com/company/onetable-oss)
-
OneTable is an omni-directional converter for table formats that facilitates interoperability across data processing systems
and query engines.
Currently, OneTable supports widely adopted open-source table formats such as Apache Hudi, Apache Iceberg, and Delta Lake.
@@ -21,6 +17,10 @@
Creating transformations from one format to another is straightforward and only requires the implementation of a few interfaces,
which we believe will facilitate the expansion of supported source and target formats in the future.
+[](https://twitter.com/OnetableOSS)
+[](https://www.linkedin.com/company/onetable-oss)
+[](https://onetable.dev)
+
# Building the project and running tests.
1. Use Java11 for building the project. If you are using some other java version, you can use [jenv](https://github.com/jenv/jenv) to use multiple java versions locally.
2. Build the project using `mvn clean package`. Use `mvn clean package -DskipTests` to skip tests while building.