Skip to content

Commit

Permalink
Fix musescore#7971: Help > MusicXML Links to contributor licenses rat…
Browse files Browse the repository at this point in the history
…her than end-user licenses
  • Loading branch information
Jojo-Schmitz committed Apr 18, 2021
1 parent 4a0c972 commit 8a1ef37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/appshell/internal/appshellconfiguration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ static const std::string ASK_FOR_HELP_URL("https://musescore.org/redirect/post/q
static const std::string BUG_REPORT_URL("https://musescore.org/redirect/post/bug-report?locale=");
static const std::string LEAVE_FEEDBACK_URL("https://musescore.com/content/editor-feedback?");
static const std::string MUSESCORE_URL("http://www.musescore.org/");
static const std::string MUSICXML_LICENSE_URL("https://www.w3.org/community/about/agreements/cla/");
static const std::string MUSICXML_LICENSE_DEED_URL("https://www.w3.org/community/about/agreements/cla-deed/");
static const std::string MUSICXML_LICENSE_URL("https://www.w3.org/community/about/process/cla/");
static const std::string MUSICXML_LICENSE_DEED_URL("https://www.w3.org/community/about/process/cla-deed/");

static const std::string UTM_MEDIUM_MENU("menu");

Expand Down

0 comments on commit 8a1ef37

Please sign in to comment.