From fcaf1c35eff9d9da598b8011c187a78dbde1d0da Mon Sep 17 00:00:00 2001
From: Marco Del Tufo <marco.deltufo@exact-lab.it>
Date: Wed, 30 Aug 2023 15:13:55 +0000
Subject: [PATCH] Update core-plugins.md

---
 .../server-side-extensions/core-plugins.md                      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/software-developer-documentation/server-side-extensions/core-plugins.md b/docs/software-developer-documentation/server-side-extensions/core-plugins.md
index 047a5b0d05c..6d298ad7282 100644
--- a/docs/software-developer-documentation/server-side-extensions/core-plugins.md
+++ b/docs/software-developer-documentation/server-side-extensions/core-plugins.md
@@ -80,7 +80,7 @@ core-plugins
 ```
 
 
-You might noticed the file `initialize-master-data.py` in AS core plugins sections  in this example. It is a script to register master data in the openBIS core database. For more details see [Installation and Administrator Guide of the openBIS Server](/display/openBISDoc2010/Installation+and+Administrator+Guide+of+the+openBIS+Server).
+You might noticed the file `initialize-master-data.py` in AS core plugins sections  in this example. It is a script to register master data in the openBIS core database. For more details see [Installation and Administrator Guide of the openBIS Server](https://openbis.readthedocs.io/en/latest/system-admin-documentation/installation/installation-and-configuration-guide.html).
 
 Each plugin can refer to any number of files. These files are part of
 the plugin folder. In `plugin.properties` they are referred relative to
-- 
GitLab