Skip to content

Commit fcd1b97

Browse files
committed
docs(migrations): remove duplicated article
Remove the repeated 'the' from the cross-repository link example so the migration guidance reads correctly. Changes: - content/migrations/elm/migrated-data-reference.md - Correct the duplicated article in the link-rewriting example. Validation: - npm run lint-content -- --paths content/migrations/elm/migrated-data-reference.md - git diff --check
1 parent 2cf2aac commit fcd1b97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/migrations/elm/migrated-data-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,4 +154,4 @@ The following are exported during initial backfill only and are **not** updated
154154

155155
References **within the source repository**, such as user mentions or links to issues and pull requests in the same repository, are rewritten so that they will still point to the correct resources after migration.
156156

157-
References to **different repositories** (such as a link to an issue in the the `repo-2` repository from a pull request in `repo-1`) are **not** migrated and will point to the exact same destination after migration. This applies even if the referenced repository has already been migrated or is being migrated concurrently.
157+
References to **different repositories** (such as a link to an issue in the `repo-2` repository from a pull request in `repo-1`) are **not** migrated and will point to the exact same destination after migration. This applies even if the referenced repository has already been migrated or is being migrated concurrently.

0 commit comments

Comments
 (0)