From 7d68b7060e99fa3547700558444382815ce9d1cc Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 2 Feb 2022 14:05:17 +0100 Subject: Fix anchors in links --- doc/book/connect/cli.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/book/connect/cli.md') diff --git a/doc/book/connect/cli.md b/doc/book/connect/cli.md index 61f4feba..fa645078 100644 --- a/doc/book/connect/cli.md +++ b/doc/book/connect/cli.md @@ -8,11 +8,11 @@ These tools are particularly suitable for debug, backups, website deployments or | Name | Status | Note | |------|--------|------| -| [Minio client](#minio-client-recommended) | ✅ | Recommended | +| [Minio client](#minio-client) | ✅ | Recommended | | [AWS CLI](#aws-cli) | ✅ | Recommended | | [rclone](#rclone) | ✅ | | | [s3cmd](#s3cmd) | ✅ | | -| [(Cyber)duck](#cyberduck--duck) | ✅ | | +| [(Cyber)duck](#cyberduck) | ✅ | | | [WinSCP (libs3)](#winscp) | ✅ | No instructions yet | @@ -177,7 +177,7 @@ s3cmd put /tmp/hello.txt s3://my-bucket/ s3cmd get s3://my-bucket/hello.txt hello.txt ``` -## Cyberduck & duck +## Cyberduck & duck {#cyberduck} Both Cyberduck (the GUI) and duck (the CLI) have a concept of "Connection Profiles" that contain some presets for a specific provider. We wrote the following connection profile for Garage: @@ -279,7 +279,7 @@ duck --upload /tmp/object.txt garage:/my-files/another-object.txt duck --delete garage:/my-files/an-object.txt ``` -## WinSCP (libs3) +## WinSCP (libs3) {#winscp} *No instruction yet. You can find ones in french [in our wiki](https://wiki.deuxfleurs.fr/fr/Guide/Garage/WinSCP).* -- cgit v1.2.3