From d48e4dff1808b22772362064c5cb2ec6fcff05fd Mon Sep 17 00:00:00 2001 From: Andy Xu Date: Fri, 1 Sep 2023 17:31:33 -0700 Subject: [PATCH] Fix the link in new-data-source.rst --- docs/source/dev-guide/extend/new-data-source.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/dev-guide/extend/new-data-source.rst b/docs/source/dev-guide/extend/new-data-source.rst index d6bdc1ce1f..fa939a8240 100644 --- a/docs/source/dev-guide/extend/new-data-source.rst +++ b/docs/source/dev-guide/extend/new-data-source.rst @@ -94,5 +94,5 @@ Add the Data Source in Documentation Add your new data source into :ref:`databases` section for reference. -- Create ``mydb.rst`` under `evadb/docs/source/reference/databases ` directory. You can refer to the existing documentation under the directory for example information to be covered in ``mydb.rst``. -- Update ``source/reference/databases/postgres`` in `evadb/docs/_toc.yml `. +- Create ``mydb.rst`` under `evadb/docs/source/reference/databases `_ directory. You can refer to the existing documentation under the directory for example information to be covered in ``mydb.rst``. +- Update ``source/reference/databases/postgres`` in `evadb/docs/_toc.yml `_.