Skip to content

Commit 9288010

Browse files
committed
update links to the documentation
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
1 parent 5162c5d commit 9288010

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ The WebClient UI allows end users to change their credentials, browse and manage
1919

2020
We strongly believe in Open Source software model, so we decided to make SFTPGo available to everyone, but maintaining and evolving SFTPGo takes a lot of time and work. To make development and maintenance sustainable you should consider to support the project with a [sponsorship](https://github.com/sponsors/drakkan).
2121

22-
We also provide [professional services](https://sftpgo.com/#pricing) to support you in using SFTPGo to the fullest.
23-
2422
The open source license grant you freedom but not assurance of help. So why would you rely on free software without support or any guarantee it will stay healthy and maintained for the upcoming years?
2523

2624
Supporting the project benefit businesses and the community because if the project is financially sustainable, using this business model, we don't have to restrict features and/or switch to an [Open-core](https://en.wikipedia.org/wiki/Open-core_model) model. The technology stays truly open source. Everyone wins.
2725

2826
It is important to understand that you should support SFTPGo and any other Open Source project you rely on for ongoing maintenance, even if you don't have any questions or need new features, to mitigate the business risk of a project you depend on going unmaintained, with its security and development velocity implications.
2927

28+
We also provide [commercial support](https://sftpgo.com/).
29+
3030
### Thank you to our sponsors
3131

3232
#### Platinum sponsors
@@ -57,7 +57,7 @@ If you report an invalid issue and/or ask for step-by-step support, your issue w
5757

5858
## Documentation
5959

60-
You can read more about supported features and documentation at [sftpgo.github.io](https://sftpgo.github.io/).
60+
You can read more about supported features and documentation at [docs.sftpgo.com](https://docs.sftpgo.com/).
6161

6262
## Release Cadence
6363

examples/backup/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Data Backup
22

3-
:warning: Since v2.4.0 you can use the [EventManager](https://sftpgo.github.io/latest/eventmanager/) to schedule backups.
3+
:warning: Since v2.4.0 you can use the [EventManager](https://docs.sftpgo.com/latest/eventmanager/) to schedule backups.
44

55
The `backup` example script shows how to use the SFTPGo REST API to backup your data.
66

examples/data-retention/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# File retention policies
22

3-
:warning: Since v2.4.0 you can use the [EventManager](https://sftpgo.github.io/latest/eventmanager/) to schedule data retention checks.
3+
:warning: Since v2.4.0 you can use the [EventManager](https://docs.sftpgo.com/latest/eventmanager/) to schedule data retention checks.
44

55
The `checkretention` example script shows how to use the SFTPGo REST API to manage data retention.
66

examples/quotascan/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Update user quota
22

3-
:warning: Since v2.4.0 you can use the [EventManager](https://sftpgo.github.io/latest/eventmanager/) to schedule quota scans.
3+
:warning: Since v2.4.0 you can use the [EventManager](https://docs.sftpgo.com/latest/eventmanager/) to schedule quota scans.
44

55
The `scanuserquota` example script shows how to use the SFTPGo REST API to update the users' quota.
66

pkgs/choco/sftpgo.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<licenseUrl>https://github.com/drakkan/sftpgo/blob/main/LICENSE</licenseUrl>
1414
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1515
<projectSourceUrl>https://github.com/drakkan/sftpgo</projectSourceUrl>
16-
<docsUrl>https://sftpgo.github.io/2.6/</docsUrl>
16+
<docsUrl>https://docs.sftpgo.com/2.6/</docsUrl>
1717
<bugTrackerUrl>https://github.com/drakkan/sftpgo/issues</bugTrackerUrl>
1818
<tags>sftp sftp-server ftp webdav s3 azure-blob google-cloud-storage cloud-storage scp data-at-rest-encryption multi-factor-authentication multi-step-authentication</tags>
1919
<summary>Full-featured and highly configurable file transfer server: SFTP, HTTP/S,FTP/S, WebDAV.</summary>
@@ -26,12 +26,12 @@ SFTPGo allows to create HTTP/S links to externally share files and folders secur
2626

2727
SFTPGo is highly customizable and extensible to suit your needs.
2828

29-
You can find more info [here](https://sftpgo.github.io/2.6/).
29+
You can find more info [here](https://docs.sftpgo.com/2.6/).
3030

3131
### Notes
3232

3333
* This package installs SFTPGo as Windows Service.
34-
* After the first installation please take a look at the [Getting Started Guide](https://sftpgo.github.io/2.6/initial-configuration/).</description>
34+
* After the first installation please take a look at the [Getting Started Guide](https://docs.sftpgo.com/2.6/initial-configuration/).</description>
3535
<releaseNotes>https://github.com/drakkan/sftpgo/releases/tag/v2.6.2</releaseNotes>
3636
</metadata>
3737
<files>

pkgs/choco/tools/ChocolateyInstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ Write-Output ""
4747
Write-Output "General information (README) location:"
4848
Write-Output "`thttps://github.com/drakkan/sftpgo"
4949
Write-Output "Documentation location:"
50-
Write-Output "`thttps://sftpgo.github.io/"
50+
Write-Output "`thttps://docs.sftpgo.com/"
5151
Write-Output "Commercial support:"
52-
Write-Output "`thttps://sftpgo.com/#pricing"
52+
Write-Output "`thttps://sftpgo.com/"
5353
Write-Output ""
5454
Write-Output "---------------------------"

0 commit comments

Comments
 (0)