From e4e49ed5f2bdc2b9a0b3a4e2fea9127c82dd1e4d Mon Sep 17 00:00:00 2001 From: dlfelps Date: Tue, 2 May 2023 11:41:04 -0400 Subject: [PATCH] Fixed broken link to global defaults page. --- docs/00_4_templates.fsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/00_4_templates.fsx b/docs/00_4_templates.fsx index 0e24dcfda..071b26c66 100644 --- a/docs/00_4_templates.fsx +++ b/docs/00_4_templates.fsx @@ -32,7 +32,7 @@ Plotly.NET.Defaults.DefaultDisplayOptions <- ## Using premade templates -premade templates can be accessed via the `ChartTemplates` module. In fact, the `ChartTemplates.plotly` template is always active by default (see [global defaults](./005_defaults.html)) +premade templates can be accessed via the `ChartTemplates` module. In fact, the `ChartTemplates.plotly` template is always active by default (see [global defaults](./00_5_defaults.html)) *) open Plotly.NET