Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.

fixed cross references in README #47

Merged
merged 1 commit into from
Feb 7, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,9 @@ the requests to which are subject to the configuration provided to
### Authentication

There are two key abstractions employed during authentication:
[workflow](http://github.com/cemerick/friend/blob/master/docs/workflows.md)
[workflow](#workflows)
and
[credential](http://github.com/cemerick/friend/blob/master/docs/credentials.md)
[credential](#credential-functions-and-authentication-maps)
functions. The example above defines a single workflow — one supporting
the `POST`ing of `:username` and `:password` parameters to (by default)
`/login` — which will discover the specified `:credential-fn` and use it
Expand Down