Skip to content

Commit 1db8695

Browse files
committed
Update link to LimitReached error
1 parent e36f7d4 commit 1db8695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sfge/src/main/java/com/salesforce/rules/Violation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ public LimitReachedViolation(String message, SFVertex vertex) {
323323
this.category = INTERNAL_ERROR_CATEGORY;
324324
this.description = "";
325325
this.severity = AbstractRule.SEVERITY.LOW.code;
326-
this.url = "https://forcedotcom.github.io/sfdx-scanner/en/v3.x/salesforce-graph-engine/working-with-sfge/";
326+
this.url = "https://forcedotcom.github.io/sfdx-scanner/en/v3.x/salesforce-graph-engine/working-with-sfge/#understand-outofmemory-errors";
327327
}
328328
}
329329

0 commit comments

Comments
 (0)