From fe34078494bf8c69c4e2ff23d45b6a31d42b6c30 Mon Sep 17 00:00:00 2001
From: colemanw <coleman@civicrm.org>
Date: Mon, 20 Jan 2020 08:57:14 -0500
Subject: [PATCH] Reformat links

Co-Authored-By: Mikey O'Toole <mikey@mjco.uk>
---
 docs/api/v4/changes.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/api/v4/changes.md b/docs/api/v4/changes.md
index 18f2bd49..ef2ce626 100644
--- a/docs/api/v4/changes.md
+++ b/docs/api/v4/changes.md
@@ -10,11 +10,11 @@ See https://github.com/civicrm/civicrm-core/pull/15624
 
 ### 5.23 $index param supports array input
 
-CiviCRM 5.23 supports two new modes for the `$index` param - associative and non-associative array. See https://github.com/civicrm/civicrm-core/pull/16257
+CiviCRM 5.23 supports two new modes for the `$index` param - associative and non-associative array. See [CiviCRM Core PR #16257](https://github.com/civicrm/civicrm-core/pull/16257) 
 
 ### 5.23 Converts field values to correct data type
 
-The api historically returns everything as a raw string from the query instead of converting it to the correct variable type (bool, int, float). As of CiviCRM 5.23 this is fixed for all DAO-based entities. See https://github.com/civicrm/civicrm-core/pull/16274
+The api historically returns everything as a raw string from the query instead of converting it to the correct variable type (bool, int, float). As of CiviCRM 5.23 this is fixed for all DAO-based entities. See [CiviCRM Core PR #16274](https://github.com/civicrm/civicrm-core/pull/16274)
 
 ### 5.23 Selects only relevant contact fields by default
 
@@ -29,4 +29,4 @@ as those will always be `null`.
 ### 5.23 Get actions support selecting fields by * wildcard
 
 The `select` param now supports the `*` wildcard character for matching field names.
-See https://github.com/civicrm/civicrm-core/pull/16302
\ No newline at end of file
+See [CiviCRM Core PR #16302](https://github.com/civicrm/civicrm-core/pull/16302)
-- 
GitLab