-
Notifications
You must be signed in to change notification settings - Fork 231
Fix inter-readme anchor links regarding integrations #546
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -101,7 +101,7 @@ The API key is required and its absence causes the role to fail. If you want to | |
|
|
||
| To configure a Datadog integration (check), add an entry to the `datadog_checks` section. The first level key is the name of the check, and the value is the YAML payload to write the configuration file. Examples are provided below. | ||
|
|
||
| To install or remove an integration, refer to the `datadog_integrations` [paragraph][22] | ||
| To install or remove an integration, refer to the `datadog_integration` [paragraph](#integration-installation) | ||
|
|
||
| #### Process check | ||
|
|
||
|
|
@@ -357,7 +357,7 @@ To upgrade from Agent v6 to v7, use `datadog_agent_major_version: 7` to install | |
|
|
||
| Use the `datadog_integration` resource to install a specific version of a Datadog integration. Keep in mind, the Agent comes with the [core integrations][19] already installed. This command is useful for upgrading a specific integration without upgrading the whole Agent. For more details, see [integration management][4]. | ||
|
|
||
| If you want to configure an integration, refer to the `datadog_checks` [paragraph][21] | ||
| If you want to configure an integration, refer to the `datadog_checks` [paragraph](#integrations) | ||
|
|
||
| Available actions: | ||
|
|
||
|
|
@@ -682,7 +682,5 @@ If you need to install the agent through Ansible but don't want to specify an AP | |
| [18]: https://docs.datadoghq.com/security/cspm/setup/?tab=docker | ||
| [19]: https://github.com/DataDog/integrations-core | ||
| [20]: https://github.com/DataDog/integrations-extras | ||
| [21]: https://github.com/DataDog/ansible-datadog/tree/nschweitzer/readme#integrations | ||
| [22]: https://github.com/DataDog/ansible-datadog/tree/nschweitzer/readme#integrations-installation | ||
| [23]: https://docs.datadoghq.com/tracing/trace_collection/library_injection_local/?tab=agentandappinseparatecontainers#configure-docker-injection | ||
| [24]: https://docs.datadog.com/tracing/trace_collection/library_injection_local | ||
|
Comment on lines
685
to
686
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I can change these numbers to |
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This approach of using a
[some text](#anchor-name)link has been used once in the README.md already:ansible-datadog/README.md
Line 564 in a543baa
So I figured this one could also be accepted.