Skip to content

Commit 2e940f8

Browse files
authored
fix(#13): broken links to storage source code files (#14)
1 parent 312b2ab commit 2e940f8

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

pages/configuration/storages/ftp.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Storage backup file to remote FTP server.
1313
- `username` - username
1414
- `password` - password
1515

16-
https://github.com/gobackup/gobackup/blob/main/storages/ftp.go
16+
https://github.com/gobackup/gobackup/blob/main/storage/ftp.go
1717

1818
## Example
1919

pages/configuration/storages/local.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Storage backup file in local path.
88

99
- `path` - path you need to store backup files.
1010

11-
https://github.com/gobackup/gobackup/blob/main/storages/local.go
11+
https://github.com/gobackup/gobackup/blob/main/storage/local.go
1212

1313
## Example
1414

pages/configuration/storages/s3.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Storage backup file to [Amazon AWS S3](https://aws.amazon.com/s3/).
1616
- `endpoint` - Special endpoint (optional).
1717
- `storage_class` - Storage class, default: `STANDARD_IA`
1818

19-
https://github.com/gobackup/gobackup/blob/main/storages/s3.go
19+
https://github.com/gobackup/gobackup/blob/main/storage/s3.go
2020

2121
## AWS Regions
2222

pages/configuration/storages/scp.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Storage backup file to the remote SSH server, like `scp` command.
1515
- `username` - SSH username, (Optional)
1616
- `password` - SSH password, (Optional)
1717

18-
https://github.com/gobackup/gobackup/blob/main/storages/scp.go
18+
https://github.com/gobackup/gobackup/blob/main/storage/scp.go
1919

2020
## Example
2121

pages/configuration/storages/sftp.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ Storage backup file to remote SFTP server.
1515
- `private_key` - Private Key of the SSH key pair, default: `~/.ssh/id_rsa`.
1616
- `passpharase` - Password of the private key, if is present.
1717

18-
https://github.com/gobackup/gobackup/blob/main/storages/ftp.go
18+
https://github.com/gobackup/gobackup/blob/main/storage/ftp.go

pages/configuration/storages/webdav.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ Storage backup file to [WebDAV](http://www.webdav.org).
1313
- `username` - username
1414
- `password` - password
1515

16-
https://github.com/gobackup/gobackup/blob/main/storages/webdav.go
16+
https://github.com/gobackup/gobackup/blob/main/storage/webdav.go

0 commit comments

Comments
 (0)