diff options
| author | mo khan <mo.khan@gmail.com> | 2020-11-11 20:01:01 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-11-11 20:01:01 -0700 |
| commit | 0629e1d46b427b042a798aab00e31515e3f5b576 (patch) | |
| tree | 8c0e86814f90a67c4ddb60d150fa9242fb4a37ad | |
| parent | 4ad084249be4f6536820d74b9b45a080da0980a7 (diff) | |
docs: add links to README
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -178,7 +178,7 @@ Please check the [Release Process documentation](https://gitlab.com/gitlab-org/s registry.gitlab.com/gitlab-org/security-products/analyzers/license-finder:latest analyze /code ``` -1. The `ENTRYPOINT` for the container will execute `./run.sh`: +1. The `ENTRYPOINT` for the container will execute [run.sh](https://gitlab.com/gitlab-org/security-products/analyzers/license-finder/-/blob/191185c4303768c6d9a1431c35143501c06ee4d7/run.sh): ```Dockerfile ENTRYPOINT ["/run.sh"] @@ -195,7 +195,7 @@ Please check the [Release Process documentation](https://gitlab.com/gitlab-org/s license_management report $@ ``` -1. The `license_management` executable loads monkey patches for `license_finder` then invokes the CLI: +1. The `license_management` executable loads monkey patches for [license_finder][license_finder] then invokes the CLI: ```ruby require 'license/management' @@ -203,7 +203,7 @@ Please check the [Release Process documentation](https://gitlab.com/gitlab-org/s LicenseFinder::CLI::Main.start(ARGV) ``` -1. `license_finder` searches for lockfiles in the project. +1. [license_finder][license_finder] searches for lockfiles in the project. ```ruby def active? @@ -211,7 +211,7 @@ Please check the [Release Process documentation](https://gitlab.com/gitlab-org/s end ``` -1. When a `license_finder` determines that a package manager is active, it then invokes the `prepare` step for that package manager. +1. When a [license_finder][license_finder] determines that a package manager is active, it then invokes the `prepare` step for that package manager. ```ruby def prepare |
