From 92880106361c4b26a0987fdd2a80f9a53f6e6e6d Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Tue, 17 Sep 2024 19:43:26 +0200 Subject: [PATCH] update links to the documentation Signed-off-by: Nicola Murino --- README.md | 6 +++--- examples/backup/README.md | 2 +- examples/data-retention/README.md | 2 +- examples/quotascan/README.md | 2 +- pkgs/choco/sftpgo.nuspec | 6 +++--- pkgs/choco/tools/ChocolateyInstall.ps1 | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 499c2955f..05f0b18ed 100644 --- a/README.md +++ b/README.md @@ -19,14 +19,14 @@ The WebClient UI allows end users to change their credentials, browse and manage 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). -We also provide [professional services](https://sftpgo.com/#pricing) to support you in using SFTPGo to the fullest. - 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? 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. 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. +We also provide [commercial support](https://sftpgo.com/). + ### Thank you to our sponsors #### Platinum sponsors @@ -57,7 +57,7 @@ If you report an invalid issue and/or ask for step-by-step support, your issue w ## Documentation -You can read more about supported features and documentation at [sftpgo.github.io](https://sftpgo.github.io/). +You can read more about supported features and documentation at [docs.sftpgo.com](https://docs.sftpgo.com/). ## Release Cadence diff --git a/examples/backup/README.md b/examples/backup/README.md index d00ce1d89..3190390c2 100644 --- a/examples/backup/README.md +++ b/examples/backup/README.md @@ -1,6 +1,6 @@ # Data Backup -:warning: Since v2.4.0 you can use the [EventManager](https://sftpgo.github.io/latest/eventmanager/) to schedule backups. +:warning: Since v2.4.0 you can use the [EventManager](https://docs.sftpgo.com/latest/eventmanager/) to schedule backups. The `backup` example script shows how to use the SFTPGo REST API to backup your data. diff --git a/examples/data-retention/README.md b/examples/data-retention/README.md index 6508c2950..ca1c76791 100644 --- a/examples/data-retention/README.md +++ b/examples/data-retention/README.md @@ -1,6 +1,6 @@ # File retention policies -:warning: Since v2.4.0 you can use the [EventManager](https://sftpgo.github.io/latest/eventmanager/) to schedule data retention checks. +:warning: Since v2.4.0 you can use the [EventManager](https://docs.sftpgo.com/latest/eventmanager/) to schedule data retention checks. The `checkretention` example script shows how to use the SFTPGo REST API to manage data retention. diff --git a/examples/quotascan/README.md b/examples/quotascan/README.md index 0e7c0a04a..0830a3086 100644 --- a/examples/quotascan/README.md +++ b/examples/quotascan/README.md @@ -1,6 +1,6 @@ # Update user quota -:warning: Since v2.4.0 you can use the [EventManager](https://sftpgo.github.io/latest/eventmanager/) to schedule quota scans. +:warning: Since v2.4.0 you can use the [EventManager](https://docs.sftpgo.com/latest/eventmanager/) to schedule quota scans. The `scanuserquota` example script shows how to use the SFTPGo REST API to update the users' quota. diff --git a/pkgs/choco/sftpgo.nuspec b/pkgs/choco/sftpgo.nuspec index e7469375e..2577a7f40 100644 --- a/pkgs/choco/sftpgo.nuspec +++ b/pkgs/choco/sftpgo.nuspec @@ -13,7 +13,7 @@ https://github.com/drakkan/sftpgo/blob/main/LICENSE false https://github.com/drakkan/sftpgo - https://sftpgo.github.io/2.6/ + https://docs.sftpgo.com/2.6/ https://github.com/drakkan/sftpgo/issues sftp sftp-server ftp webdav s3 azure-blob google-cloud-storage cloud-storage scp data-at-rest-encryption multi-factor-authentication multi-step-authentication Full-featured and highly configurable file transfer server: SFTP, HTTP/S,FTP/S, WebDAV. @@ -26,12 +26,12 @@ SFTPGo allows to create HTTP/S links to externally share files and folders secur SFTPGo is highly customizable and extensible to suit your needs. -You can find more info [here](https://sftpgo.github.io/2.6/). +You can find more info [here](https://docs.sftpgo.com/2.6/). ### Notes * This package installs SFTPGo as Windows Service. -* After the first installation please take a look at the [Getting Started Guide](https://sftpgo.github.io/2.6/initial-configuration/). +* After the first installation please take a look at the [Getting Started Guide](https://docs.sftpgo.com/2.6/initial-configuration/). https://github.com/drakkan/sftpgo/releases/tag/v2.6.2 diff --git a/pkgs/choco/tools/ChocolateyInstall.ps1 b/pkgs/choco/tools/ChocolateyInstall.ps1 index 8632834d1..cca2d7fee 100644 --- a/pkgs/choco/tools/ChocolateyInstall.ps1 +++ b/pkgs/choco/tools/ChocolateyInstall.ps1 @@ -47,8 +47,8 @@ Write-Output "" Write-Output "General information (README) location:" Write-Output "`thttps://github.com/drakkan/sftpgo" Write-Output "Documentation location:" -Write-Output "`thttps://sftpgo.github.io/" +Write-Output "`thttps://docs.sftpgo.com/" Write-Output "Commercial support:" -Write-Output "`thttps://sftpgo.com/#pricing" +Write-Output "`thttps://sftpgo.com/" Write-Output "" Write-Output "---------------------------" \ No newline at end of file