summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nth.ee>2024-11-11 02:20:38 +0200
committerAsko Nõmm <asko@nth.ee>2024-11-11 02:20:38 +0200
commit6e01b0239518a10539c431574c3ec3b29d0be35c (patch)
tree653e58a4303087397309b150db71767bbb4c93c4
parentddc3b1a02c428c13aca267fd8f1890a40526a535 (diff)
Update README
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ceff3fa..0eb3e90 100644
--- a/README.md
+++ b/README.md
@@ -70,5 +70,5 @@ responsible for making sure that the serialized log entry would end up in the ri
### Built-in drivers
-- [FileSystemDriver](#)
-- [StdoutDriver](#) \ No newline at end of file
+- [FileSystemDriver](https://github.com/askonomm/loggr/blob/main/src/Drivers/FileSystemDriver.php)
+- [OutputDriver](https://github.com/askonomm/loggr/blob/main/src/Drivers/OutputDriver.php) \ No newline at end of file