From 0d890a4aca3c363bfbb139381702129ee9b51ca0 Mon Sep 17 00:00:00 2001 From: ronsamgeorge <77411064+ronsamgeorge@users.noreply.github.com> Date: Tue, 5 Apr 2022 09:16:41 +0530 Subject: [PATCH] Fix link to day14 for hyperlink "yesterday" --- Days/day15.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Days/day15.md b/Days/day15.md index 3b0180d..1f1be6e 100644 --- a/Days/day15.md +++ b/Days/day15.md @@ -1,6 +1,6 @@ ## Linux Commands for DevOps (Actually everyone) -I mentioned it [yesterday](Day14.md) that we are going to be spending a lot of time in the terminal with some commands to get stuff done. +I mentioned it [yesterday](day14.md) that we are going to be spending a lot of time in the terminal with some commands to get stuff done. I also mentioned that with our vagrant provisioned VM we can use `vagrant ssh` and gain access to our box. You will need to be in the same directory as we provisioned it from.