docs: Update presence GPIO I2C path
Use the shorter /sys/bus/i2c/devices/ path.
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: I57c1f1175c855cae32d7fd63f778324450b2dc63
diff --git a/docs/presence/methods.md b/docs/presence/methods.md
index 529279d..3aa9e2d 100644
--- a/docs/presence/methods.md
+++ b/docs/presence/methods.md
@@ -30,7 +30,7 @@
```
"type": "gpio",
"key": 1,
-"physpath": "/sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/1e78a000.i2c-bus/i2c-1/1-0001",
+"physpath": "/sys/bus/i2c/devices/1-0001",
"devpath": "/dev/input/by-path/platform-gpio-keys-polled-event"
```