Merge pull request #879 from vgv/master

Fix invalid link to sessions page
This commit is contained in:
Ryan Breen 2015-04-22 07:45:02 -04:00
commit 7d56bd44c9

View file

@ -67,7 +67,7 @@ key/value entries.
The `TTL` field is a duration string, and like `LockDelay` it can use "s" as
a suffix for seconds. If specified, it must be between 10s and 3600s currently.
When provided, the session is invalidated if it is not renewed before the TTL
expires. See the [session internals page](/docs/internals/session.html) for more
expires. See the [session internals page](/docs/internals/sessions.html) for more
documentation of this feature.
The return code is 200 on success and returns the ID of the created session: