diff options
author | Dan Gudmundsson <[email protected]> | 2009-12-16 14:04:43 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2009-12-18 16:30:07 +0100 |
commit | e27e41b63225b1be5ce2f338d219a39429079fec (patch) | |
tree | c57c539d5b79ae21868bd96faafd615a05e1716e /lib | |
parent | 438d778eb1ccf432ddc8e275e5ee3e91f590cf8c (diff) | |
download | otp-e27e41b63225b1be5ce2f338d219a39429079fec.tar.gz otp-e27e41b63225b1be5ce2f338d219a39429079fec.tar.bz2 otp-e27e41b63225b1be5ce2f338d219a39429079fec.zip |
Dbg: Fixed documentation links to the new index.html
Diffstat (limited to 'lib')
-rw-r--r-- | lib/debugger/src/dbg_ui_mon.erl | 3 | ||||
-rw-r--r-- | lib/debugger/src/dbg_wx_mon.erl | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/lib/debugger/src/dbg_ui_mon.erl b/lib/debugger/src/dbg_ui_mon.erl index 63cc9b66d1..733310fdeb 100644 --- a/lib/debugger/src/dbg_ui_mon.erl +++ b/lib/debugger/src/dbg_ui_mon.erl @@ -429,8 +429,7 @@ gui_cmd('Back Trace Size...', State) -> %% Help Menu gui_cmd('Debugger', State) -> - HelpFile = filename:join([code:lib_dir(debugger), - "doc", "html", "part_frame.html"]), + HelpFile = filename:join([code:lib_dir(debugger), "doc", "html", "index.html"]), Window = dbg_ui_mon_win:get_window(State#state.win), tool_utils:open_help(Window, HelpFile), State; diff --git a/lib/debugger/src/dbg_wx_mon.erl b/lib/debugger/src/dbg_wx_mon.erl index 3ffdeeaea2..10fa090413 100644 --- a/lib/debugger/src/dbg_wx_mon.erl +++ b/lib/debugger/src/dbg_wx_mon.erl @@ -442,8 +442,7 @@ gui_cmd('Back Trace Size...', State) -> %% Help Menu gui_cmd('Debugger', State) -> - HelpFile = filename:join([code:lib_dir(debugger), - "doc", "html", "part_frame.html"]), + HelpFile = filename:join([code:lib_dir(debugger), "doc", "html", "index.html"]), Window = dbg_wx_mon_win:get_window(State#state.win), dbg_wx_win:open_help(Window, HelpFile), State; |