From 65b6efcf47ab61a11be3775fa3f92323d7675190 Mon Sep 17 00:00:00 2001 From: vinicvaz Date: Wed, 28 Feb 2024 09:53:09 -0300 Subject: [PATCH] update rest link in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d5822c4..34e2c532 100644 --- a/README.md +++ b/README.md @@ -194,7 +194,7 @@ The Backend service is a REST API that controls a running Apache Airflow instanc - interacting with the Airflow instance, including triggering, creating, editing and deleting Workflows (DAGs) - interacting with the Domino Database -The REST service is written in Python, using the FastAPI framework. Read more about it in the [REST documentation](https://domino-py.readthedocs.io/en/latest/pages/rest.html). +The REST service is written in Python, using the FastAPI framework. Read more about it in the [REST documentation](https://domino-workflows.io/docs/domino_components/domino_components_rest).