Merge pull request #17484 from JaanJah/16648-permalinks
Use permalinks in files that use links with line numbers
This commit is contained in:
@@ -2595,7 +2595,7 @@
|
||||
fields that clarify a previous grey area such that the intent of the alteration
|
||||
is made explicit. This is caught by `tsc` and your editor if you are using the
|
||||
`@ts-check` and `@param` syntax in your migration files
|
||||
([example](https://github.com/backstage/backstage/blob/master/plugins/catalog-backend/migrations/20220116144621_remove_legacy.js#L17)),
|
||||
([example](https://github.com/backstage/backstage/blob/e0506af8fc54074a160fb91c83d6cae8172d3bb3/plugins/catalog-backend/migrations/20220116144621_remove_legacy.js#L17)),
|
||||
which we strongly recommend.
|
||||
|
||||
See the [`knex` documentation](https://knexjs.org/#Schema-alter) for more
|
||||
@@ -2665,7 +2665,7 @@
|
||||
fields that clarify a previous grey area such that the intent of the alteration
|
||||
is made explicit. This is caught by `tsc` and your editor if you are using the
|
||||
`@ts-check` and `@param` syntax in your migration files
|
||||
([example](https://github.com/backstage/backstage/blob/master/plugins/catalog-backend/migrations/20220116144621_remove_legacy.js#L17)),
|
||||
([example](https://github.com/backstage/backstage/blob/e0506af8fc54074a160fb91c83d6cae8172d3bb3/plugins/catalog-backend/migrations/20220116144621_remove_legacy.js#L17)),
|
||||
which we strongly recommend.
|
||||
|
||||
See the [`knex` documentation](https://knexjs.org/#Schema-alter) for more
|
||||
|
||||
Reference in New Issue
Block a user