Skip to content

Commit

Permalink
fix URL to online manual
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneydup committed Jun 22, 2022
1 parent fca45ca commit 9778846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecSource/include/ecInterface.h
Expand Up @@ -274,7 +274,7 @@ class ecInterface : public al::App, public al::MIDIMessageHandler {

std::string opener = "open ";
std::string manualURL =
"https://raw.githubusercontent.com/jackkilgore/EmissionControl2/master/docs/"
"https://raw.githubusercontent.com/EmissionControl2/EmissionControl2/master/docs/"
"EmissionControl2-Manual.pdf";
std::string bugReportURL = "https://github.com/jackkilgore/EmissionControl2/issues";
std::string licenseURL = "https://www.gnu.org/licenses/gpl-3.0.html";
Expand Down

0 comments on commit 9778846

Please sign in to comment.