Skip to content

Commit 814bec8

Browse files
rolfedhgsmet
authored andcommitted
Make necessary changes to share the topic with both community and product docs.
(cherry picked from commit ee6493e)
1 parent b8d9b25 commit 814bec8

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

docs/src/main/asciidoc/_attributes.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
:vault-guide: https://quarkiverse.github.io/quarkiverse-docs/quarkus-vault/dev/index.html
5454
:vault-datasource-guide: https://quarkiverse.github.io/quarkiverse-docs/quarkus-vault/dev/vault-datasource.html
5555
:micrometer-registry-guide: https://quarkiverse.github.io/quarkiverse-docs/quarkus-micrometer-registry/dev/index.html
56-
:quarkus-migration-guide: https://github.com/quarkusio/quarkus/wiki/Migration-Guides
56+
:quarkus-migration-guide: https://github.com/quarkusio/quarkus/wiki/Migration-Guides[Migration Guides]
5757
// .
5858
:create-app-group-id: org.acme
5959
:create-cli-group-id: {create-app-group-id}
6060
// .
61-
include::_attributes-local.adoc[]
61+
include::_attributes-local.adoc[]

docs/src/main/asciidoc/update-quarkus.adoc

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@ include::_attributes.adoc[]
1010
:extension-status: "experimental"
1111
:summary: Learn how to upgrade your projects to the latest version of {project-name}
1212

13-
include::{includes}/extension-status.adoc[]
14-
15-
You can update or upgrade your {project-name} projects to the latest version by using an update command.
13+
You can update or upgrade your {project-name} projects to the latest version of {project-name} by using an update command.
1614

1715
The update command primarily employs OpenRewrite recipes to automate updates for most project dependencies, source code, and documentation.
18-
Although these recipes update many migration items, they do not cover all the items detailed in the {quarkus-migration-guide}[Migration Guide] topics.
16+
Although these recipes update many migration items, they do not cover all the items detailed in the {quarkus-migration-guide}.
1917

2018
Post-update, if expected updates are missing, consider the following reasons:
2119

@@ -38,8 +36,8 @@ include::{includes}/prerequisites.adoc[]
3836

3937
. Create a working branch for your project by using your version control system.
4038

41-
. Install the *latest version* of the Quarkus CLI to use in the next step. For more information, see link:https://quarkus.io/guides/cli-tooling#installing-the-cli[Installing the CLI].
42-
Confirm the version number by using `quarkus -v`.
39+
. To use the Quarkus CLI in the next step, link:https://quarkus.io/guides/cli-tooling#installing-the-cli[install the latest version of the Quarkus CLI].
40+
Confirm the version number using `quarkus -v`.
4341

4442
. Go to the project directory and update the project to the latest stream:
4543
+
@@ -74,7 +72,7 @@ ifdef::devtools-wrapped[+]
7472

7573
. Use a diff tool to inspect all changes.
7674

77-
. Review the {quarkus-migration-guide}[Migration Guide] topics for items that were not updated by the update command.
75+
. Review the {quarkus-migration-guide} for items that were not updated by the update command.
7876
If your project has such items, implement the additional steps advised in these topics.
7977

8078
. Ensure the project builds without errors, all tests pass, and the application functions as required before deploying to production.

0 commit comments

Comments
 (0)