From b958948ad7ca40e836d4ece8be6e647b31e4b899 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20N=C3=BCcke?= Date: Wed, 4 Dec 2013 09:33:53 -0800 Subject: [PATCH] Updated ComponentAccess (markdown) --- ComponentAccess.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: ```