From e36abddd9c090dfc20cf8d27181947d61f1bae43 Mon Sep 17 00:00:00 2001
From: Marco Del Tufo <marco.deltufo@exact-lab.it>
Date: Thu, 31 Aug 2023 13:32:31 +0000
Subject: [PATCH] Update openbis-sync.md

---
 .../advanced-features/openbis-sync.md         | 20 ++++---------------
 1 file changed, 4 insertions(+), 16 deletions(-)

diff --git a/docs/system-admin-documentation/advanced-features/openbis-sync.md b/docs/system-admin-documentation/advanced-features/openbis-sync.md
index a9543405cb2..4f94196d4f6 100644
--- a/docs/system-admin-documentation/advanced-features/openbis-sync.md
+++ b/docs/system-admin-documentation/advanced-features/openbis-sync.md
@@ -13,17 +13,9 @@ data from several data-source instances.
 
 ## Data Source
 
-The Data Source instance provides a service based on the ResourceSync
-Framework Specification (see
-<http://www.openarchives.org/rs/1.1/resourcesync>). This service is
-provided as [core plugin](/pages/viewpage.action?pageId=80699503) module
-`openbis-sync` which has a DSS service based on [Service
-Plugins](/pages/viewpage.action?pageId=80699366).
-
-This DSS service access the main openBIS database directly. If the name
-of this database isn't {{openbis\_prod}} the property `database.kind` in
-DSS service.properties should be defined with the same value as the same
-property in AS service.properties. Example:
+The Data Source instance provides a service based on the ResourceSync Framework Specification (see <http://www.openarchives.org/rs/1.1/resourcesync>). This service is provided as [core plugin](https://openbis.readthedocs.io/en/latest/software-developer-documentation/server-side-extensions/core-plugins.html#core-plugins) module `openbis-sync` which has a DSS service based on [Service Plugins](https://unlimited.ethz.ch/display/openBISDoc2010/Service+Plugins).
+
+This DSS service access the main openBIS database directly. If the name of this database isn't {{openbis\_prod}} the property `database.kind` in DSS service.properties should be defined with the same value as the same property in AS service.properties. Example:
 
 **servers/openBIS-server/jetty/etc/plugin.properties**
 
@@ -92,11 +84,7 @@ Remarks:
 
 ## Harvester
 
-In order to get the data and meta-data from a Data Source openBIS
-instance a DSS harvester [maintenance
-task](/pages/viewpage.action?pageId=80699482) has to be configured on
-the Harvester openBIS instance. This maintenance task reads another
-configuration file each time the task is executed.
+In order to get the data and meta-data from a Data Source openBIS instance a DSS harvester [maintenance task](https://openbis.readthedocs.io/en/latest/system-admin-documentation/advanced-features/maintenance-tasks.html#maintenance-tasks) has to be configured on the Harvester openBIS instance. This maintenance task reads another configuration file each time the task is executed.
 
 **plugin.properties**
 
-- 
GitLab