diff --git a/README.md b/README.md index e6dad83..5ea3c27 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,15 @@ ### Table of contents - AWS Fundamentals - - [What is Cloud Computing?](/cloud_computing.md) - - [IAM: Identity Access & Management](/iam.md) - - [EC2: Virtual Machines](/ec2.md) - - [EC2 Instance Storage](/ec2_storage.md) - - [Elastic Load Balancing & Auto Scaling Groups](/elb_asg.md) - - [Amazon S3](/s3.md) - - [Databases & Analytics](/databases.md) - - [Other Compute Section](/other_compute.md) - - [Deploying and Managing Infrastructure at Scale Section](/deploying.md) + - [What is Cloud Computing?](sections/cloud_computing.md) + - [IAM: Identity Access & Management](sections/iam.md) + - [EC2: Virtual Machines](sections/ec2.md) + - [EC2 Instance Storage](sections/ec2_storage.md) + - [Elastic Load Balancing & Auto Scaling Groups](sections/elb_asg.md) + - [Amazon S3](sections/s3.md) + - [Databases & Analytics](sections/databases.md) + - [Other Compute Section](sections/other_compute.md) + - [Deploying and Managing Infrastructure at Scale Section](sections/deploying.md) ### Contributors diff --git a/cloud_computing.md b/sections/cloud_computing.md similarity index 100% rename from cloud_computing.md rename to sections/cloud_computing.md diff --git a/databases.md b/sections/databases.md similarity index 100% rename from databases.md rename to sections/databases.md diff --git a/deploying.md b/sections/deploying.md similarity index 100% rename from deploying.md rename to sections/deploying.md diff --git a/ec2.md b/sections/ec2.md similarity index 100% rename from ec2.md rename to sections/ec2.md diff --git a/ec2_storage.md b/sections/ec2_storage.md similarity index 100% rename from ec2_storage.md rename to sections/ec2_storage.md diff --git a/elb_asg.md b/sections/elb_asg.md similarity index 100% rename from elb_asg.md rename to sections/elb_asg.md diff --git a/iam.md b/sections/iam.md similarity index 100% rename from iam.md rename to sections/iam.md diff --git a/other_compute.md b/sections/other_compute.md similarity index 100% rename from other_compute.md rename to sections/other_compute.md diff --git a/s3.md b/sections/s3.md similarity index 100% rename from s3.md rename to sections/s3.md