From f2e5af9f7d55a51f7aa5bbca1cfe69b1265781b3 Mon Sep 17 00:00:00 2001 From: reuk Date: Tue, 4 Apr 2023 11:58:40 +0100 Subject: [PATCH] Readme: Update Projucer link --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2f675c4411..eaee0cd472 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ JUCE is an open-source cross-platform C++ application framework for creating high quality desktop and mobile applications, including VST, VST3, AU, AUv3, AAX and LV2 audio plug-ins and plug-in hosts. JUCE can be easily integrated with existing projects via CMake, or can -be used as a project generation tool via the [Projucer](https://juce.com/discover/projucer), -which supports exporting projects for Xcode (macOS and iOS), Visual Studio, Android Studio, -Code::Blocks and Linux Makefiles as well as containing a source code editor. +be used as a project generation tool via the [Projucer](#the-projucer), which supports +exporting projects for Xcode (macOS and iOS), Visual Studio, Android Studio, Code::Blocks +and Linux Makefiles as well as containing a source code editor. ## Getting Started