From b7c0105247c88ced269dd2e07a8940d25d4d1294 Mon Sep 17 00:00:00 2001 From: kananinirav <30398499+kananinirav@users.noreply.github.com> Date: Mon, 15 Aug 2022 18:24:12 +0900 Subject: [PATCH] [Modified] folder structure --- README.md | 18 +++++++++--------- .../cloud_computing.md | 0 databases.md => sections/databases.md | 0 deploying.md => sections/deploying.md | 0 ec2.md => sections/ec2.md | 0 ec2_storage.md => sections/ec2_storage.md | 0 elb_asg.md => sections/elb_asg.md | 0 iam.md => sections/iam.md | 0 other_compute.md => sections/other_compute.md | 0 s3.md => sections/s3.md | 0 10 files changed, 9 insertions(+), 9 deletions(-) rename cloud_computing.md => sections/cloud_computing.md (100%) rename databases.md => sections/databases.md (100%) rename deploying.md => sections/deploying.md (100%) rename ec2.md => sections/ec2.md (100%) rename ec2_storage.md => sections/ec2_storage.md (100%) rename elb_asg.md => sections/elb_asg.md (100%) rename iam.md => sections/iam.md (100%) rename other_compute.md => sections/other_compute.md (100%) rename s3.md => sections/s3.md (100%) 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