Skip to content

Commit

Permalink
v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Nov 16, 2024
1 parent 1b31e4d commit 64eb52c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ list(GET QT_VERSION 0 QT_PREFIX)

set(SCORE_VERSION_MAJOR 3)
set(SCORE_VERSION_MINOR 3)
set(SCORE_VERSION_PATCH 0)
set(SCORE_VERSION_PATCH 1)
set(SCORE_VERSION_EXTRA "")
set(SCORE_CODENAME "Artachat")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ QString MIDIInputProtocolFactory::category() const noexcept

QUrl MIDIInputProtocolFactory::manual() const noexcept
{
return QUrl("https://ossia.io/score-docs/devices/midi-device.html");
return QUrl("https://ossia.io/score-docs/devices/midiin-device.html");
}

Device::DeviceEnumerators
Expand Down Expand Up @@ -256,7 +256,7 @@ QString MIDIOutputProtocolFactory::category() const noexcept

QUrl MIDIOutputProtocolFactory::manual() const noexcept
{
return QUrl("https://ossia.io/score-docs/devices/midi-device.html");
return QUrl("https://ossia.io/score-docs/devices/midiout-device.html");
}

Device::DeviceEnumerators
Expand Down

0 comments on commit 64eb52c

Please sign in to comment.