docs: use lower_snake_case for filenames
To be consistent with lower_snake_case source code filenames, use
lower_snake_case for docs file names as well.
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Change-Id: I24288226acf7d83ee0a326f97378510f67425b17
diff --git a/README.md b/README.md
index b5065ba..ac331b1 100644
--- a/README.md
+++ b/README.md
@@ -124,6 +124,6 @@
that utilize Entity Manager as the source of information.
## Additional Documentation
-1. **[Entity Manager DBus API](https://github.com/openbmc/entity-manager/blob/master/docs/EntityManagerDbusAPI.md)**
+1. **[Entity Manager DBus API](https://github.com/openbmc/entity-manager/blob/master/docs/entity_manager_dbus_api.md)**
2. **[My First Sensor Example](https://github.com/openbmc/entity-manager/blob/master/docs/my_first_sensors.md)**
3. **[Configuration File Schema](https://github.com/openbmc/entity-manager/tree/master/schemas)**
\ No newline at end of file
diff --git a/docs/EntityManagerDbusAPI.md b/docs/entity_manager_dbus_api.md
similarity index 100%
rename from docs/EntityManagerDbusAPI.md
rename to docs/entity_manager_dbus_api.md