summaryrefslogtreecommitdiff
path: root/docs/guide/troubleshooting.md
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2025-07-16 22:05:39 -0400
committerJordan Wiens <jordan@psifertex.com>2025-07-16 22:05:39 -0400
commit2b87c0cfeb99f9d8f79ff617b66c1c7810d01c93 (patch)
tree9a9870c5d89c12469008d1440c6171a503451a9c /docs/guide/troubleshooting.md
parente0c4454815701e3eb23f64a99ae1b6f87310bfc0 (diff)
fix references to settings in docs
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