summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-05-24 16:37:06 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-05-24 16:37:06 -0400
commit0d1044424df7c36de271f19265f5be54292b49f2 (patch)
treeffaa38da480293cadcf12e1ab49d8cfaa798ee2e /doc
parent6eb6c6115cc0d3cf87b436f7e17fbb2c699618f9 (diff)
tweaks
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs.mdwn8
-rw-r--r--doc/bugs/confirmed.mdwn2
-rw-r--r--doc/bugs/unconfirmed.mdwn2
-rw-r--r--doc/contribute.mdwn3
4 files changed, 8 insertions, 7 deletions
diff --git a/doc/bugs.mdwn b/doc/bugs.mdwn
index 752499032..9e2e55cbf 100644
--- a/doc/bugs.mdwn
+++ b/doc/bugs.mdwn
@@ -5,10 +5,10 @@ This is git-annex's bug list.
Categories:
-* [[Confirmed_bugs|confirmed]]
-* [[Unconfirmed_bugs|unconfirmed]]
-* [[Bugs_needing_more_info|moreinfo]]
-* [[Closed_bugs|bugs/done]]
+* [[bugs/confirmed]]
+* [[bugs/unconfirmed]]
+* [[bugs/moreinfo]]
+* [[bugs/done]]
"""
]]
diff --git a/doc/bugs/confirmed.mdwn b/doc/bugs/confirmed.mdwn
index dd2aef8ec..bab81a24d 100644
--- a/doc/bugs/confirmed.mdwn
+++ b/doc/bugs/confirmed.mdwn
@@ -2,7 +2,7 @@ These bug reports have been confirmed to be real bugs, and so are likely
to be the next bugs fixed.
If your bug report is not listed here, you probably need to provide more
-information so that the bug can be reproduced.
+information so that the bug can be reproduced. See also: [[unconfirmed]]
[[!inline pages="./* and link(./confirmed) and !link(./done) and !*/Discussion" sort=mtime show=10
archive=yes]]
diff --git a/doc/bugs/unconfirmed.mdwn b/doc/bugs/unconfirmed.mdwn
index 7923a9928..d7c5dac57 100644
--- a/doc/bugs/unconfirmed.mdwn
+++ b/doc/bugs/unconfirmed.mdwn
@@ -1,4 +1,4 @@
-These bug reports have not yet been confirmed by the git-annex developers
+These bug reports have not yet been [[confirmed]] by the git-annex developers
to be actually bugs in git-annex, rather than some other problem.
[[!inline pages="./* and link(./unconfirmed) and !link(./done) and !*/Discussion" sort=mtime show=10
diff --git a/doc/contribute.mdwn b/doc/contribute.mdwn
index 102641cc7..108deace3 100644
--- a/doc/contribute.mdwn
+++ b/doc/contribute.mdwn
@@ -17,7 +17,8 @@ to reproduce the problem, and need to be tagged moreinfo and a comment
posted asking the submitter for details.
Joey spends a lot of time dealing with this kind of bug triage. If you can
-take the time to pick a bug, try to reproduce it and follow up either
+take the time to pick a bug from the list of
+[[unconfirmed_bugs|bugs/unconfirmed]], try to reproduce it and follow up either
confirming that the problem exists, or asking the submitter for more info,
you'll make Joey more productive!