Skip to content

Commit

Permalink
fix: fix wrong reference URL for TcpCheck construct
Browse files Browse the repository at this point in the history
  • Loading branch information
sorccu committed Jan 29, 2025
1 parent 9331762 commit 0e1b854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/constructs/tcp-check.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export class TcpCheck extends Check {
* @param logicalId unique project-scoped resource name identification
* @param props check configuration properties
*
* {@link https://checklyhq.com/docs/cli/constructs/#tcpcheck Read more in the docs}
* {@link https://checklyhq.com/docs/cli/constructs-reference/#tcpcheck Read more in the docs}
*/

constructor (logicalId: string, props: TcpCheckProps) {
Expand Down

0 comments on commit 0e1b854

Please sign in to comment.