From d906079ba4fafb45e336c97c2e988db83d403eb6 Mon Sep 17 00:00:00 2001 From: Marco Del Tufo <marco.deltufo@exact-lab.it> Date: Tue, 12 Sep 2023 08:32:24 +0000 Subject: [PATCH] Update dss-dropboxes.md --- .../server-side-extensions/dss-dropboxes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/software-developer-documentation/server-side-extensions/dss-dropboxes.md b/docs/software-developer-documentation/server-side-extensions/dss-dropboxes.md index 3a03ae6ff85..6f01d01adf8 100644 --- a/docs/software-developer-documentation/server-side-extensions/dss-dropboxes.md +++ b/docs/software-developer-documentation/server-side-extensions/dss-dropboxes.md @@ -99,7 +99,7 @@ greater detail. The model underlying dropbox registration is the following: when a new file or folder is found in the dropbox folder, the process function of -the script file is invoked with a [data set registration transaction](https://openbis.readthedocs.io/en/latest/software-developer-documentation/server-side-extensions/dss-dropboxes.html#idatasetregistrationtransaction)Â as an argument. +the script file is invoked with a [data set registration transaction](./dss-dropboxes.md#idatasetregistrationtransaction)Â as an argument. The process function has the responsibility of looking at the incoming file or folder and determining what needs to be registered or modified in the metadata database and what data needs to be stored on the file -- GitLab