Skip to content

Commit

Permalink
correct the link in the Dictionary.prototype.get docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Champion committed Apr 12, 2024
1 parent 0973edf commit 30195ec
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

:::

Expand Down

0 comments on commit 30195ec

Please sign in to comment.