1
0
Fork 0
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:
stefan 2016-11-01 17:37:13 +00:00
parent 76b3689a48
commit 980ece4a8a

View file

@ -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())
{