From 8e08e380b824bfc30c9dcce98a09bc579074e0d4 Mon Sep 17 00:00:00 2001 From: Hurng-Chun Lee Date: Wed, 3 May 2023 12:21:59 +0200 Subject: [PATCH] Update README.md update broken link to DR data-access account help page. --- cmd/repocli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/repocli/README.md b/cmd/repocli/README.md index fe933e2..e5b7769 100644 --- a/cmd/repocli/README.md +++ b/cmd/repocli/README.md @@ -72,7 +72,7 @@ The credential (username and password) of the data-access account should be prov $ repocli login ``` -You will be asked to provide the WebDAV's baseURL, username and password. For the Donders Repository users, the baseURL is `https://webdav.data.donders.ru.nl`. The username and password are your data-access account credential, see [here](https://data.donders.ru.nl/doc/help/user-manual/transfer-data/data-access-account.html) for more detail. +You will be asked to provide the WebDAV's baseURL, username and password. For the Donders Repository users, the baseURL is `https://webdav.data.donders.ru.nl`. The username and password are your data-access account credential, see [here](https://data.donders.ru.nl/doc/help/helppages/user-manual/transfer-data/data-access-account.html) for more detail. After providing those values, type `y` to save the credential to the configuration file. Once it is done successfully, you can reuse the configuration file in the future to connect to the same WebDAV endpoint.