summaryrefslogtreecommitdiff
path: root/docs/guide/types
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2024-11-18 13:04:21 -0500
committerJordan Wiens <jordan@psifertex.com>2024-11-18 13:04:21 -0500
commit216be8e4708dc59bbdf2063199ce98cea701e923 (patch)
tree019d9b23ac5c4e41aad988282af263dd65a878d2 /docs/guide/types
parente6ff8588fb8a283b87a23ff5e1999dc576f9bf6b (diff)
fix more invalid documentation urls
Diffstat (limited to 'docs/guide/types')
-rw-r--r--docs/guide/types/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide/types/index.md b/docs/guide/types/index.md
index ea1df4f8..7abcae64 100644
--- a/docs/guide/types/index.md
+++ b/docs/guide/types/index.md
@@ -13,6 +13,6 @@ Additionally, several types of containers for type information are documented he
- [Type Libraries](typelibraries.md): Type Libraries contain types from commonly-used dynamic libraries
- [Platform Types](platformtypes.md): Types that automatically apply to a platform
- [Type Archives](typearchives.md): How you can use type archives to share types between analysis databases
-- [Signature Libraries](../../dev/annotation.md#signature-library): Signature libraries are used to match names of functions with signatures for code that is statically compiled
+- [Signature Libraries](../../dev/annotation.md#signature-libraries): Signature libraries are used to match names of functions with signatures for code that is statically compiled
Additionally, make sure to see the [applying annotations](../../dev/annotation.md) section of the developer guide for information about using the API with types and covering the creation of many of the items described below.