Skip to content
This repository has been archived by the owner on Feb 14, 2018. It is now read-only.

Commit

Permalink
Fix links to Releases
Browse files Browse the repository at this point in the history
  • Loading branch information
twistedstream committed Nov 13, 2015
1 parent 234cbe7 commit 991c423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
Install steps:

1. Download the latest archive package from [releases](releases).
1. Download the latest archive package from [releases](https://github.com/auth0/nginx-jwt/releases).
1. Extract the archive and deploy its contents to a directory on your Nginx server.
1. Specify this directory's path using ngx_lua's [lua_package_path](https://github.com/openresty/lua-nginx-module#lua_package_path) directive:
```lua
Expand Down Expand Up @@ -400,7 +400,7 @@ When a new version of the script needs to be released, the following should be d
```

1. Push the tag to GitHub.
1. Create a new GitHub release in [releases](releases) that's associated with the above tag.
1. Create a new GitHub release in [releases](https://github.com/auth0/nginx-jwt/releases) that's associated with the above tag.
1. Run the following command to create a release package archive and then upload it to the release created above:
```bash
Expand Down

0 comments on commit 991c423

Please sign in to comment.