Skip to content

Commit 0bc1f5a

Browse files
author
delphidabbler
committed
Make CodeSnippetsDBRepo const public
1 parent c478a30 commit 0bc1f5a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Src/UUrl.pas

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ TURL = record
2424
/// <summary>URL of DelphiDabbler's account on GitHub repository.
2525
/// </summary>
2626
DDabGitHub = 'https://github.com/delphidabbler';
27-
/// <summary>URL of the Code Snippet database's GitHub repository.
28-
/// </summary>
29-
CodeSnippetsDBRepo = DDabGitHub + '/code-snippets';
3027
/// <summary>URL of the SWAG database's GitHub repository.</summary>
3128
SWAGRepo = DDabGitHub + '/swag';
3229
/// <summary>URL of the CodeSnip FAQ's GitHub repository.</summary>
@@ -44,6 +41,10 @@ TURL = record
4441
/// <remarks>This is the CodeSnip FAQ project on GitHub.</remarks>
4542
CodeSnipFAQReadMe = CodeSnipFAQRepo + '/blob/master/README.md';
4643

44+
/// <summary>URL of the Code Snippet database's GitHub repository.
45+
/// </summary>
46+
CodeSnippetsDBRepo = DDabGitHub + '/code-snippets';
47+
4748
/// <summary>URL of the GitHub page where DelphiDabbler Code Snippets
4849
/// database releases are hosted.</summary>
4950
CodeSnippetsDBReleases = CodeSnippetsDBRepo + '/releases';

0 commit comments

Comments
 (0)