diff --git a/NEWS.md b/NEWS.md index 3c8b626f..5d00ebaf 100644 --- a/NEWS.md +++ b/NEWS.md @@ -211,7 +211,7 @@ - Integration with [PlotlyJS.jl](https://github.com/spencerlyon2/PlotlyJS.jl) for using Plotly inside a Blink window @spencerlyon2 - The Plotly backend has been split into my built-in version (`plotly()`) and @spencerlyon2's backend (`plotlyjs()`) - Revamped backend setup code for easily adding new backends -- New docs (WIP) at http://plots.readthedocs.org/ +- New docs (WIP) at http://juliaplots.github.io/ - Overhaul to `:legend` keyword (see https://github.com/tbreloff/Plots.jl/issues/135) - New dependency on Requires, allows auto-loading of DataFrames support - Support for plotting lists of Tuples and FixedSizeArrays diff --git a/README.md b/README.md index ea3e3bfc..840ccbb1 100644 --- a/README.md +++ b/README.md @@ -30,4 +30,4 @@ end ![waves](http://juliaplots.github.io/examples/img/waves.gif) -View the [full documentation](http://plots.readthedocs.io). +View the [full documentation](http://juliaplots.github.io).