Skip to content

Commit

Permalink
Fixed link to reference gallery on hv.org. (#1692)
Browse files Browse the repository at this point in the history
  • Loading branch information
ceball authored and jlstevens committed Jul 7, 2017
1 parent 2254d17 commit 45c1c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/user_guide/01-Annotating_Data.ipynb
Expand Up @@ -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:"
]
Expand Down

0 comments on commit 45c1c6e

Please sign in to comment.