Skip to content

Commit b84d67d

Browse files
Pr fixes
1 parent 586b08a commit b84d67d

File tree

5 files changed

+18
-11
lines changed

5 files changed

+18
-11
lines changed

articles/migration/migrate-compute-from-aws.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ Consider the following articles when you migrate compute services. The platform-
4444

4545
Compute services make up only part of your workload. Explore other components that you might migrate:
4646

47-
- [Storage](./migrate-storage-from-aws.md)
48-
- [Databases](./migrate-databases-from-aws.md)
47+
- [Databases](migrate-databases-from-aws.md)
48+
- [Storage](migrate-storage-from-aws.md)
49+
- [Networking](migrate-networking-from-aws.md)
50+
- [Security](migrate-security-and-identity-from-aws.md)
4951

5052
Use the table of contents to explore other articles related to your workload's architecture.

articles/migration/migrate-databases-from-aws.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ Use the following scenarios as examples for your migration process.
4646

4747
Databases make up only part of your workload. Explore other components that you might migrate:
4848

49-
- [Compute](./migrate-compute-from-aws.md)
50-
- [Storage](./migrate-storage-from-aws.md)
49+
- [Compute](migrate-compute-from-aws.md)
50+
- [Storage](migrate-storage-from-aws.md)
51+
- [Networking](migrate-networking-from-aws.md)
52+
- [Security](migrate-security-and-identity-from-aws.md)
5153

5254
Use the table of contents to explore other articles that relate to your workload's architecture.

articles/migration/migrate-networking-from-aws.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ Use the following migration guides as examples to help structure your migration
3636

3737
Networking makes up only part of your workload. Explore other components that you might migrate:
3838

39-
- [Compute](./migrate-compute-from-aws.md)
40-
- [Databases and data](./migrate-databases-from-aws.md)
41-
- [Storage](./migrate-storage-from-aws.md)
39+
- [Compute](migrate-compute-from-aws.md)
40+
- [Databases](migrate-databases-from-aws.md)
41+
- [Storage](migrate-storage-from-aws.md)
42+
- [Security](migrate-security-and-identity-from-aws.md)
4243

4344
Use the table of contents to explore other articles that relate to your workload's architecture.

articles/migration/migrate-storage-from-aws.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ Use the following migration guides as examples to help structure your migration
3838

3939
Storage makes up only part of your workload. Explore other components that you might migrate:
4040

41-
- [Compute](./migrate-compute-from-aws.md)
42-
- [Databases and data](./migrate-databases-from-aws.md)
41+
- [Compute](migrate-compute-from-aws.md)
42+
- [Databases](migrate-databases-from-aws.md)
43+
- [Networking](migrate-networking-from-aws.md)
44+
- [Security](migrate-security-and-identity-from-aws.md)
4345

4446
Use the table of contents to explore other articles that relate to your workload's architecture.

articles/migration/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ items:
2626
# href: ./placeholder.md
2727
- name: Compute
2828
href: ./migrate-compute-from-aws.md
29-
- name: Databases and data
29+
- name: Databases
3030
href: ./migrate-databases-from-aws.md
3131
- name: Storage
3232
href: ./migrate-storage-from-aws.md
3333
- name: Networking
3434
href: ./migrate-networking-from-aws.md
3535
- name: Security
36-
href: ./migrate-security-and-identity-from.aws.md
36+
href: ./migrate-security-and-identity-from-aws.md
3737
- name: Migrate from Google Cloud
3838
items:
3939
- name: Getting started

0 commit comments

Comments
 (0)