From 1a94094b0deb0893b87edd37318fdd5fd52320b7 Mon Sep 17 00:00:00 2001
From: jrybicki-jsc <j.rybicki@fz-juelich.de>
Date: Fri, 18 Feb 2022 12:04:55 +0100
Subject: [PATCH] fixining ==

---
 docs/apirequests.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/apirequests.adoc b/docs/apirequests.adoc
index aafc717..6d4bd84 100644
--- a/docs/apirequests.adoc
+++ b/docs/apirequests.adoc
@@ -21,7 +21,7 @@ curl -X POST -u USER:PASS -H "Content-Type: application/json" \
 There should be an object created in B2SHARE, each object in B2SHARE is identified by a +id+, which needs to be passed to the DLS workflow as a parameter (see below).
 
 
-=== Credentials handling === [[credentials]]
+=== Credentials handling [[credentials]]
 Credentials needed to access SSH-based storages should be passed over to the pipelines (both for up- and download) as pipelines parameters. Basically each DLS pipelines can be extended by tasks to handle those parameters and convert them into connections that can be used in the remainings of the pipeline. The code for that can be found in <a href='dags/conn_deco.py'>+dags/conn_deco.py+</a>. 
 
 ==== Passing credentials directly ==== 
-- 
GitLab