From be7aca85241feb81e5ff52b8449f7a142a5f1804 Mon Sep 17 00:00:00 2001
From: JakubPiegza <45433779+JakubPiegza@users.noreply.github.com>
Date: Thu, 30 Jan 2020 18:33:37 +0100
Subject: [PATCH] Update description.md
---
 .../description.md                                  | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)
diff --git a/Content Types/Display Forms/Find Custom Display Forms Deployed/description.md b/Content Types/Display Forms/Find Custom Display Forms Deployed/description.md
index 1852a4b4..0affd595 100644
--- a/Content Types/Display Forms/Find Custom Display Forms Deployed/description.md	
+++ b/Content Types/Display Forms/Find Custom Display Forms Deployed/description.md	
@@ -1,20 +1,15 @@
 The script is part of the explanation on editing the content types available in the article here:
 
-SharePoint Online content types in Powershell: Edit.
+[SharePoint Online content types in Powershell: Edit.](https://social.technet.microsoft.com/wiki/contents/articles/31444.sharepoint-online-content-types-in-powershell-edit.aspx)
 
 This example gets the list of all content types in all lists from a single site, which have custom display forms deployed. 
 
  
 
-The ~list/Item/displayifs.aspx is the url of the custom form that the list is using for adding new items:
-
- 
-
- 
-
+The *~list/Item/displayifs.aspx* is the url of the custom form that the list is using for adding new items. (**[screenshot](https://github.com/PowershellScripts/AllGalleryScriptsSamples/blob/develop/Content%20Types/Display%20Forms/Find%20Custom%20Display%20Forms%20Deployed/DisplayFormUrl3.png)**)
  
 
-In order to use the script you need SharePoint Online SDK installed. Before running the script modify the following lines to refer to the SDK libraries installed on your computer and the content type data:
+In order to use the script you need [SharePoint Online SDK](https://www.microsoft.com/en-us/download/details.aspx?id=42038) installed. Before running the script modify the following lines to refer to the SDK libraries installed on your computer and the content type data:
 
  
 
@@ -31,4 +26,4 @@ $AdminUrl="https://tenant.sharepoint.com/sites/powie1"
 
 
 
-Enjoy and please share feedback!
\ No newline at end of file
+Enjoy and please share feedback!