]> 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)
committerTom Hughes <tom@compton.nu>
Mon, 17 Feb 2020 11:15:38 +0000 (11:15 +0000)
Removed an extra ')' that caused the last link for macosx-bundle-config to render incorrectly.

INSTALL.md

index bd62d8ac6013978d2301ec7bf37f63d22a809627..3dca16677e84d80eea3fe80a91b99fe77ead73d6 100644 (file)
@@ -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.