Browse Source

changed api doc to point to index.html

Shaddock Heath 9 years ago
parent
commit
570d2be653
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Script/AtomicEditor/ui/frames/menus/MainFrameMenu.ts

+ 1 - 1
Script/AtomicEditor/ui/frames/menus/MainFrameMenu.ts

@@ -311,7 +311,7 @@ class MainFrameMenu extends Atomic.ScriptObject {
                 Atomic.fileSystem.systemOpen("https://github.com/AtomicGameEngine/AtomicGameEngine/");
                 Atomic.fileSystem.systemOpen("https://github.com/AtomicGameEngine/AtomicGameEngine/");
                 return true;
                 return true;
             } else if (refid == "help api") {
             } else if (refid == "help api") {
-                var url = "file://" + ToolCore.toolEnvironment.toolDataDir + "Docs/JSDocs/Atomic.html";
+                var url = "file://" + ToolCore.toolEnvironment.toolDataDir + "Docs/JSDocs/index.html";
                 Atomic.fileSystem.systemOpen(url);
                 Atomic.fileSystem.systemOpen(url);
                 return true;
                 return true;
             }
             }