From 5d9cf8a11d6bdc1811f670a22a32c678af7975ed Mon Sep 17 00:00:00 2001 From: Niklas Keller Date: Mon, 12 Jun 2017 23:07:06 +0200 Subject: [PATCH] Use absolute link to make it work on the website --- docs/event-loop/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()`