From 5a8cacfbe47c26604facc8a09d6580f40950db50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sven=20Bergstr=C3=B6m?= Date: Sat, 21 May 2016 00:24:41 -0230 Subject: [PATCH] fix range docs to introduction Is that the link that was intended? --- doc/site/modules/core/range.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/site/modules/core/range.markdown b/doc/site/modules/core/range.markdown index 9d31c8b4..8e596cd8 100644 --- a/doc/site/modules/core/range.markdown +++ b/doc/site/modules/core/range.markdown @@ -1,7 +1,7 @@ ^title Range Class A range defines a bounded range of values from a starting point to a possibly -exclusive endpoint. [Here](../range.html) is a friendly introduction. +exclusive endpoint. [Here](../../values.html#ranges) is a friendly introduction. Extends [Sequence](sequence.html).