From a717bf4f344e861b453e5f48dd26dab5acce4b29 Mon Sep 17 00:00:00 2001 From: Harry Date: Wed, 31 Oct 2018 12:24:04 +0000 Subject: [PATCH] Fixes #1827 --- src/plotattr.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plotattr.jl b/src/plotattr.jl index e1733984..fb7170e4 100644 --- a/src/plotattr.jl +++ b/src/plotattr.jl @@ -18,7 +18,7 @@ end plotattr([attr]) Look up the properties of a Plots attribute, or specify an attribute type. Call `plotattr()` for options. -The information is the same as that given on https://juliaplots.github.io/attributes/. +The information is the same as that given on https://docs.juliaplots.org/latest/attributes/. """ function plotattr() println("Specify an attribute type to get a list of supported attributes. Options are $(attrtypes())")