summaryrefslogtreecommitdiff
path: root/docs/guide/troubleshooting.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/guide/troubleshooting.md')
-rw-r--r--docs/guide/troubleshooting.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide/troubleshooting.md b/docs/guide/troubleshooting.md
index c77274a1..c746fbee 100644
--- a/docs/guide/troubleshooting.md
+++ b/docs/guide/troubleshooting.md
@@ -261,7 +261,7 @@ By default, Binary Ninja does full analysis of the binary and decompiles every f
* Changing `analysis.mode` to an option less than `full` will prevent Binary Ninja from doing full decompilation for every function.
* Turning on `analysis.suppressNewAutoFunctionAnalysis` will prevent new functions from being analyzed at all until they are accessed.
-Other [analysis settings](settings.md#all-settings) can also help. Check the descriptions to see what they do.
+Other [analysis settings](settings.md#settings-reference) can also help. Check the descriptions to see what they do.
## Collaboration Issues