Skip to content

Commit 808909f

Browse files
authored
Fix URL in instructions (#20993)
The URL is in a parenthesis which our Markdown parser interprets as part of the URL. Furthermore, this is an example URL which isn't meant to be clickable, so escaping with backticks is more accurate.
1 parent 2eb996b commit 808909f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beyondtrust_password_safe/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ sudo -u dd-agent -- datadog-agent integration install datadog-beyondtrust_passwo
137137

138138
| Parameters | Description |
139139
| --------------------------------- | ------------------------------------------------------------------------------------ |
140-
| API Base Endpoint | API Base Endpoint used to make requests to the Password Safe public API (Example: https://beyondtrustcloud.com/BeyondTrust/api/public/v3). |
140+
| API Base Endpoint | API Base Endpoint used to make requests to the Password Safe public API (Example: `https://beyondtrustcloud.com/BeyondTrust/api/public/v3`). |
141141
| Client ID | Client ID of the application user present in BeyondTrust Password Safe. |
142142
| Client Secret | Client Secret of the application user present in BeyondTrust Password Safe. |
143143

0 commit comments

Comments
 (0)