From bdecc7187e1370346b414324ec9a4a240a2ab2cc Mon Sep 17 00:00:00 2001
From: Bob Ding <4655609+bobd988@users.noreply.github.com>
Date: Wed, 15 May 2024 11:46:43 -0700
Subject: [PATCH] Update README.md
updated the website to www.dora-rs.ai
---
README.md | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/README.md b/README.md
index 4f6841a6..9eb6f4c1 100644
--- a/README.md
+++ b/README.md
@@ -3,13 +3,13 @@
@@ -46,7 +46,7 @@ dora-rs is still experimental and you might experience bugs, but we're working v
dora-rs can show impressive performance, up to 17x faster compared to current status quo ROS2 in Python! This is the result of using our own shared memory server and Apache Arrow to achieve zero copy data passing.
-
+
@@ -91,7 +91,7 @@ Nodes can either be:
The dataflow paradigm has the advantage of creating an abstraction layer that makes robotic applications modular and easily configurable.
-
+
@@ -153,7 +153,7 @@ pip install dora-rs # For Python API
dora --help
```
-For more info on installation, check out [our guide](https://dora.carsmos.ai/docs/guides/Installation/installing).
+For more info on installation, check out [our guide](https://www.dora-rs.ai/docs/guides/Installation/installing).
## Getting Started
@@ -184,7 +184,7 @@ dora start dataflow.yml --attach --hot-reload
To stop your dataflow, you can use ctrl+c
-To go further, you can add a yolov8 operator, check out our getting started here: https://dora.carsmos.ai/docs/guides/getting-started/yolov8/
+To go further, you can add a yolov8 operator, check out our getting started here: https://www.dora-rs.ai/docs/guides/getting-started/yolov8/
## ROS2 Bridge
@@ -233,7 +233,7 @@ Cool hardware that we think might be good fit to try out dora-rs 🙋 We are not
## Documentation
-The full documentation is available on [our website](https://dora.carsmos.ai)
+The full documentation is available on [our website](https://www.dora-rs.ai)
## Discussions