From 7c6aff6fb3b18e6ccbcc5c70cbb50e132f1a30a3 Mon Sep 17 00:00:00 2001 From: LeeLenaleee <39033624+LeeLenaleee@users.noreply.github.com> Date: Mon, 4 Jan 2021 21:55:55 +0100 Subject: [PATCH] Update link to latest version of V2 Docs (#8270) --- docs/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index b9993ddc4..9f520403f 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -46,7 +46,7 @@ module.exports = { }, { label: 'v2 Docs', - href: 'https://www.chartjs.org/docs/2.9.3/', + href: 'https://www.chartjs.org/docs/2.9.4/', }, ], }, -- 2.47.2