Skip to content

Commit

Permalink
Fixed command references in README.md (#1093)
Browse files Browse the repository at this point in the history
  • Loading branch information
nfx authored Mar 23, 2024
1 parent 60468cb commit fce42a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ run this command to validate and report the missing Unity Catalog external locat

This command validates and provides mapping to external tables to external locations, also as Terraform configurations.

Once you're done with this command, proceed to the [migrate locations](#migrate-locations-command) command.
Once you're done with this command, proceed to the [`migrate-locations` command](#migrate-locations-command).

[[back to top](#databricks-labs-ucx)]

Expand All @@ -577,9 +577,9 @@ databricks labs ucx migrate-locations

Once the [`assessment` workflow](#assessment-workflow) finished successfully, and [storage credentials](#migrate-credentials-command) are configured,
run this command to have Unity Catalog external locations created. The candidate locations to be created are extracted from guess_external_locations
task in the assessment job. You can run [validate_external_locations](#validate-external-locations-command) command to check the candidate locations.
task in the assessment job. You can run [`validate-external-locations` command](#validate-external-locations-command) to check the candidate locations.

Once you're done with this command, proceed to the [create-table-mapping](#create-table-mapping-command) command.
Once you're done with this command, proceed to the [`create-table-mapping` command](#create-table-mapping-command).

[[back to top](#databricks-labs-ucx)]

Expand Down Expand Up @@ -639,7 +639,7 @@ This command removes the `upgraded_from` property on a migrated table for re-mig
This command is useful for developers and administrators who want to revert the migration of a table. It can also be used
to debug issues related to table migration.

Go back to the [create-table-mapping](#create-table-mapping-command) command after you're done with this command.
Go back to the [`create-table-mapping` command](#create-table-mapping-command) after you're done with this command.

[[back to top](#databricks-labs-ucx)]

Expand Down

0 comments on commit fce42a4

Please sign in to comment.