mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: add anchor #indie to the link target for the subscribe button
This commit is contained in:
parent
76b3689a48
commit
980ece4a8a
1 changed files with 1 additions and 1 deletions
|
|
@ -441,7 +441,7 @@ struct ProjucerDisabledComp : public Component,
|
|||
{
|
||||
if (btn == subscribeButton.get())
|
||||
{
|
||||
URL ("http://www.juce.com/get-juce").launchInDefaultBrowser();
|
||||
URL ("http://www.juce.com/get-juce#indie").launchInDefaultBrowser();
|
||||
}
|
||||
else if (btn == signInButton.get())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue