Skip to content

Commit 4656100

Browse files
authored
update authentication.md [skip ci]
1 parent 6a46403 commit 4656100

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Authenticaion
1+
# Authentication
22

33
Iron Functions API supports two levels of Authentication in two seperate scopes,
44
using [JWT](https://jwt.io/) tokens for authentication.
@@ -16,4 +16,4 @@ within the server context, the server will look for a valid JWT token in every r
1616
## Route level authentication
1717

1818
Route level authentication is applied whenever a function call made to a specific route. You can check
19-
[Quick Example for JWT Authentication](examples/jwt/README.md) for an example.
19+
[Quick Example for JWT Authentication](../examples/jwt/README.md) for an example.

0 commit comments

Comments
 (0)