From 45c1c6e27e67d54d7afd43d4f7351485f123a66a Mon Sep 17 00:00:00 2001 From: Chris B Date: Fri, 7 Jul 2017 01:22:52 +0100 Subject: [PATCH] Fixed link to reference gallery on hv.org. (#1692) --- examples/user_guide/01-Annotating_Data.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/user_guide/01-Annotating_Data.ipynb b/examples/user_guide/01-Annotating_Data.ipynb index 2ed23d5d48..268f378a8e 100644 --- a/examples/user_guide/01-Annotating_Data.ipynb +++ b/examples/user_guide/01-Annotating_Data.ipynb @@ -33,7 +33,7 @@ "source": [ "## Specifying dimensionality\n", "\n", - "Simple data structures such as dataframes, arrays, lists, or dictionaries cannot be given a suitable visual representation without some associated semantic context. Fundamentally, HoloViews lets you specify this context by first selecting a suitable element type (see the [Reference Gallery](TODO)), and then specifying the corresponding *dimensions*.\n", + "Simple data structures such as dataframes, arrays, lists, or dictionaries cannot be given a suitable visual representation without some associated semantic context. Fundamentally, HoloViews lets you specify this context by first selecting a suitable element type (see the [Reference Gallery](http://holoviews.org/reference/index.html)), and then specifying the corresponding *dimensions*.\n", "\n", "Here is a very simple example, showing a ``Curve`` element:" ]