diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-11-13 16:48:23 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-11-13 16:48:52 +0100 |
commit | cf23aee1831e464b2a445a1ffb302086f32dd6e5 (patch) | |
tree | 68b88c0bd9246e1ccee834fecbbc174793f863b7 /doc/book/quick-start | |
parent | 74ea449f4be28d4f73d9c8edaf4a427b32c4602e (diff) | |
download | garage-cf23aee1831e464b2a445a1ffb302086f32dd6e5.tar.gz garage-cf23aee1831e464b2a445a1ffb302086f32dd6e5.zip |
Add a "build" section, doc for SDKecosystem/openapi
Diffstat (limited to 'doc/book/quick-start')
-rw-r--r-- | doc/book/quick-start/_index.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/book/quick-start/_index.md b/doc/book/quick-start/_index.md index 84317c4c..03c542f9 100644 --- a/doc/book/quick-start/_index.md +++ b/doc/book/quick-start/_index.md @@ -305,16 +305,16 @@ creating a bucket, pre-signing a request or managing your website. [Read the full documentation to know more](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/s3/index.html). Some features are however not implemented like ACL or policy. -Check [our s3 compatibility list](@/documentation/reference-manual/s3-compatibility/). +Check [our s3 compatibility list](@/documentation/reference-manual/s3-compatibility.md). ### Other tools for interacting with Garage The following tools can also be used to send and recieve files from/to Garage: -- [minio-client](@/documentation/connect/cli/#minio-client) -- [s3cmd](@/documentation/connect/cli/#s3cmd) -- [rclone](@/documentation/connect/cli/#rclone) -- [Cyberduck](@/documentation/connect/cli/#cyberduck) -- [WinSCP](@/documentation/connect/cli/#winscp) +- [minio-client](@/documentation/connect/cli.md#minio-client) +- [s3cmd](@/documentation/connect/cli.md#s3cmd) +- [rclone](@/documentation/connect/cli.md#rclone) +- [Cyberduck](@/documentation/connect/cli.md#cyberduck) +- [WinSCP](@/documentation/connect/cli.md#winscp) An exhaustive list is maintained in the ["Integrations" > "Browsing tools" section](@/documentation/connect/_index.md). |