Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
nerrons
purr-data
Commits
91df5104
Commit
91df5104
authored
Dec 06, 2016
by
Jonathan Wilkes
Browse files
fix #183: some links in the Help menu don't work
parent
e7639d58
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/nw/pdgui.js
View file @
91df5104
...
...
@@ -999,7 +999,7 @@ exports.doc_open = doc_open;
// Open a file relative to the main directory where "doc/" and "extra/" live
function
pd_doc_open
(
dir
,
basename
)
{
doc_open
(
path
.
join
(
gui
_dir
,
dir
),
basename
);
doc_open
(
path
.
join
(
lib
_dir
,
dir
),
basename
);
}
exports
.
pd_doc_open
=
pd_doc_open
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment