Skip to content

Commit 30195ec

Browse files
author
Jake Champion
committed
correct the link in the Dictionary.prototype.get docs
1 parent 0973edf commit 30195ec

File tree

1 file changed

+2
-2
lines changed
  • documentation/versioned_docs/version-3.13.0/fastly:dictionary/Dictionary/prototype

1 file changed

+2
-2
lines changed

documentation/versioned_docs/version-3.13.0/fastly:dictionary/Dictionary/prototype/get.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ import {Fiddle} from '@site/src/components/fiddle';
1010

1111
:::info
1212

13-
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'`
13+
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'`
1414

15-
The `get()` method exists on the [`ConfigStore`](../../fastly:config-store/ConfigStore/ConfigStore.mdx) Class.
15+
The `get()` method exists on the [`ConfigStore`](../../../fastly:config-store/ConfigStore/ConfigStore.mdx) Class.
1616

1717
:::
1818

0 commit comments

Comments
 (0)