From 53ff840501f63fb592bc2374108d9e50d604f416 Mon Sep 17 00:00:00 2001 From: Rick Hays Date: Tue, 17 Sep 2019 13:17:11 -0500 Subject: [PATCH] Update page 'URL Class' --- URL-Class.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/URL-Class.md b/URL-Class.md index 3315ad2..680b80e 100644 --- a/URL-Class.md +++ b/URL-Class.md @@ -6,7 +6,7 @@ Set of class functions I use from time to time. 1. [isValidURL](#isValidURL) - Returns TRUE/FALSE if the string is a Valid URL 2. [stripWWW](#stripwww) - Strips the WWW off the incoming URL 3. [getDomainName](#getDomainName) - Strips the WWW off the incoming URL -4. [Status_Code](#Status_Code) - Returns the Status Code of a URL ie(200 or 404) +4. [Status_Code](https://gitea.hayscloud.com/rhays/URL_Class/wiki/URL-Class#status_code) - Returns the Status Code of a URL ie(200 or 404) 5. FavIcon - Get an image object of the FavIcon, Returns (T/F) if present 6. Save_FavIcon - Saves the Websites FavIcon to the File/Path 7. GetParam - Returns a Form Value