Skip to content

Commit de0cc3c

Browse files
committed
fix paths
1 parent 7a75ead commit de0cc3c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Main.sublime-menu

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
[
1818
{
1919
"command": "open_file",
20-
"args": {"file": "${packages}/SublimeIPythonNotebook/README.md"},
20+
"args": {"file": "${packages}/IPython Notebook/README.md"},
2121
"caption": "README"
2222
},
2323
{ "caption": "-" },
2424
{
2525
"command": "open_file",
26-
"args": {"file": "${packages}/SublimeIPythonNotebook/SublimeIPythonNotebook.sublime-settings"},
26+
"args": {"file": "${packages}/IPython Notebook/SublimeIPythonNotebook.sublime-settings"},
2727
"caption": "Settings – Default"
2828
},
2929
{
@@ -34,7 +34,7 @@
3434
{ "caption": "-" },
3535
{
3636
"command": "open_file",
37-
"args": {"file": "${packages}/SublimeIPythonNotebook/Default.sublime-keymap"},
37+
"args": {"file": "${packages}/IPython Notebook/Default.sublime-keymap"},
3838
"caption": "Key Bindings – Default"
3939
},
4040
{

0 commit comments

Comments
 (0)