diff options
author | Gervase Markham <gerv@gerv.net> | 2015-01-07 16:02:52 +0000 |
---|---|---|
committer | Gervase Markham <gerv@gerv.net> | 2015-01-07 16:02:52 +0000 |
commit | 4e15a1338ccc68b44a6fbf26a2c57b46b00df4ce (patch) | |
tree | fc110497311895c3bd235ad16ea18167de7b66b9 /docs/en/rst/api | |
parent | 40a522aabc8a48f0813c6b69404e466606384db8 (diff) | |
download | bugs-4e15a1338ccc68b44a6fbf26a2c57b46b00df4ce.tar bugs-4e15a1338ccc68b44a6fbf26a2c57b46b00df4ce.tar.gz bugs-4e15a1338ccc68b44a6fbf26a2c57b46b00df4ce.tar.bz2 bugs-4e15a1338ccc68b44a6fbf26a2c57b46b00df4ce.tar.xz bugs-4e15a1338ccc68b44a6fbf26a2c57b46b00df4ce.zip |
Bug 1107549 - split extension docs into User and Admin docs. r=dkl, a=glob.
Diffstat (limited to 'docs/en/rst/api')
-rw-r--r-- | docs/en/rst/api/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/en/rst/api/index.rst b/docs/en/rst/api/index.rst index 55c997a68..45055eba1 100644 --- a/docs/en/rst/api/index.rst +++ b/docs/en/rst/api/index.rst @@ -9,5 +9,5 @@ This Bugzilla installation has the following WebService APIs available .. toctree:: :glob: - core/v*/index* - extensions/*/v*/index* + core/v*/index + ../extensions/*/api/v*/index |