Skip to content

Commit 39d63e3

Browse files
committed
Update Main.sublime-menu to point To the new readthedocs documentation
1 parent 38a0560 commit 39d63e3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Main.sublime-menu

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,49 +35,49 @@
3535
"caption": "Argument Queries",
3636
"command": "open_url",
3737
"args":{
38-
"url": "http://github.com/mpourmpoulis/PythonVoiceCodingPlugin/blob/master/doc/SelectArgument.md"
38+
"url": "https://pythonvoicecodingplugin.readthedocs.io/en/latest/SelectArgument/"
3939
}
4040
},
4141
{
4242
"caption": "Big Roi Queries",
4343
"command": "open_url",
4444
"args":{
45-
"url":"https://github.com/mpourmpoulis/PythonVoiceCodingPlugin/blob/master/doc/SelectBigROI.md"
45+
"url":"https://pythonvoicecodingplugin.readthedocs.io/en/latest/SelectBigROI/"
4646
}
4747
},
4848
{
4949
"caption": "General Documentation",
5050
"command": "open_url",
5151
"args":{
52-
"url":"https://github.com/mpourmpoulis/PythonVoiceCodingPlugin/blob/master/doc/README.md"
52+
"url":"https://pythonvoicecodingplugin.readthedocs.io/en/latest/"
5353
}
5454
},
5555
{
5656
"caption": "Operations",
5757
"command": "open_url",
5858
"args":{
59-
"url": "https://github.com/mpourmpoulis/PythonVoiceCodingPlugin/blob/master/doc/Operations.md"
59+
"url": "https://pythonvoicecodingplugin.readthedocs.io/en/latest/Operations/"
6060
}
6161
},
6262
{
6363
"caption": "Sub Indexing",
6464
"command": "open_url",
6565
"args":{
66-
"url": "https://github.com/mpourmpoulis/PythonVoiceCodingPlugin/blob/master/doc/SubIndexing.md"
66+
"url": "https://pythonvoicecodingplugin.readthedocs.io/en/latest/SubIndexing/"
6767
}
6868
},
6969
{
7070
"caption": "CollectionQueries",
7171
"command": "open_url",
7272
"args":{
73-
"url": "https://github.com/mpourmpoulis/PythonVoiceCodingPlugin/blob/master/doc/CollectionQueries.md"
73+
"url": "https://pythonvoicecodingplugin.readthedocs.io/en/latest/CollectionQueries/"
7474
}
7575
},
7676
{
7777
"caption": "Unofficial",
7878
"command": "open_url",
7979
"args":{
80-
"url": "https://github.com/mpourmpoulis/PythonVoiceCodingPlugin/blob/master/doc/README.md#experiment-or-unofficial-and-so-on-features-you-need-to-enable-manually"
80+
"url": "https://pythonvoicecodingplugin.readthedocs.io/en/latest/#experiment-or-unofficial-and-so-on-features-you-need-to-enable-manually"
8181
}
8282
}
8383

@@ -125,7 +125,7 @@
125125
"caption": "Grammar Installation Doc",
126126
"command": "open_url",
127127
"args":{
128-
"url": "https://github.com/mpourmpoulis/PythonVoiceCodingPlugin/blob/master/bundles/README.md"
128+
"url": "https://pythonvoicecodingplugin.readthedocs.io/en/latest/Installation/"
129129
}
130130
},
131131
{

0 commit comments

Comments
 (0)