File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,6 @@ TURL = record
24
24
// / <summary>URL of DelphiDabbler's account on GitHub repository.
25
25
// / </summary>
26
26
DDabGitHub = ' https://github.com/delphidabbler' ;
27
- // / <summary>URL of the Code Snippet database's GitHub repository.
28
- // / </summary>
29
- CodeSnippetsDBRepo = DDabGitHub + ' /code-snippets' ;
30
27
// / <summary>URL of the SWAG database's GitHub repository.</summary>
31
28
SWAGRepo = DDabGitHub + ' /swag' ;
32
29
// / <summary>URL of the CodeSnip FAQ's GitHub repository.</summary>
@@ -44,6 +41,10 @@ TURL = record
44
41
// / <remarks>This is the CodeSnip FAQ project on GitHub.</remarks>
45
42
CodeSnipFAQReadMe = CodeSnipFAQRepo + ' /blob/master/README.md' ;
46
43
44
+ // / <summary>URL of the Code Snippet database's GitHub repository.
45
+ // / </summary>
46
+ CodeSnippetsDBRepo = DDabGitHub + ' /code-snippets' ;
47
+
47
48
// / <summary>URL of the GitHub page where DelphiDabbler Code Snippets
48
49
// / database releases are hosted.</summary>
49
50
CodeSnippetsDBReleases = CodeSnippetsDBRepo + ' /releases' ;
You can’t perform that action at this time.
0 commit comments