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

redirect micrometer reference #1709

Merged
merged 1 commit into from
Jul 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
redirect micrometer reference
ebullient committed May 23, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 5127941fcec01de2deec20ad3864fa60abeda187
4 changes: 4 additions & 0 deletions _redirects/guides/micrometer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
permalink: /guides/micrometer/index.html
newUrl: /guides/telemetry-micrometer
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My understanding is that it should be (or did I miss some magic?):

Suggested change
newUrl: /guides/telemetry-micrometer
newUrl: /guides/telemetry-micrometer-tutorial

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no. there is both a tutorial (/guides/telemetry-micrometer-tutorial), and a renamed/redone reference guide (/guides/telemetry-micrometer) .. the existing URL (/guides/micrometer/) is to the reference guide (which is a bad cross with a tutorial, I didn't have a chance to fix it earlier).

---