Skip to content

Commit

Permalink
docs: [[ target ]] -> {@link target} (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao authored Sep 11, 2023
1 parent e6a0158 commit 403bfdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ export interface ElectronDownloadRequestOptions {
*/
mirrorOptions?: MirrorOptions;
/**
* The custom [[Downloader]] class used to download artifacts. Defaults to the
* built-in [[GotDownloader]].
* The custom {@link Downloader} class used to download artifacts. Defaults to the
* built-in {@link GotDownloader}.
*/
downloader?: Downloader<DownloadOptions>;
/**
Expand Down

0 comments on commit 403bfdb

Please sign in to comment.