From 2a891a2c2603e0dac3b905788c678048b0abb919 Mon Sep 17 00:00:00 2001 From: David Svantesson Date: Sat, 7 Dec 2019 05:21:18 +0100 Subject: [PATCH] Redirect issue if repo has configured external tracker. (#9247) * Redirect issue if repo has configured external tracker. * Handle error * Add tests for redirect * Fix test consistency --- doc/usage/linked-references.en-us.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/usage/linked-references.en-us.md b/doc/usage/linked-references.en-us.md index 4dd84426..a5f88363 100644 --- a/doc/usage/linked-references.en-us.md +++ b/doc/usage/linked-references.en-us.md @@ -156,7 +156,7 @@ In the examples, `User1/Repo1` refers to the repository where the reference is u | `User1/Repo1!1234` | yes | N/A | A link to _PR_ 1234 for `User1/Repo1` | | `UserZ/RepoZ#1234` | N/A | no | A link to issue/pull 1234 in `UserZ/RepoZ` | | `UserZ/RepoZ!1234` | N/A | no | A link to issue/pull 1234 in `UserZ/RepoZ` | -| _Not supported_ | N/A | yes | A link to _external issue_ 1234 for `UserZ/RepoZ` | +| `UserZ/RepoZ#1234` | N/A | yes | A link to _external issue_ 1234 for `UserZ/RepoZ` | | `UserZ/RepoZ!1234` | N/A | yes | A link to _PR_ 1234 for `UserZ/RepoZ` | | **Alphanumeric issue IDs:** | - | - | - | | `AAA-1234` | yes | N/A | A link to _external issue_ `AAA-1234` for `User1/Repo1` |