Skip to content

Commit

Permalink
fix: link was broken
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpicado committed Aug 17, 2017
1 parent b00be1b commit a9481cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wiki/auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ registry=http://localhost:5555/

#### Anonymous publish

`verdaccio`allows you to enable anonymous publish, to achieve that you will need to set up correctly your [packages acces](packages).
`verdaccio`allows you to enable anonymous publish, to achieve that you will need to set up correctly your [packages acces](packages.md).

Eg:

Expand Down Expand Up @@ -50,4 +50,4 @@ Property | Type | Required | Example | Support | Description
file | string | Yes | ./htpasswd | all | file that host the encrypted credentials
max_users | number | No | 1000 | all | set limit of users

In case to decide do not allow user to login, you can set `max_users: -1`.
In case to decide do not allow user to login, you can set `max_users: -1`.

0 comments on commit a9481cc

Please sign in to comment.