Skip to content

Commit

Permalink
Registry URLs must include https:// (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcansdale authored Nov 4, 2020
1 parent 036ddd0 commit 8c64cae
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ If your instance has subdomain isolation disabled:
```shell
registry=https://<em>HOSTNAME</em>/_registry/npm/<em>OWNER</em>
@<em>OWNER</em>:registry=<em>HOSTNAME</em>/_registry/npm/
@<em>OWNER</em>:registry=<em>HOSTNAME</em>/_registry/npm/
@<em>OWNER</em>:registry=https://<em>HOSTNAME</em>/_registry/npm/
@<em>OWNER</em>:registry=https://<em>HOSTNAME</em>/_registry/npm/
```
{% endif %}
Expand Down

0 comments on commit 8c64cae

Please sign in to comment.