From 9f4a0f796d4d8a72ffff33c33323813e0cb0cf24 Mon Sep 17 00:00:00 2001
From: Seamus Lee <seamuslee001@gmail.com>
Date: Sat, 24 Mar 2018 13:47:49 +1100
Subject: [PATCH] Fix markdown URL structure

---
 docs/api/changes.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/api/changes.md b/docs/api/changes.md
index d13aec98..9787357d 100644
--- a/docs/api/changes.md
+++ b/docs/api/changes.md
@@ -29,7 +29,7 @@ It is now possible to add any (almost) entity to the cg_group_extends option gro
       'PledgePayment',
 
 ### 5.0 Support for Serialization Metadata ###
-A field defined with the key 'serialize' (in the metadata) will be serialized on save/create with no additional handling if using basic create methods. Generally this is used by adding <serialize>JSON</serialize> to the xml when generating the DAO. ![Example declaration(https://github.com/eileenmcnaughton/org.wikimedia.geocoder/blob/master/CRM/Geocoder/DAO/Geocoder.php#L259)
+A field defined with the key 'serialize' (in the metadata) will be serialized on save/create with no additional handling if using basic create methods. Generally this is used by adding `<serialize>JSON</serialize>` to the xml when generating the DAO. ![Example declaration](https://github.com/eileenmcnaughton/org.wikimedia.geocoder/blob/master/CRM/Geocoder/DAO/Geocoder.php#L259)
 
 ### 4.7.17: OR Operator
 
-- 
GitLab