Skip to content

Commit

Permalink
changed the link to the help page
Browse files Browse the repository at this point in the history
  • Loading branch information
M-O-Marmalade committed Sep 15, 2020
1 parent 32458cc commit 6981d6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -596,12 +596,12 @@ function create_flourish_window()
},
vb:button {
id = "help_button",
tooltip = "View instructions",
tooltip = "Help",
width = 18,
height = 18,
bitmap = "Bitmaps/question.bmp",
notifier = function()
app:open_url("https://github.com/M-O-Marmalade/mom.MOMarmalade.Flourish.xrnx")
app:open_url("https://xephyrpanda.wixsite.com/citrus64/flourish")
end
}
}--horizontal aligner close
Expand Down
2 changes: 1 addition & 1 deletion manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<RenoiseScriptingTool doc_version="0">
<Name>Flourish</Name>
<Id>mom.MOMarmalade.Flourish</Id>
<Version>1</Version>
<Version>1.11</Version>
<ApiVersion>6</ApiVersion>
<Author>MOMarmalade [xephyrpanda@yahoo.com]</Author>
<AutoUpgraded>false</AutoUpgraded>
Expand Down

0 comments on commit 6981d6d

Please sign in to comment.