Merge pull request #68 from holmboe/docfix-logout-url

Fix logout URL in release notes.
This commit is contained in:
Seth House 2013-04-09 07:03:25 -07:00
commit b03531744d

View File

@ -123,7 +123,7 @@ Logout
------
An URL has been added
(:py:class:`/run <saltapi.netapi.rest_cherrypy.app.Logout>`) that will cause
(:py:class:`/logout <saltapi.netapi.rest_cherrypy.app.Logout>`) that will cause
the client-side to expire the session cookie and the server-side session to be
invalidated.