From 60558b5d37a2a7d11dd6098e11f36d1697c2f0c9 Mon Sep 17 00:00:00 2001
From: Onno Zweers <onno.zweers@surfsara.nl>
Date: Tue, 15 Jan 2019 10:21:34 +0100
Subject: [PATCH] webdav: update docs about dcache and macaroons

Added link to dcache.org

Updated link to macaroon script to new location
---
 docs/content/webdav.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/content/webdav.md b/docs/content/webdav.md
index 219638ee3..718c76e8f 100644
--- a/docs/content/webdav.md
+++ b/docs/content/webdav.md
@@ -253,7 +253,7 @@ pass = encryptedpassword
 
 ### dCache ###
 
-dCache is a storage system with WebDAV doors that support, beside basic and x509, 
+[dCache](https://www.dcache.org/) is a storage system with WebDAV doors that support, beside basic and x509, 
 authentication with [Macaroons](https://www.dcache.org/manuals/workshop-2017-05-29-Umea/000-Final/anupam_macaroons_v02.pdf) (bearer tokens).
 
 Configure as normal using the `other` type.  Don't enter a username or
@@ -271,5 +271,5 @@ pass =
 bearer_token = your-macaroon
 ```
 
-There is a [script](https://github.com/onnozweers/dcache-scripts/blob/master/get-share-link) that
+There is a [script](https://github.com/sara-nl/GridScripts/blob/master/get-macaroon) that
 obtains a Macaroon from a dCache WebDAV endpoint, and creates an rclone config file.