From db5681bbc010e568f257ea35ccde39b8f9e4b33a Mon Sep 17 00:00:00 2001 From: Hossein Hosni Date: Wed, 17 Sep 2025 16:30:16 +0330 Subject: [PATCH] fix(#13): broken links to storage source code files --- pages/configuration/storages/ftp.mdx | 2 +- pages/configuration/storages/local.mdx | 2 +- pages/configuration/storages/s3.mdx | 2 +- pages/configuration/storages/scp.mdx | 2 +- pages/configuration/storages/sftp.mdx | 2 +- pages/configuration/storages/webdav.mdx | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/configuration/storages/ftp.mdx b/pages/configuration/storages/ftp.mdx index 4b8a091..73267ea 100644 --- a/pages/configuration/storages/ftp.mdx +++ b/pages/configuration/storages/ftp.mdx @@ -13,7 +13,7 @@ Storage backup file to remote FTP server. - `username` - username - `password` - password -https://github.com/gobackup/gobackup/blob/main/storages/ftp.go +https://github.com/gobackup/gobackup/blob/main/storage/ftp.go ## Example diff --git a/pages/configuration/storages/local.mdx b/pages/configuration/storages/local.mdx index 8d51edc..866f465 100644 --- a/pages/configuration/storages/local.mdx +++ b/pages/configuration/storages/local.mdx @@ -8,7 +8,7 @@ Storage backup file in local path. - `path` - path you need to store backup files. -https://github.com/gobackup/gobackup/blob/main/storages/local.go +https://github.com/gobackup/gobackup/blob/main/storage/local.go ## Example diff --git a/pages/configuration/storages/s3.mdx b/pages/configuration/storages/s3.mdx index dc752bf..3653a97 100644 --- a/pages/configuration/storages/s3.mdx +++ b/pages/configuration/storages/s3.mdx @@ -16,7 +16,7 @@ Storage backup file to [Amazon AWS S3](https://aws.amazon.com/s3/). - `endpoint` - Special endpoint (optional). - `storage_class` - Storage class, default: `STANDARD_IA` -https://github.com/gobackup/gobackup/blob/main/storages/s3.go +https://github.com/gobackup/gobackup/blob/main/storage/s3.go ## AWS Regions diff --git a/pages/configuration/storages/scp.mdx b/pages/configuration/storages/scp.mdx index c922689..45fd465 100644 --- a/pages/configuration/storages/scp.mdx +++ b/pages/configuration/storages/scp.mdx @@ -15,7 +15,7 @@ Storage backup file to the remote SSH server, like `scp` command. - `username` - SSH username, (Optional) - `password` - SSH password, (Optional) -https://github.com/gobackup/gobackup/blob/main/storages/scp.go +https://github.com/gobackup/gobackup/blob/main/storage/scp.go ## Example diff --git a/pages/configuration/storages/sftp.mdx b/pages/configuration/storages/sftp.mdx index aeee1db..b04339d 100644 --- a/pages/configuration/storages/sftp.mdx +++ b/pages/configuration/storages/sftp.mdx @@ -15,4 +15,4 @@ Storage backup file to remote SFTP server. - `private_key` - Private Key of the SSH key pair, default: `~/.ssh/id_rsa`. - `passpharase` - Password of the private key, if is present. -https://github.com/gobackup/gobackup/blob/main/storages/ftp.go +https://github.com/gobackup/gobackup/blob/main/storage/ftp.go diff --git a/pages/configuration/storages/webdav.mdx b/pages/configuration/storages/webdav.mdx index 829e519..947b39e 100644 --- a/pages/configuration/storages/webdav.mdx +++ b/pages/configuration/storages/webdav.mdx @@ -13,4 +13,4 @@ Storage backup file to [WebDAV](http://www.webdav.org). - `username` - username - `password` - password -https://github.com/gobackup/gobackup/blob/main/storages/webdav.go +https://github.com/gobackup/gobackup/blob/main/storage/webdav.go