From 40f6b44bf1288f9bdfddd263f53c369f9a20763a Mon Sep 17 00:00:00 2001 From: James Foster <38274066+jd-foster@users.noreply.github.com> Date: Fri, 29 Apr 2022 15:55:33 +1000 Subject: [PATCH] Fix links to plot_config.js This Markdown was breaking the links on the website version. --- julia/configuration-options.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/julia/configuration-options.md b/julia/configuration-options.md index 5cf96c3..00a0f4b 100644 --- a/julia/configuration-options.md +++ b/julia/configuration-options.md @@ -32,7 +32,7 @@ You can set the configuration options for your figure by passing a dictionary to If you don't set an option's value, it will be automatically be set to the default value for that option. -For the complete list of configuration options and their defaults see: https://github.com/plotly/plotly.js/blob/master/src/plot_api/plot_config.js +For the complete list of configuration options and their defaults see: [plot_config.js][config] ### Enabling Scroll Zoom @@ -258,4 +258,6 @@ plot(trace, layout) #### Reference -See config options at https://github.com/plotly/plotly.js/blob/master/src/plot_api/plot_config.js#L6 +See the complete list of configuration options at: [plot_config.js][config] + +[config]: https://github.com/plotly/plotly.js/blob/master/src/plot_api/plot_config.js "plot_config.js"