From 7eaff122f27d42e29be740f5f88c7900fd428dda Mon Sep 17 00:00:00 2001 From: eileen Date: Fri, 6 Jul 2018 20:17:00 +1200 Subject: [PATCH] Update code link --- CRM/Core/PseudoConstant.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Core/PseudoConstant.php b/CRM/Core/PseudoConstant.php index 3392a8e371..5cef5e081e 100644 --- a/CRM/Core/PseudoConstant.php +++ b/CRM/Core/PseudoConstant.php @@ -170,7 +170,7 @@ class CRM_Core_PseudoConstant { /** * Low-level option getter, rarely accessed directly. * NOTE: Rather than calling this function directly use CRM_*_BAO_*::buildOptions() - * @see http://wiki.civicrm.org/confluence/display/CRMDOC/Pseudoconstant+%28option+list%29+Reference + * @see https://docs.civicrm.org/dev/en/latest/framework/pseudoconstant/ * * NOTE: If someone undertakes a refactoring of this, please consider the use-case of * the Setting.getoptions API. There is no DAO/field, but it would be nice to use the -- 2.25.1