From: Boubacar Date: Sun, 16 Feb 2020 22:45:43 +0000 (-0500) Subject: Fix macosx-bundle-config link typo X-Git-Tag: live~2339 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/5e925cc7202bcd9e0f5e0a0e774df3b6e6b44056 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 bd62d8ac6..3dca16677 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -301,4 +301,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.