summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-09-05 14:11:38 -0500
committerGunnar Mills <gmills@us.ibm.com>2018-09-05 20:20:15 +0000
commit4571e0cf10a7cd058f1d02d33f3066b50c2fe794 (patch)
tree37a39b5f5b7fb302aa8c2a708b6b6cae4a37f5fa
parent8a39576caf0bffa1274a56d986230547eb4b9e84 (diff)
downloadopenbmc-docs-4571e0cf10a7cd058f1d02d33f3066b50c2fe794.tar.gz
openbmc-docs-4571e0cf10a7cd058f1d02d33f3066b50c2fe794.zip
Point to phosphor-dbus-interfaces repo
dbus-interfaces.md was removed here: https://github.com/openbmc/docs/commit/d9c32b0762dede747a6bc42b9f997027ce5b5955 and before was moved to the deprecated dir, so this link hasn't worked for some time. It should point to phosphor-dbus-interfaces repo instead. Change-Id: I87e21d593a785e94cf07f3b58eaf32212681db70 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
-rw-r--r--CONTRIBUTING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index d6dfc43..0ec880d 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -265,11 +265,11 @@ Best practices for D-Bus interfaces
* Type signatures should and use the simplest types possible, appropriate
for the data passed. For example, don't pass numbers as ASCII strings.
- * New D-Bus interfaces should be documented in the 'docs' repository, at:
+ * D-Bus interfaces are defined in the `phosphor-dbus-interfaces` repository at:
- https://github.com/openbmc/docs/blob/master/dbus-interfaces.md
+ https://github.com/openbmc/phosphor-dbus-interfaces
-See also: http://dbus.freedesktop.org/doc/dbus-api-design.html
+See: http://dbus.freedesktop.org/doc/dbus-api-design.html
Best practices for C
OpenPOWER on IntegriCloud