Skip to content

Commit 2aaffc2

Browse files
authored
fix(migration.v6): correct fragment links in migration v6 guide (#394)
During the change in #373 , the v6 migration guide was not fully updated with the new fragment links. This PR fixes that.
1 parent 0bfefc1 commit 2aaffc2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

versioned_docs/version-v6.0.0/support/v6-migration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ It is also possible to use the auto created Invictus for Azure user assigned man
192192
We need to replace the following components with the new containerized API's.
193193

194194
* [Migrating PubSub v1 to v2](../framework/pubsubV2.md#migrating-pubsub-v1-to-v2)
195-
* [Migrating Transco v1 to v2](../framework/transcoV2.mdx#migrating-transco-v1-to-v2)
196-
* [Migrating Matrix v1 to Transco v2](../framework/transcoV2.mdx#migrating-matrix-v1-to-transco-v2)
195+
* [Migrating Transco v1 to v2](../framework/transcoV2.mdx#migrating-v1-to-v2)
196+
* [Migrating Matrix v1 to Transco v2](../framework/transcoV2.mdx#migrating-v1-to-v2)
197197

198198
## Common Migration Issues
199199
:::danger[pipeline error: `Operating system not supported`]
@@ -202,4 +202,4 @@ Your release pipeline agent must be a linux agent, for example `vmImage: 'ubuntu
202202

203203
:::danger[Pipeline Error: `Invalid ContainerApp name....The length must be between 2 and 32 characters inclusive.`]
204204
If you are overriding the default app names, the provided name might be too long, as the Container App name limit is lower than for function apps.
205-
:::
205+
:::

0 commit comments

Comments
 (0)