Skip to content

Commit fce42a4

Browse files
authored
Fixed command references in README.md (#1093)
1 parent 60468cb commit fce42a4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ run this command to validate and report the missing Unity Catalog external locat
565565

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

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

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

@@ -577,9 +577,9 @@ databricks labs ucx migrate-locations
577577

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

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

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

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

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

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

0 commit comments

Comments
 (0)