Skip to content

Commit 0ecad87

Browse files
authored
1 parent 4b55839 commit 0ecad87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slither/detectors/variables/function_init_state_variables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class FunctionInitializedState(AbstractDetector):
4747
IMPACT = DetectorClassification.INFORMATIONAL
4848
CONFIDENCE = DetectorClassification.HIGH
4949

50-
WIKI = "https://github.com/crytic/slither/wiki/Detector-Documentation#function-initializing-state-variables"
50+
WIKI = "https://github.com/crytic/slither/wiki/Detector-Documentation#function-initializing-state"
5151

5252
WIKI_TITLE = "Function Initializing State"
5353
WIKI_DESCRIPTION = "Detects the immediate initialization of state variables through function calls that are not pure/constant, or that use non-constant state variable."

0 commit comments

Comments
 (0)