diff --git a/courses/CONTRIBUTING.md b/courses/CONTRIBUTING.md index 2b50de4..f313202 100644 --- a/courses/CONTRIBUTING.md +++ b/courses/CONTRIBUTING.md @@ -4,6 +4,8 @@ As a contributor, you represent that the content you submit is not plagiarised. We suggest to open an issue first and seek advice for your changes before submitting a pull request. +*Repository URL*: [https://github.com/linkedin/school-of-sre](https://github.com/linkedin/school-of-sre) + ### Building and testing locally Run the following commands to build and view the site locally before opening a PR. @@ -11,4 +13,4 @@ Run the following commands to build and view the site locally before opening a P pip install -r requirements.txt mkdocs build mkdocs serve -``` \ No newline at end of file +```