Skip to content

Commit

Permalink
fix(Synthetics): Fixed broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaenam committed Jun 1, 2023
1 parent c18fcda commit b3c6021
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ We have expanded support for synthetic monitors to [our NerdGraph API](/docs/api
* The ability to attach scripts to scripted monitors with only one call, rather than the two calls needed with REST APIs.
* The ability to add tags to your monitors.

Unlike with REST APIs, NerdGraph lets you programatically create [broken links](#create-broken-links), [step](#create-step), and [certificate check](create-certificate-check) monitors.
Unlike with REST APIs, NerdGraph lets you programatically create [broken links](/docs/apis/nerdgraph/examples/nerdgraph-synthetics-tutorial/#create-broken-links), [step](/docs/apis/nerdgraph/examples/nerdgraph-synthetics-tutorial/#create-step), and [certificate check](/docs/apis/nerdgraph/examples/nerdgraph-synthetics-tutorial/#create-certificate-check) monitors.

## Get custom timing details with your scripted API monitors

Expand Down

0 comments on commit b3c6021

Please sign in to comment.