From: Boubacar Date: Sun, 16 Feb 2020 22:45:43 +0000 (-0500) Subject: Fix macosx-bundle-config link typo X-Git-Tag: live~2245^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/f54642381beaf0247cd19a90b20563e9a5f7b8a9 Fix macosx-bundle-config link typo Removed an extra ')' that caused the last link for macosx-bundle-config to render incorrectly. --- diff --git a/INSTALL.md b/INSTALL.md index e414a12e4..d799f6586 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -311,4 +311,4 @@ Where `$VERSION` is the version you installed. Then install bundler: gem install bundler ``` -You should now be able to proceed with the rest of the installation. If you're on MacOSX, make sure you set up the [config override for the libxml2 location])(#macosx-bundle-config) _after_ installing bundler. +You should now be able to proceed with the rest of the installation. If you're on MacOSX, make sure you set up the [config override for the libxml2 location](#macosx-bundle-config) _after_ installing bundler.