From b0dbe11556c17ba6ea0b7d85b741bd4807c81c9c Mon Sep 17 00:00:00 2001 From: kshithijiyer Date: Mon, 2 Sep 2019 18:43:36 +0530 Subject: [Doc] Fixing 404 links in markdown files. Problem: While running markdown-link-checker it was observed that there were a large number of 404 links present in the documentation present in the form of markdown files in the project. This was casued due to the following reasons: 1. Repos being removed. 2. Typo in markdown links. 3. Restructring of directoires. Solution: Fixing all the 404 links present in the project. fixes: bz#1746810 Change-Id: I30de745f848fca2e9c92eb7493f74738f0890ed9 Signed-off-by: kshithijiyer --- geo-replication/syncdaemon/README.md | 1 - 1 file changed, 1 deletion(-) (limited to 'geo-replication') diff --git a/geo-replication/syncdaemon/README.md b/geo-replication/syncdaemon/README.md index 2a202e3f99e..5ab785ae669 100644 --- a/geo-replication/syncdaemon/README.md +++ b/geo-replication/syncdaemon/README.md @@ -19,7 +19,6 @@ INSTALLATION As of now, the supported way of operation is running from the source directory or using the RPMs given. -If you use Python 2.4.x, you need to install the [Ctypes module](http://python.net/crew/theller/ctypes/). CONFIGURATION ------------- -- cgit