Skip to content
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

Support page-relative aliases #3417

Merged

Conversation

chalin
Copy link
Contributor

@chalin chalin commented Oct 19, 2023

The only file affected is _redirects and the changes aren't significant (a leading or trailing / was added):

diff --git a/_redirects b/_redirects
index d6419903f..e22095996 100644
--- a/_redirects
+++ b/_redirects
@@ -101,7 +101,7 @@
 /docs/instrumentation/rust/examples/ https://github.com/open-telemetry/opentelemetry-rust/tree/main/examples
 /docs/instrumentation/swift/examples/ https://github.com/open-telemetry/opentelemetry-swift/tree/main/Examples
 /blog/2023/gc-elections-2023        /blog/2023/gc-elections/
-/blog/2023/additional-collector-sig/ /blog/2023/new-apac-meetings/
+/blog/2023/additional-collector-sig /blog/2023/new-apac-meetings/
 /blog/2023/end-user-q-and-a-series-otel-and-graphql /blog/2023/end-user-q-and-a-01/
 /blog/2023/otel-end-user-q-and-a-series-otel-and-graphql /blog/2023/end-user-q-and-a-01/
 /blog/2023/otel-end-user-discussions-january-2023 /blog/2023/end-user-discussions-01/
@@ -130,7 +130,7 @@ docs/specs/semconv/general/events-general /docs/specs/semconv/general/events/
 /docs/demo/feature_flags            /docs/demo/feature-flags/
 /docs/demo/demo_features            /docs/demo/features/
 /docs/demo/services/frauddetectionservice /docs/demo/services/fraud-detection/
-docs/demo/services/frontendproxy    /docs/demo/services/frontend-proxy/
+/docs/demo/services/frontendproxy   /docs/demo/services/frontend-proxy/
 /integrations                       /ecosystem/integrations/
 /docs/demo/kubernetes_deployment    /docs/demo/kubernetes-deployment/
 /docs/operator                      /docs/kubernetes/operator/

Redirect tests (a sampling):

@chalin chalin added the CI/infra CI & infrastructure label Oct 19, 2023
@chalin chalin requested review from a team and mx-psi and removed request for a team October 19, 2023 17:00
@chalin chalin mentioned this pull request Oct 19, 2023
29 tasks
@chalin chalin merged commit 7f46ec2 into open-telemetry:main Oct 19, 2023
12 checks passed
@chalin chalin deleted the chalin-im-page-relative-alias-2023-01-19 branch October 19, 2023 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/infra CI & infrastructure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants