Skip to content

Commit

Permalink
Fix filename missing .md extension (#2873)
Browse files Browse the repository at this point in the history
  • Loading branch information
JRMaitre authored and jamesaimonetti committed Dec 5, 2016
1 parent 94638bf commit 43ad6f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions applications/crossbar/doc/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ Some clients do not support the ability to set the [Accept header](http://www.w3

Most APIs require the client to have authenticated and received a token usable on subsequent requests. Crossbar provides a couple ways to receive an authentication token:

1. [User Authentication](./user_authentication)
2. [API Key Authentication](./api_authentication)
1. [User Authentication](./user_authentication.md)
2. [API Key Authentication](./api_authentication.md)

<a name="request_envelope"></a>
##### Request Envelope
Expand Down

0 comments on commit 43ad6f9

Please sign in to comment.