Rename doc subdirectory to docs for higher consistency with OSS standards

This commit is contained in:
sangelovic
2019-04-25 23:48:11 +02:00
parent b0dfea041d
commit 981206fa8c
8 changed files with 5 additions and 5 deletions

View File

@@ -52,7 +52,7 @@ Dependencies
------------
* `C++17` - the library uses C++17 `std::uncaught_exceptions()` feature. When building sdbus-c++ manually, make sure you use a compiler that supports that feature (gcc >= 6, clang >= 3.7)
* `libsystemd` - systemd library containing sd-bus implementation. This library is part of systemd. Systemd at least v236 is needed. (Non-systemd environments are also supported, see the [tutorial](doc/using-sdbus-c++.md#solving-libsystemd-dependency) for more information.)
* `libsystemd` - systemd library containing sd-bus implementation. This library is part of systemd. Systemd at least v236 is needed. (Non-systemd environments are also supported, see the [tutorial](docs/using-sdbus-c++.md#solving-libsystemd-dependency) for more information.)
* `googletest` - google unit testing framework, only necessary when building tests, will be downloaded and built automatically.
Licensing
@@ -63,10 +63,10 @@ The library is distributed under LGPLv2.1 license.
References/documentation
------------------------
* [D-Bus Specification](https://dbus.freedesktop.org/doc/dbus-specification.html)
* [D-Bus Specification](https://dbus.freedesktop.org/docs/dbus-specification.html)
* [sd-bus Overview](http://0pointer.net/blog/the-new-sd-bus-api-of-systemd.html)
* [Tutorial: Using sdbus-c++](doc/using-sdbus-c++.md)
* [Systemd and dbus configuration](doc/systemd-dbus-config.md)
* [Tutorial: Using sdbus-c++](docs/using-sdbus-c++.md)
* [Systemd and dbus configuration](docs/systemd-dbus-config.md)
Contributing
------------