From edc6bf59ce2e15a1a5d81677627ec7fcef48632f Mon Sep 17 00:00:00 2001
From: Seamus Lee <seamuslee001@gmail.com>
Date: Sat, 24 Mar 2018 13:52:37 +1100
Subject: [PATCH] Example link for searlization change

---
 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 9787357d..4b156487 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