1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-21 07:29:37 +01:00

fix: links to configuration in source tree. (#2962)

These were broken by a70454c7b2c9.
This commit is contained in:
Varun Gandhi 2022-01-25 01:37:09 +05:30 committed by GitHub
parent ad3151c3f3
commit dd380c5a5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 9 additions and 9 deletions

@ -7,7 +7,7 @@
# see https://github.com/verdaccio/verdaccio/blob/master/wiki/docker.md#docker-and-custom-port-configuration # see https://github.com/verdaccio/verdaccio/blob/master/wiki/docker.md#docker-and-custom-port-configuration
# #
# Look here for more config file examples: # Look here for more config file examples:
# https://github.com/verdaccio/verdaccio/tree/master/conf # https://github.com/verdaccio/verdaccio/tree/master/packages/config/src/conf
# #
# path to a directory with all packages # path to a directory with all packages

@ -7,7 +7,7 @@
# see https://github.com/verdaccio/verdaccio/blob/master/wiki/docker.md#docker-and-custom-port-configuration # see https://github.com/verdaccio/verdaccio/blob/master/wiki/docker.md#docker-and-custom-port-configuration
# #
# Look here for more config file examples: # Look here for more config file examples:
# https://github.com/verdaccio/verdaccio/tree/master/conf # https://github.com/verdaccio/verdaccio/tree/master/packages/config/src/conf
# #
# path to a directory with all packages # path to a directory with all packages

@ -7,7 +7,7 @@
# see https://github.com/verdaccio/verdaccio/blob/master/wiki/docker.md#docker-and-custom-port-configuration # see https://github.com/verdaccio/verdaccio/blob/master/wiki/docker.md#docker-and-custom-port-configuration
# #
# Look here for more config file examples: # Look here for more config file examples:
# https://github.com/verdaccio/verdaccio/tree/master/conf # https://github.com/verdaccio/verdaccio/tree/master/packages/config/src/conf
# #
# path to a directory with all packages # path to a directory with all packages

@ -7,7 +7,7 @@
# see https://github.com/verdaccio/verdaccio/blob/master/wiki/docker.md#docker-and-custom-port-configuration # see https://github.com/verdaccio/verdaccio/blob/master/wiki/docker.md#docker-and-custom-port-configuration
# #
# Look here for more config file examples: # Look here for more config file examples:
# https://github.com/verdaccio/verdaccio/tree/master/conf # https://github.com/verdaccio/verdaccio/tree/master/packages/config/src/conf
# #
# path to a directory with all packages # path to a directory with all packages

@ -7,7 +7,7 @@
# see https://github.com/verdaccio/verdaccio/blob/master/wiki/docker.md#docker-and-custom-port-configuration # see https://github.com/verdaccio/verdaccio/blob/master/wiki/docker.md#docker-and-custom-port-configuration
# #
# Look here for more config file examples: # Look here for more config file examples:
# https://github.com/verdaccio/verdaccio/tree/master/conf # https://github.com/verdaccio/verdaccio/tree/master/packages/config/src/conf
# #
# path to a directory with all packages # path to a directory with all packages

@ -7,7 +7,7 @@
# see https://github.com/verdaccio/verdaccio/blob/master/wiki/docker.md#docker-and-custom-port-configuration # see https://github.com/verdaccio/verdaccio/blob/master/wiki/docker.md#docker-and-custom-port-configuration
# #
# Look here for more config file examples: # Look here for more config file examples:
# https://github.com/verdaccio/verdaccio/tree/master/conf # https://github.com/verdaccio/verdaccio/tree/master/packages/config/src/conf
# #
# path to a directory with all packages # path to a directory with all packages

@ -3,7 +3,7 @@
# so don't use it on production systems. # so don't use it on production systems.
# #
# Look here for more config file examples: # Look here for more config file examples:
# https://github.com/verdaccio/verdaccio/tree/master/conf # https://github.com/verdaccio/verdaccio/tree/master/packages/config/src/conf
# #
# path to a directory with all packages # path to a directory with all packages

@ -7,7 +7,7 @@
# see https://verdaccio.org/docs/en/docker#docker-and-custom-port-configuration # see https://verdaccio.org/docs/en/docker#docker-and-custom-port-configuration
# #
# Look here for more config file examples: # Look here for more config file examples:
# https://github.com/verdaccio/verdaccio/tree/master/conf # https://github.com/verdaccio/verdaccio/tree/master/packages/config/src/conf
# #
# path to a directory with all packages # path to a directory with all packages

@ -249,7 +249,7 @@ notify:
content: '{"color":"green","message":"New package published: * {{ name }}*","notify":true,"message_format":"text"}' content: '{"color":"green","message":"New package published: * {{ name }}*","notify":true,"message_format":"text"}'
``` ```
> For more detailed configuration settings, please [check the source code](https://github.com/verdaccio/verdaccio/tree/master/conf). > For more detailed configuration settings, please [check the source code](https://github.com/verdaccio/verdaccio/tree/master/packages/config/src/conf).
### Audit {#audit} ### Audit {#audit}