Skip to content

Commit b7afc94

Browse files
committed
fix link
1 parent 5f5b918 commit b7afc94

File tree

1 file changed

+1
-1
lines changed
  • docs/platform-services/automation-service/app-central/integrations

1 file changed

+1
-1
lines changed

docs/platform-services/automation-service/app-central/integrations/imap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ The final playbook looks like this:<br/><img src={useBaseUrl('/img/platform-serv
158158
* **IP**: ([0-9]+(?:\.[0-9]+){3})
159159
* **Email**: [\w\.-]+@[\w\.-]+
160160
* **URL**: `(?i)(?:(?:https?|ftp):\/\/|www\.|ftp\.)(?:\([-A-Z0-9+&@#\/%=~\_|$?!:,.]\*\)|[-A-Z0-9+&@#\/%=~\_|$?!:,.])\*(?:\([-A-Z0-9+&@#\/%=~\_|$?!:,.]\*\)|[A-Z0-9+&@#\/%=~\_|$])`
161-
* **Domain**: (?:[a-zA-Z0-9](?:[a-zA-Z0-9\-]{,61}[a-zA-Z0-9])?\.)\*[a-zA-Z]{2,6}(?:[a-zA-Z0-9](?:[a-zA-Z0-9\-]{0,61}[a-zA-Z0-9])?\.)+[a-zA-Z]{2,6}
161+
* **Domain**: `(?:[a-zA-Z0-9](?:[a-zA-Z0-9\-]{,61}[a-zA-Z0-9])?\.)\*[a-zA-Z]{2,6}(?:[a-zA-Z0-9](?:[a-zA-Z0-9\-]{0,61}[a-zA-Z0-9])?\.)+[a-zA-Z]{2,6}`
162162
* **MD5**: \b[0-9a-fA-F]{32}\b
163163
* **SHA1**: \b[0-9a-fA-F]{40}\b
164164
* **SHA256**: \b[0-9a-fA-F]{64}\b

0 commit comments

Comments
 (0)