diff --git a/website_docs/_index.md b/website_docs/_index.md index c54b235d5..fb2771e0d 100644 --- a/website_docs/_index.md +++ b/website_docs/_index.md @@ -4,7 +4,7 @@ description: A language-specific implementation of OpenTelemetry in PHP. cascade: github_repo: &repo https://github.com/open-telemetry/opentelemetry-php github_subdir: website_docs - path_base_for_github_subdir: content/en/docs/php/ + path_base_for_github_subdir: content/en/docs/instrumentation/php/ github_project_repo: *repo weight: 21 --- diff --git a/website_docs/getting_started.md b/website_docs/getting-started.md similarity index 98% rename from website_docs/getting_started.md rename to website_docs/getting-started.md index 1d0c52c08..8d82319cd 100644 --- a/website_docs/getting_started.md +++ b/website_docs/getting-started.md @@ -1,6 +1,7 @@ --- title: Getting Started description: Get up and running with OpenTelemetry for PHP. +aliases: [/docs/instrumentation/php/getting_started] --- In this page you'll learn how to export traces to the console.