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:
parent
c7fcbd96dc
commit
5d9cf8a11d
@ -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()`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user