summaryrefslogtreecommitdiffstats
path: root/LED-architecture.md
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2017-11-28 12:41:59 -0600
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2017-12-05 01:46:49 +0000
commit03504a9557ae8e269039bc2cf1803967ec2c2ffc (patch)
tree07d304b14e57b2b60e4eac6332120b3844de6d92 /LED-architecture.md
parent9fb037b377614fe32a752a4e33fd0847f8863724 (diff)
downloadopenbmc-docs-03504a9557ae8e269039bc2cf1803967ec2c2ffc.tar.gz
openbmc-docs-03504a9557ae8e269039bc2cf1803967ec2c2ffc.zip
Change //bmc/ to //${bmc}/ in LED and cheatsheet
Changed the example calls from //bmc/ to //${bmc}/ in LED-architecture.md and cheatsheet.md. This is more obvious and users can set bmc to their bmc ip and just copy/paste these example calls. Signed-off-by: Gunnar Mills <gmills@us.ibm.com> Change-Id: I9efcc802367b01535ceada71f143972cadf1ca48
Diffstat (limited to 'LED-architecture.md')
-rw-r--r--LED-architecture.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/LED-architecture.md b/LED-architecture.md
index cc9fdba..0a4b548 100644
--- a/LED-architecture.md
+++ b/LED-architecture.md
@@ -27,7 +27,7 @@ The LED group state can be changed by setting the Asserted value to boolean 0 or
In the following example, the lamp_test group is being asserted...
```
curl -b cjar -k -X PUT -H "Content-Type: application/json" -d '{"data": 1}' \
- https://bmc/xyz/openbmc_project/led/groups/lamp_test/attr/Asserted
+ https://${bmc}/xyz/openbmc_project/led/groups/lamp_test/attr/Asserted
```
OpenPOWER on IntegriCloud