File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ class Program
1212 {
1313 static void Main ( string [ ] args )
1414 {
15- string readPath = @"..\..\..\ jQueryCodeSnippets" ;
16- string listingFilePath = @"..\..\..\ SnippetListing.html" ;
15+ string readPath = @"../../../ jQueryCodeSnippets" ;
16+ string listingFilePath = @"../../../ SnippetListing.html" ;
1717 StringBuilder tableSb = new StringBuilder ( ) ;
1818
1919 tableSb . AppendLine ( "<table>" ) ;
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ namespace Tests
99 public class SnippetTests
1010 {
1111 // --- CONFIGURATION ---
12- private string m_path = @"..\..\..\ jQueryCodeSnippets" ;
12+ private string m_path = @"../../../ jQueryCodeSnippets" ;
1313 private string m_helpUrl = "https://github.com/kspearrin/Visual-Studio-jQuery-Code-Snippets" ;
1414 private string m_version = "1.5.0" ;
1515 // --- END CONFIGURATION ---
You can’t perform that action at this time.
0 commit comments