rename default branch from master to main

This commit is contained in:
Nicola Murino
2021-02-09 19:53:03 +01:00
parent db80781716
commit 1bccb93fcb
9 changed files with 14 additions and 14 deletions

View File

@@ -9,7 +9,7 @@
#if GetEnv("SFTPGO_ISS_DOC_URL") != ""
#define DocURL GetEnv("SFTPGO_ISS_DOC_URL")
#else
#define DocURL "https://github.com/drakkan/sftpgo/blob/master/README.md"
#define DocURL "https://github.com/drakkan/sftpgo/blob/main/README.md"
#endif
#define MyAppExeName "sftpgo.exe"
#define MyAppDir "..\output"