]> git.openstreetmap.org Git - rails.git/commitdiff
Fix macosx-bundle-config link typo
authorBoubacar <boubacar.diallo1@macaulay.cuny.edu>
Sun, 16 Feb 2020 22:45:43 +0000 (17:45 -0500)
committerGitHub <noreply@github.com>
Sun, 16 Feb 2020 22:45:43 +0000 (17:45 -0500)
Removed an extra ')' that caused the last link for macosx-bundle-config to render incorrectly.

INSTALL.md

index e414a12e425520dfc1d3e312aa83bc65a62ee78d..d799f6586ddc684a2ad87fd14054f749ad9e02d0 100644 (file)
@@ -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.