From 5f92b0cf37777403223aeadbcd71953501e8a5cf Mon Sep 17 00:00:00 2001 From: ed Date: Wed, 2 Dec 2020 10:54:58 +0000 Subject: [PATCH] Fixed inline links to files with spaces in the readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e6db7b946c..8e4098ae19 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Version 3.15 or higher is required for plugin projects, and strongly recommended for other project types. To use CMake, you will need to install it, either from your system package manager or from the [official download page](https://cmake.org/download/). For comprehensive documentation on JUCE's -CMake API, see the [JUCE CMake documentation](/docs/CMake API.md). For examples +CMake API, see the [JUCE CMake documentation](/docs/CMake%20API.md). For examples which may be useful as starting points for new CMake projects, see the [CMake examples directory](/examples/CMake). @@ -61,7 +61,7 @@ of the target you wish to build. - __macOS/iOS__: macOS 10.11 and Xcode 7.3.1 - __Windows__: Windows 8.1 and Visual Studio 2015 64-bit - __Linux__: GCC 4.8 (for a full list of dependencies, see -[here](/docs/Linux Dependencies.md)). +[here](/docs/Linux%20Dependencies.md)). - __Android__: Android Studio on Windows, macOS or Linux #### Deployment Targets