linkedin / school-of-sre

At LinkedIn, we are using this curriculum for onboarding our entry-level talents into the SRE role.
https://linkedin.github.io/school-of-sre/
Other
7.7k stars 704 forks source link

Minor issue with redirection to GFG site and a typo #127

Closed bhavyatyagi closed 2 years ago

bhavyatyagi commented 2 years ago

1. Inside _school-of-sre\courses\level102\containerization_and_orchestration\intro_tocontainers.md Line 177, clicking on the link in line "If you want to try out a more in-depth exercise on cgroups, check out this tutorial from Geeks for Geeks." makes the site go Error 404 Not found. To fix this an 'https://' can be added as a prefix to the link which will fix this issue. Page Link: https://linkedin.github.io/school-of-sre/level102/containerization_and_orchestration/intro_to_containers/

2. Inside _school-of-sre\courses\level102\linuxintermediate\bashscripting.md the monitoring script misses onto the first '#' in

!/bin/bash and should be #!/bin/bash instead of !/bin/bash

Page Link: https://linkedin.github.io/school-of-sre/level102/linux_intermediate/bashscripting/

Do let me know about the issues and suggested changes...

sanketplus commented 2 years ago

@bhavyatyagi feel free to raise a PR. thanks for reporting the issues

bhavyatyagi commented 2 years ago

Raised a pr as instructed. Thanks for letting me fix it :)