From 30195ecc41ccebc652d56834030ccfbc48ae417c Mon Sep 17 00:00:00 2001 From: Jake Champion Date: Fri, 12 Apr 2024 14:10:39 +0100 Subject: [PATCH] correct the link in the Dictionary.prototype.get docs --- .../fastly:dictionary/Dictionary/prototype/get.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/versioned_docs/version-3.13.0/fastly:dictionary/Dictionary/prototype/get.mdx b/documentation/versioned_docs/version-3.13.0/fastly:dictionary/Dictionary/prototype/get.mdx index a73d50cccb..b80cef4fd9 100644 --- a/documentation/versioned_docs/version-3.13.0/fastly:dictionary/Dictionary/prototype/get.mdx +++ b/documentation/versioned_docs/version-3.13.0/fastly:dictionary/Dictionary/prototype/get.mdx @@ -10,9 +10,9 @@ import {Fiddle} from '@site/src/components/fiddle'; :::info -This Class is deprecated, it has been renamed to [`ConfigStore`](../../fastly:config-store/ConfigStore/ConfigStore.mdx) and can be imported via `import { ConfigStore } from 'fastly:config-store'` +This Class is deprecated, it has been renamed to [`ConfigStore`](../../../fastly:config-store/ConfigStore/ConfigStore.mdx) and can be imported via `import { ConfigStore } from 'fastly:config-store'` -The `get()` method exists on the [`ConfigStore`](../../fastly:config-store/ConfigStore/ConfigStore.mdx) Class. +The `get()` method exists on the [`ConfigStore`](../../../fastly:config-store/ConfigStore/ConfigStore.mdx) Class. :::