From bfe44d2141df5e791285f03909cd2f7c74124932 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20K=C3=BCblb=C3=B6ck?= <31962481+Mkublbock@users.noreply.github.com> Date: Fri, 19 Nov 2021 11:04:31 +0100 Subject: [PATCH] Fixed: Broken Link in Fork and PR index.md Link was encased in brackets and ) was added and the end of the link resulting in a broken link - fixed by escaping the last character --- content/Contributing/ForkAndPR/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/Contributing/ForkAndPR/index.md b/content/Contributing/ForkAndPR/index.md index 54a0496c..89c2d00c 100644 --- a/content/Contributing/ForkAndPR/index.md +++ b/content/Contributing/ForkAndPR/index.md @@ -7,7 +7,7 @@ weight = 100 ## Abstract -AL Guidelines is a community project, and as such YOU are encouraged to submit corrections and new ideas. In order to get your content included, you must submit a pull request to the GitHub Repository (Located here: https://github.com/microsoft/alguidelines). All Pull Requests are subject to approval by a minimum three admins. +AL Guidelines is a community project, and as such YOU are encouraged to submit corrections and new ideas. In order to get your content included, you must submit a pull request to the GitHub Repository (Located here: https://github.com/microsoft/alguidelines\). All Pull Requests are subject to approval by a minimum three admins. If You are toying with an idea, but You aren't ready to create a document just yet, you are encouraged to create a project discussion thread here: https://github.com/microsoft/alguidelines/discussions @@ -57,4 +57,4 @@ To do so, head on over to the repository on GitHub where your project lives. For GitHub will bring you to a page that shows the differences between your fork and the microsoft/alguidelines repository. Click **Create pull request.** -GitHub will bring you to a page where you can enter a title and a description of your changes. _It's important to provide as much useful information and a rationale for why you're making this pull request in the first place._ The project owners needs to be able to determine whether your change is as useful to everyone as you think it is. Finally, click **Create pull request.** \ No newline at end of file +GitHub will bring you to a page where you can enter a title and a description of your changes. _It's important to provide as much useful information and a rationale for why you're making this pull request in the first place._ The project owners needs to be able to determine whether your change is as useful to everyone as you think it is. Finally, click **Create pull request.**