Sfoglia il codice sorgente

Browse help now uses newdocs.html

Mark Sibly 7 anni fa
parent
commit
7e3953b562
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/ted2go/action/HelpActions.monkey2

+ 1 - 1
src/ted2go/action/HelpActions.monkey2

@@ -31,7 +31,7 @@ Class HelpActions
 		viewManuals=New Action( "Browse manuals" )
 		viewManuals=New Action( "Browse manuals" )
 		viewManuals.Triggered=Lambda()
 		viewManuals.Triggered=Lambda()
 		
 		
-			OpenUrl( RealPath( "docs/index.html" ) )
+			OpenUrl( RealPath( "docs/newdocs.html" ) )
 		End
 		End
 		
 		
 		uploadModules=New Action( "Upload module" )
 		uploadModules=New Action( "Upload module" )