diff --git a/docs/event-loop/api.md b/docs/event-loop/api.md index 24dfe5b..567bba5 100644 --- a/docs/event-loop/api.md +++ b/docs/event-loop/api.md @@ -3,7 +3,7 @@ layout: docs title: Event Loop API permalink: /event-loop/api --- -This document describes the [`Amp\Loop`](../../lib/Loop.php) accessor. You might want to also read the documentation contained in the source file, it's extensively documented and doesn't contain much distracting code. +This document describes the [`Amp\Loop`](https://github.com/amphp/amp/blob/master/lib/Loop.php) accessor. You might want to also read the documentation contained in the source file, it's extensively documented and doesn't contain much distracting code. ## `run()`