Skip to content

Commit f7e8962

Browse files
committed
Fix links to files in docs
1 parent 119a4f9 commit f7e8962

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ How to get request id in my application?
4040

4141
### Monolog processor
4242

43-
We provide simple [Monolog](https://github.com/Seldaek/monolog) [processor](MonologProcessor.php) to add request it to every log entry!
43+
We provide simple [Monolog](https://github.com/Seldaek/monolog) [processor](src/MonologProcessor.php) to add request it to every log entry!
4444

4545
### Request decorator
4646

47-
[RequestDecorator](RequestDecorator.php) adds header with request id to your request object. It's useful when your microservices communicates between using PSR-7 HTTP messages e.g. [Guzzle](https://github.com/guzzle/guzzle).
47+
[RequestDecorator](src/RequestDecorator.php) adds header with request id to your request object. It's useful when your microservices communicates between using PSR-7 HTTP messages e.g. [Guzzle](https://github.com/guzzle/guzzle).
4848

4949
### Request Id generators
5050

0 commit comments

Comments
 (0)