Skip to content

Commit

Permalink
Add redirect to junit xml page
Browse files Browse the repository at this point in the history
  • Loading branch information
meghan-kradolfer committed Mar 18, 2024
1 parent b6ea559 commit 9626bd7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions config/routes.rb
Expand Up @@ -126,6 +126,7 @@
get "/docs/agent/upgrading", to: redirect("/docs/agent/v3/upgrading", status: 301)
get "/docs/agent/upgrading-to-v3", to: redirect("/docs/agent/v3/upgrading", status: 301)
get "/docs/clusters/queue-metrics", to: redirect("/docs/pipelines/cluster-queue-metrics", status: 301)
get "/docs/test-analytics/java", to: redirect("/docs/test-analytics/importing-junit-xml", status: 301)

# Old docs routes that we changed around during the development of the v3 agent docs
get "/docs/agent/upgrading-to-v2", to: redirect("/docs/agent/v2/upgrading-to-v2", status: 301)
Expand Down
2 changes: 1 addition & 1 deletion data/nav.yml
Expand Up @@ -410,7 +410,7 @@
- name: "Rust"
path: "test-analytics/rust-collectors"
- name: "Java"
path: "test-analytics/importing-junit-xml"
path: "test-analytics/java"
- name: "Other languages"
path: "test-analytics/other-collectors"
- name: "References"
Expand Down
2 changes: 1 addition & 1 deletion data/tiles.yml
Expand Up @@ -31,7 +31,7 @@ test_analytics_guides:
- text: "Rust"
url: "/docs/test-analytics/rust-collectors"
- text: "Java"
url: "/docs/test-analytics/importing-junit-xml"
url: "/docs/test-analytics/java"
- text: "Other languages"
url: "/docs/test-analytics/other-collectors"
- title: "References"
Expand Down

0 comments on commit 9626bd7

Please sign in to comment.