summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFlorian Zschocke <2362065+flaix@users.noreply.github.com>2020-10-30 09:25:28 +0100
committerGitHub <noreply@github.com>2020-10-30 09:25:28 +0100
commite09574c7342c1f04a463e26b39af8b9f259c2b49 (patch)
treee11493362f78b1e8f2f774b8e34ba3238f903486 /src
parent460fdcf4b05536b74aeb4d1084e1143394ab943a (diff)
parent437a19b5259623927cbc6b02447017629a999db4 (diff)
downloadgitblit-e09574c7342c1f04a463e26b39af8b9f259c2b49.tar.gz
gitblit-e09574c7342c1f04a463e26b39af8b9f259c2b49.zip
Merge pull request #1349 from flaix/issue-1150
Fix 1150: Use external link instead of internal wiki link
Diffstat (limited to 'src')
-rw-r--r--src/site/tickets_overview.mkd2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site/tickets_overview.mkd b/src/site/tickets_overview.mkd
index 10d0e18f..cee5c97d 100644
--- a/src/site/tickets_overview.mkd
+++ b/src/site/tickets_overview.mkd
@@ -35,7 +35,7 @@ Gitblit's ticket data is based on a ridiculously simple concept: a ticket is the
All ticket services inherit from the same base class which handles most of the high level logic for ticket management including caching, milestones (stored in .git/config), indexing, queries, and searches.
-You can find descriptions of the available persistence services in [[tickets setup]].
+You can find descriptions of the available persistence services in [tickets setup](tickets_setup.html).
#### Limitations