From fd850f740da0c377c6b83869a9853a3f2b2d4f35 Mon Sep 17 00:00:00 2001 From: Anurag Maurya <76918434+Anuragmaurya-code@users.noreply.github.com> Date: Sat, 8 Jan 2022 20:31:53 +0530 Subject: [PATCH] Renamed link --- Days/day02.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Days/day02.md b/Days/day02.md index 9ddeb7f..d6d415e 100644 --- a/Days/day02.md +++ b/Days/day02.md @@ -1,6 +1,6 @@ ## Responsibilities of a DevOps Engineer -Hopefully you are coming into this off the back of going through the resources and post on [Day1 of #90DaysOfDevOps](Days/day01.md) +Hopefully you are coming into this off the back of going through the resources and post on [Day1 of #90DaysOfDevOps](day01.md) It was briefly touched on in the first post but now we must get deeper into this concept and understand that there are two main parts when creating an application. We have the **Development** part where software developers program the application and test it. Then we have the **Operations** part where the application is deployed and maintained on a server.