diff options
| author | Jordan Wiens <github@psifertex.com> | 2025-11-10 23:27:34 -0500 |
|---|---|---|
| committer | Jordan Wiens <github@psifertex.com> | 2025-11-10 23:27:34 -0500 |
| commit | f4f7de736ab1c13782bae3b10535e780eb15c108 (patch) | |
| tree | db45fd35e89c376390d0411dbacff5041acafd97 /docs | |
| parent | ac909374541f32697a065c43e7e12c5d6916f937 (diff) | |
fix a few missing docs links
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/dev/bnil-llil.md | 2 | ||||
| -rw-r--r-- | docs/guide/migration/migrationguideida.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/dev/bnil-llil.md b/docs/dev/bnil-llil.md index e8b77a07..2eafe5cb 100644 --- a/docs/dev/bnil-llil.md +++ b/docs/dev/bnil-llil.md @@ -275,7 +275,7 @@ The double precision instruction multiply, divide, modulus instructions are part ### Floating Point Conditionals -These are identical to their native counterparts but are lifted separately so that the operations can impact different flags. See [Control Flow & Conditionals](#control-flow--conditionals) above. +These are identical to their native counterparts but are lifted separately so that the operations can impact different flags. See [Control Flow & Conditionals](#control-flow-conditionals) above. * `LLIL_FCMP_E ` - See above * `LLIL_FCMP_NE ` - See above diff --git a/docs/guide/migration/migrationguideida.md b/docs/guide/migration/migrationguideida.md index 029fef1b..a7cefc55 100644 --- a/docs/guide/migration/migrationguideida.md +++ b/docs/guide/migration/migrationguideida.md @@ -83,4 +83,4 @@ Check out the [tiling panes](../index.md#tiling-panes) docs for more information --- -Don't forget to check out our [additional resources](index.md#additional-resources)! +Don't forget to check out our [additional resources](../index.md#additional-resources)! |
