Skip to content

Commit a3cb3ac

Browse files
committed
fixed links in doc comments
1 parent a6c8555 commit a3cb3ac

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

plugins/partytown.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import type Site from "../core/site.ts";
66
export interface Options {
77
/**
88
* Custom Partytown configuration
9-
* @link https://partytown.qwik.dev/configuration/
9+
* @see https://partytown.qwik.dev/configuration/
1010
*/
1111
options?: PartytownConfig;
1212
}

plugins/validate_html.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ import { log } from "../core/utils/log.ts";
1010
export interface Options {
1111
/**
1212
* List of plugins to load
13-
* @link https://html-validate.org/usage/#plugins
13+
* @see https://html-validate.org/usage/#plugins
1414
*/
1515
plugins?: ConfigData["plugins"];
1616

1717
/**
1818
* List of configuration presets to extend.
19-
* @link https://html-validate.org/usage/#extends
19+
* @see https://html-validate.org/usage/#extends
2020
*/
2121
extends?: string[];
2222

2323
/**
2424
* Rules configuration
25-
* @link https://html-validate.org/usage/#rules
25+
* @see https://html-validate.org/usage/#rules
2626
*/
2727
rules?: ConfigData["rules"];
2828

0 commit comments

Comments
 (0)