From ab85787200d224a8da72e65a0d7b724115645f07 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Wed, 12 Jul 2017 14:12:52 -0400
Subject: [PATCH] Updated links in comments.

---
 config/vufind/VoyagerRestful.ini | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/vufind/VoyagerRestful.ini b/config/vufind/VoyagerRestful.ini
index 230b04350f2..06beb4dc90b 100644
--- a/config/vufind/VoyagerRestful.ini
+++ b/config/vufind/VoyagerRestful.ini
@@ -51,7 +51,7 @@ http_timeout = 30
 ;parent_fund = 0
 
 ; These settings are used by the Voyager Restful Services - details at
-; http://www.exlibrisgroup.org/display/VoyagerOI/Introduction+to+Voyager+RESTful+APIs
+; https://developers.exlibrisgroup.com/voyager/apis/RESTfulWebServices
 [WebServices]
 host = 1.2.3.4
 port = 7014
@@ -59,7 +59,7 @@ app = vxws
 
 ; Patron and site information -- these two settings can often be set to the same value.  To
 ; find your possible values, use the GetUBSitesService service as documented here:
-; http://www.exlibrisgroup.org/display/VoyagerOI/GetUBSitesService
+; https://developers.exlibrisgroup.com/voyager/apis/XMLoverHTTPWebServices/GetUBSitesService
 patronHomeUbId = "1@XXXXX"
 dbKey = "1@XXXXX"
 
-- 
GitLab