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
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' ;
You can’t perform that action at this time.
0 commit comments