Skip to content

Commit

Permalink
Fix missing url in public docs index (#25699)
Browse files Browse the repository at this point in the history
* fix: missing url

* fix: public docs codeowners
  • Loading branch information
pgimalac authored May 17, 2024
1 parent 175d0b4 commit 1eb7adc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -210,11 +210,11 @@
/docs/cluster-agent/ @DataDog/documentation @DataDog/container-platform
/docs/dev/checks/ @DataDog/documentation @DataDog/agent-metrics-logs
/docs/cloud-workload-security/ @DataDog/documentation @DataDog/agent-security
/docs/serverless @DataDog/documentation @DataDog/serverless

/docs/public/architecture/components/ @DataDog/agent-shared-components
/docs/public/architecture/dogstatsd/ @DataDog/agent-metrics-logs
/docs/public/guidelines/components/ @DataDog/agent-shared-components
/docs/public/how-to/components/ @DataDog/agent-shared-components
/docs/public/components/ @DataDog/documentation @DataDog/agent-shared-components
/docs/public/architecture/dogstatsd/ @DataDog/documentation @DataDog/agent-metrics-logs
/docs/public/guidelines/deprecated-components-documentation/ @DataDog/documentation @DataDog/agent-shared-components

/google-marketplace/ @DataDog/container-ecosystems

Expand Down
2 changes: 1 addition & 1 deletion docs/public/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ First, you'll want to [set up](setup.md) your development environment.

## Agent development guidelines

To know more about the general design of the Agent and how to add code and feature read our section on [Components]().
To know more about the general design of the Agent and how to add code and feature read our section on [Components](https://datadoghq.dev/datadog-agent/components/overview/).

## Navigation

Expand Down

0 comments on commit 1eb7adc

Please sign in to comment.