1
0
mirror of https://github.com/danog/amp.git synced 2024-11-30 04:29:08 +01:00

Use absolute link to make it work on the website

This commit is contained in:
Niklas Keller 2017-06-12 23:07:06 +02:00 committed by GitHub
parent c7fcbd96dc
commit 5d9cf8a11d

View File

@ -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()`