From 36f52d7c220ba418ae73ca56b45863d7711da70e Mon Sep 17 00:00:00 2001 From: coveritytest Date: Mon, 14 Mar 2016 10:46:07 +0100 Subject: [PATCH] Update timers-1.md Wrong link, supposed to link to https://en.wikipedia.org/wiki/Intel_8253 --- Timers/timers-1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Timers/timers-1.md b/Timers/timers-1.md index c34c96e..3647bae 100644 --- a/Timers/timers-1.md +++ b/Timers/timers-1.md @@ -430,7 +430,7 @@ Links * [Jiffy](https://en.wikipedia.org/wiki/Jiffy_%28time%29) * [high precision event timer](https://en.wikipedia.org/wiki/High_Precision_Event_Timer) * [nanoseconds](https://en.wikipedia.org/wiki/Nanosecond) -* [Intel 8253](Programmable interval timer) +* [Intel 8253](https://en.wikipedia.org/wiki/Intel_8253) * [seqlocks](https://en.wikipedia.org/wiki/Seqlock) * [cloksource documentation](https://www.kernel.org/doc/Documentation/timers/timekeeping.txt) * [Previous chapter](https://0xax.gitbooks.io/linux-insides/content/SysCall/index.html)