Skip to content

Commit

Permalink
Update feedback link in CHM and recompile (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl-G1 authored Jul 9, 2020
1 parent aae5509 commit 8e1d9fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified Source/Help/SLSC EDS.chm
Binary file not shown.
2 changes: 1 addition & 1 deletion Source/Help/feedbacklink.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function BuildFeedbackURL() {
var VersionDNA=vsversion;

// var link_string = handlerURL + "&" + ProductDNA + "&" + "version="+URLencode(VersionDNA) + "&" + "file="+URLencode(FileName);
var link_string = "http://decibel.ni.com/";
var link_string = "https://github.com/ni/niveristand-slsc-eds-custom-device/issues";
return link_string;
}

Expand Down

0 comments on commit 8e1d9fe

Please sign in to comment.