diff options
author | David Svantesson <david.svantesson@qrtech.se> | 2019-12-07 05:21:18 +0100 |
---|---|---|
committer | techknowlogick <techknowlogick@gitea.io> | 2019-12-06 23:21:18 -0500 |
commit | 9cb418e623a137fb03f6540517e6e5f4ff6e92cc (patch) | |
tree | 6bd9af2a628961647f02e86a9564b5b3c2e81875 /docs/content/doc/usage/linked-references.en-us.md | |
parent | 82e0383d2104f454af5b3e0e768f0497113f3b13 (diff) | |
download | gitea-9cb418e623a137fb03f6540517e6e5f4ff6e92cc.tar.gz gitea-9cb418e623a137fb03f6540517e6e5f4ff6e92cc.zip |
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
Diffstat (limited to 'docs/content/doc/usage/linked-references.en-us.md')
-rw-r--r-- | docs/content/doc/usage/linked-references.en-us.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/usage/linked-references.en-us.md b/docs/content/doc/usage/linked-references.en-us.md index 4dd8442688..a5f88363dd 100644 --- a/docs/content/doc/usage/linked-references.en-us.md +++ b/docs/content/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` | |