-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Integration][Datadog] Add _target='blank' attribute to spec links (#851
) # Description Update the description content and the attribute target="_blank" to all <a> tags such that the final becomes <a href=”some_link” target=”_blank”></a>. Doing this will point the url to open a new browser tab instead of the current browser. ## Type of change Please leave one option from the following and delete the rest: - [ ] Documentation (added/updated documentation) ## Screenshots Include screenshots from your environment showing how the resources of the integration will look. ## API Documentation Provide links to the API documentation used for this integration. --------- Co-authored-by: PagesCoffy <[email protected]> Co-authored-by: Tom Tankilevitch <[email protected]>
- Loading branch information
1 parent
a1a4140
commit ae7c382
Showing
3 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "datadog" | ||
version = "0.1.22" | ||
version = "0.1.23" | ||
description = "Datadog Ocean Integration" | ||
authors = ["Albert Luganga <[email protected]>"] | ||
|
||
|