From 7c2addd97be2657fe483ce056d6c75353c8823d2 Mon Sep 17 00:00:00 2001
From: Daniel <d.hornung@indiscale.com>
Date: Mon, 25 Sep 2023 17:50:53 +0200
Subject: [PATCH] DOC: Small changes.

---
 README.md               | 2 +-
 doc/Install_develop.rst | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 43d775c..79aa603 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ for CaosDB and a part of the CaosDB project.
 
 ## Setup
 
-Please read the installation notes [online](https://docs.indiscale.com/caosdb-cpplib/Install_develop.html) or [in the source repository](doc/Install_develop.md) for instructions
+Please read the installation notes [online](https://docs.indiscale.com/caosdb-cpplib/Install_develop.html) or [in the source repository](doc/Install_develop.rst) for instructions
 on how to build, use and develop this code.
 
 ## Further Reading
diff --git a/doc/Install_develop.rst b/doc/Install_develop.rst
index 5a10262..bf4fb03 100644
--- a/doc/Install_develop.rst
+++ b/doc/Install_develop.rst
@@ -4,7 +4,7 @@ How to use and develop libcaosdb
 Dependencies
 ------------
 
--  See the `dependencies <DEPENDENCIES.md>`__ file, install with ``pip install -r requiremens.txt``.
+- See the `dependencies <DEPENDENCIES.md>`__ file, install with ``pip install -r requiremens.txt``.
 
 Build
 -----
-- 
GitLab