Skip to content

Commit bfc70af

Browse files
docs: update default config reference (#1320)
1 parent 6a57bb3 commit bfc70af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/plugin-automd/src/config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export const defaultConfig: InlineSyncConfig = {
6969
/// }));
7070
/// ```
7171
///
72-
/// You can find the default config [here](https://github.com/Milkdown/milkdown/blob/main/packages/preset-commonmark/src/plugin/inline-sync-plugin/config.ts).
72+
/// You can find the default config [here](https://github.com/Milkdown/milkdown/blob/main/packages/plugin-automd/src/config.ts).
7373
export const inlineSyncConfig = $ctx<InlineSyncConfig, 'inlineSyncConfig'>(defaultConfig, 'inlineSyncConfig')
7474

7575
withMeta(inlineSyncConfig, {

0 commit comments

Comments
 (0)