We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 983079e commit 30af12eCopy full SHA for 30af12e
Src/Web.UInfo.pas
@@ -93,6 +93,9 @@ TWebInfo = class(TNoConstructObject)
93
/// database releases are hosted.</summary>
94
CSDBReleaseURL = 'https://github.com/'
95
+ 'delphidabbler/code-snippets/releases';
96
+ /// <summary>URL of the GitHub page where SWAG database releases are
97
+ /// hosted.</summary>
98
+ SWAGReleaseURL = 'https://github.com/delphidabbler/swag/releases';
99
/// <summary>URL of the online Code Snippets database.</summary>
100
DatabaseURL = WebsiteURL + '/url/csdb';
101
/// <summary>URL used to make donations towards the CodeSnip project.
0 commit comments