diff --git a/ComponentAccess.md b/ComponentAccess.md index 4920862..e0a67ea 100644 --- a/ComponentAccess.md +++ b/ComponentAccess.md @@ -3,7 +3,7 @@ This page describes how to get access to a [[component's API|Components]] from L Addresses --------- -Components all have an address. This address is a UUID, a unique identifier. In most cases it is OK to abbreviate these addresses. For example to get the full address from an abbreviated one you can use `component.get`. To get the address of any block in particular, you can use the [[Analyzer|BlocksItems#Analyzer]] by holding the control key while right clicking the block. +Components all have an address. This address is a UUID, a unique identifier. In most cases it is OK to abbreviate these addresses. For example to get the full address from an abbreviated one you can use `component.get`. To get the address of any block in particular, you can use the [[Analyzer|Items#Analyzer]] by holding the control key while right clicking the block. To get a list of all components attached to your computer you can do this: ```