Skip to content

Commit 6df664e

Browse files
committed
fix: updating broken links
1 parent ccb331c commit 6df664e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

static/scripts/install-nim-bundle.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -541,12 +541,13 @@ printUsageInfo(){
541541
printf "\n -k /path/to/your/<nginx-repo.key> file.\n"
542542
printf "\n -p <nginx_plus_version>. Include NGINX Plus version to install as an API gateway. Valid values are 'latest' and specific versions like R32. For a list, see https://docs.nginx.com/nginx/releases/. Supersedes -n.\n"
543543
printf "\n -n <nginx_oss_version>. Provide NGINX OSS version to install as an API gateway. Valid values are 'latest' or a specific version like 1.27.1. Ignored if you use -p to specify an NGINX Plus version. For a list, see https://nginx.org/en/download.html .\n"
544-
printf "\n -s <security-module-version>. Installs a security module along with NGINX Instance Manager. You can specify latest or a version specified in https://docs.nginx.com/nginx-management-suite/security/releases/release-notes/.\n"
544+
printf "\n -s <security-module-version>. Installs a security module along with NGINX Instance Manager. You can specify latest or a version specified in https://docs.nginx.com/nginx-instance-manager/monitoring/security-monitoring/releases/release-notes/.\n"
545545
printf "\n -i <installable_tar_file_path>. Include the path with an archive file to support NGINX Instance Manager installation. Requires -m Offline."
546546
printf "\n -d <distribution>. Include the label of a distribution. Requires -m Offline. This creates a file with NGINX Instance Manager dependencies and NGINX Instance Manager install packages for the specified distribution.\n"
547547
printf "\n -v <NIM_VERSION>. NGINX Instance Manager version to install/package.\n"
548-
printf "\n -j <JWT_TOKEN_FILE_PATH>. Path to the JWT token file used for license and usage consumption reporting.'\n"
548+
printf "\n -j <JWT_TOKEN_FILE_PATH>. Path to the JWT token file used for license and usage consumption reporting.\n"
549549
printf "\n -r To uninstall NGINX Instance Manager and its dependencies. \n"
550+
printf "\n -l Print supported operating systems.\n"
550551
printf "\n -h Print this help message.\n"
551552
exit 0
552553
}

0 commit comments

Comments
 (0)