summaryrefslogtreecommitdiff
path: root/docs/misc
diff options
context:
space:
mode:
authorPreston Holmes <preston@ptone.com>2012-12-28 11:00:11 -0800
committerPreston Holmes <preston@ptone.com>2012-12-28 11:06:12 -0800
commit11ded967c443087487f3872aafd86842608b4c64 (patch)
treea25a1388a0109d7723a738f3926c791628eab211 /docs/misc
parentdb278c3bf9177043c42a9ed8b529a5c117938460 (diff)
Fixed #19498 -- refactored auth documentation
The auth doc was a single page which had grown unwieldy. This refactor split and grouped the content into sub-topics. Additional corrections and cleanups were made along the way.
Diffstat (limited to 'docs/misc')
-rw-r--r--docs/misc/api-stability.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/misc/api-stability.txt b/docs/misc/api-stability.txt
index a13cb5de69..70e6006575 100644
--- a/docs/misc/api-stability.txt
+++ b/docs/misc/api-stability.txt
@@ -38,7 +38,7 @@ In general, everything covered in the documentation -- with the exception of
anything in the :doc:`internals area </internals/index>` is considered stable as
of 1.0. This includes these APIs:
-- :doc:`Authorization </topics/auth>`
+- :doc:`Authorization </topics/auth/index>`
- :doc:`Caching </topics/cache>`.