From 5b175ea426df39563f4770683fa1c9a18999ba31 Mon Sep 17 00:00:00 2001 From: Kalyanasundaram Somasundaram Date: Fri, 27 Nov 2020 15:55:22 +0530 Subject: [PATCH] Update repository url in contribute --- courses/CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 +```