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 b9d2cf4 commit 8c5a17dCopy full SHA for 8c5a17d
Src/UUrl.pas
@@ -53,8 +53,9 @@ TURL = record
53
/// hosted.</summary>
54
SWAGReleases = SWAGRepo + '/releases';
55
56
- /// <summary>URL of the the CodeSnip blog.</summary>
57
- CodeSnipBlog = 'https://codesnip-app.blogspot.com/';
+ /// <summary>URL of the DelphiDabbler blog containing CodeSnip news.
+ /// </summary>
58
+ CodeSnipBlog = 'https://delphidabbler.blogspot.com/';
59
60
end;
61
0 commit comments