Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The analysis for other applications runs in the container mode automatically.

.Prerequisites

* You installed the {ProductShortName} CLI. For more information, see link:{mta-URL}installing_the_migration_toolkit_for_applications/index#installing-cli-zip_installing-mta-cli[Installing the CLI by using a .zip file].
* You installed the {ProductShortName} CLI. For more information, see link:{mta-URL}/installing_the_migration_toolkit_for_applications/index#installing-cli-zip_installing-mta-cli[Installing the CLI by using a .zip file].
* You installed Java Development Kit (JDK) version 17 or later.
* If you use OpenJDK on Red Hat Enterprise Linux (RHEL) or Fedora, you installed the Java `devel` package.
* You installed Maven version 3.9.9 or later.
Expand Down
6 changes: 2 additions & 4 deletions docs/topics/mta-install/con_mta-rules.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,5 @@ pass:[<!-- vale RedHat.Spelling = YES -->]
====
You can create your own custom analyzer rules. You can use custom rules to identify the use of custom libraries or other components that the provided standard migration rules might not cover.

For instructions on how to write custom rules, see link:{mta-URL}/rules_development_guide/index[Rules Development Guide].
====


For instructions on how to write custom rules, see link:{mta-URL}/configuring_and_using_rules_for_an_mta_analysis/index[Configuring and using rules for an MTA analysis].
====
3 changes: 1 addition & 2 deletions docs/topics/mta-ui/con_intro-to-mta-ui.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ You can use the {ProductShortName} UI to assess and analyze applications for ris

[role="_additional-resources"]
.Additional resources
* link:https://docs.redhat.com/en/documentation/migration_toolkit_for_applications/8.0/html/installing-mta-title/index[Installing the {ProductName}]

* link:{mta-URL}/installing_the_migration_toolkit_for_applications/index[Installing the {ProductName}]
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ You can use the discovery manifest to generate assets in the web console to depl
{ProductShortName} CLI supports running a live discovery in a remote CF instance::
With this update, you can perform a live discovery if you want to determine what is deployed in a certain Cloud Foundry (CF) cluster. For example, you can determine how many applications are in the cluster. You can also use the live discovery if you do not have access to manifest YAML files.
+
For more information, see link:https://docs.redhat.com/en/documentation/migration_toolkit_for_applications/8.0/html/cli_guide/generating-assets_cli-guide#performing-a-live-discovery_generating-assets[Performing a live discovery in a remote CF instance].
For more information, see link:{mta-URL}/using_the_migration_toolkit_for_applications_command-line_interface/index#performing-a-live-discovery_generating-assets[Performing a live discovery in a remote CF instance].
+
(link:https://issues.redhat.com/browse/MTA-4847[MTA-4847])

Expand All @@ -61,7 +61,7 @@ You can conceal sensitive information, for example, services and Docker credenti

+
--
For more information, see link:https://docs.redhat.com/en/documentation/migration_toolkit_for_applications/8.0/html/cli_guide/generating-assets_cli-guide#concealing-sensitive-information_generating-assets[Concealing sensitive information in a discovery manifest].
For more information, see link:{mta-URL}/using_the_migration_toolkit_for_applications_command-line_interface/index#concealing-sensitive-information_generating-assets[Concealing sensitive information in a discovery manifest].

(link:https://issues.redhat.com/browse/MTA-4847[MTA-4847])
--
Expand Down Expand Up @@ -93,6 +93,6 @@ Before this update, you could only assign credentials to an application manually
+
IMPORTANT: You can only set Maven or source control credentials as default credentials. You can only define one default set of credentials per credential type.
+
For more information, see link:https://docs.redhat.com/en/documentation/migration_toolkit_for_applications/8.0/html/user_interface_guide/index#setting-default-credentials_managing-applications-mta-ui[Setting default credentials].
For more information, see link:{mta-URL}/configuring_and_managing_the_migration_toolkit_for_applications_user_interface/index#setting-default-credentials_managing-applications[Setting default credentials].
+
(link:https://issues.redhat.com/browse/MTA-5254[MTA-5254])
Loading