From 17fd3935dd88a43fc65393a3da2cb7a30b460586 Mon Sep 17 00:00:00 2001
From: Rebecca Amber Wheeler <rebecca.wheeler@wisc.edu>
Date: Wed, 17 Aug 2022 13:19:11 -0500
Subject: [PATCH] Update docs/tutorials/PersonAPI/PersonAPIwRESTv2.md,
 scripts/link-checker-config.json

---
 docs/tutorials/PersonAPI/PersonAPIwRESTv2.md | 2 +-
 scripts/link-checker-config.json             | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/tutorials/PersonAPI/PersonAPIwRESTv2.md b/docs/tutorials/PersonAPI/PersonAPIwRESTv2.md
index 2a89fd1..c9bfc75 100644
--- a/docs/tutorials/PersonAPI/PersonAPIwRESTv2.md
+++ b/docs/tutorials/PersonAPI/PersonAPIwRESTv2.md
@@ -33,7 +33,7 @@ This tutorial demonstrates how to create a connection within Informatica Intelli
     - Paste https://api.wisc.edu/oauth/token in the _Access Token URL_ field (we got this from step 1 above)
     - Paste API and Secret from step 3 into the _Client ID_ and _Client Secret_ fields
     - Click the _Generate Access Token_ button next to the _Access Token_ field and it will auto-populate
-    - In the _Swagger File Path_ field, paste <span>https://git.doit.wisc.edu/interop/iics/external-iics-docs/-/raw/master/docs/tutorials/PersonAPI/swagger.json (this is a REST v2 OpenAPI specification file that may be different than the one you use in production later. IICS doesn't currently accept V3 and also frequently refers to this OpenAPI specification as a Swagger file.)
+    - In the _Swagger File Path_ field, paste https://git.doit.wisc.edu/interop/iics/external-iics-docs/-/raw/master/docs/tutorials/PersonAPI/swagger.json (this is a REST v2 OpenAPI specification file that may be different than the one you use in production later. IICS doesn't currently accept V3 and also frequently refers to this OpenAPI specification as a Swagger file.)
 
 ![RESTv2 Settings](images/RESTv2settings.png "RESTv2 Settings")
 
diff --git a/scripts/link-checker-config.json b/scripts/link-checker-config.json
index 3b7bb10..9ef1e18 100644
--- a/scripts/link-checker-config.json
+++ b/scripts/link-checker-config.json
@@ -1,7 +1,7 @@
 {
     "ignorePatterns": [
         {
-            "pattern": "interop.it.wisc.edu"
+            "pattern": ["interop.it.wisc.edu", ".json"]
         }
     ]
-}
\ No newline at end of file
+}
-- 
GitLab