Correct Core/Enterprise release-notes targets in shared upgrade doc and fix shortcode line-break rendering#7119
Merged
jstirnaman merged 4 commits intomasterfrom Apr 19, 2026
Conversation
Copilot
AI
changed the title
[WIP] Update release notes links for InfluxDB 3.0 Core and Enterprise
Correct Core/Enterprise release-notes targets in shared upgrade doc and fix shortcode line-break rendering
Apr 19, 2026
Contributor
Vale Style Check Results
Warnings (2)
✅ Check passed |
jstirnaman
approved these changes
Apr 19, 2026
Contributor
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The shared InfluxDB 3 upgrade content was linking to outdated release-notes paths and mixed Core/Enterprise wording in a single shortcode-inline sentence. This updates links to the correct product-specific URLs and restructures the shortcode block to avoid broken line-break behavior.
Scope
content/shared/influxdb3-admin/upgrade.mdLink target corrections
/influxdb3/enterprise/reference/release-notes//influxdb3/enterprise/release-notes//influxdb3/core/release-notes/Shortcode formatting fix (
show-in/hide-in-adjacent line breaks)show-inblocks so each product renders a clean sentence and correct link target.{{% show-in "core" %}} Before upgrading your {{% product-name %}} instance, review the [release notes](/influxdb3/core/release-notes/) ... {{% /show-in %}} {{% show-in "enterprise" %}} Before upgrading your {{% product-name %}} cluster, review the [release notes](/influxdb3/enterprise/release-notes/) ... {{% /show-in %}}Screenshot
Original prompt
This pull request was created from Copilot chat.