From 88acd8c3c0247cae8609b4c9e208ca3988f9b927 Mon Sep 17 00:00:00 2001 From: Rui Lopes Date: Wed, 10 Sep 2025 18:27:17 +0000 Subject: [PATCH] update the referenced urls --- README.md | 6 +++--- provision/provision-base.sh | 2 +- provision/provision-nexus.sh | 18 +++++++++--------- provision/use-apt-repository.sh | 2 +- provision/use-npm-repository.sh | 2 +- provision/use-nuget-repository.sh | 3 +-- provision/use-pypi-repository.sh | 2 +- provision/windows/use-npm-repository.ps1 | 2 +- 8 files changed, 18 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index ef201ae..ea8b085 100644 --- a/README.md +++ b/README.md @@ -196,6 +196,6 @@ For more information see the [available Command Line Tools](https://h2database.c ## Reference -* [How to reset a forgotten admin password in Nexus 3.x](https://support.sonatype.com/hc/en-us/articles/213467158-How-to-reset-a-forgotten-admin-password-in-Nexus-3-x) -* [Backup and Restore](https://help.sonatype.com/repomanager3/backup-and-restore) -* [Upgrading](https://help.sonatype.com/repomanager3/upgrading) +* [How to reset a forgotten admin password in Nexus 3.x](https://support.sonatype.com/hc/en-us/articles/213467158-How-to-reset-a-forgotten-admin-password-in-Sonatype-Nexus-Repository-3) +* [Backup and Restore](https://help.sonatype.com/en/backup-and-restore.html) +* [Upgrading](https://help.sonatype.com/en/upgrade-nexus-repository.html) diff --git a/provision/provision-base.sh b/provision/provision-base.sh index dc14c48..a4dc04c 100644 --- a/provision/provision-base.sh +++ b/provision/provision-base.sh @@ -97,7 +97,7 @@ popd # install and configure nginx to proxy to nexus. -# see https://help.sonatype.com/repomanager3/planning-your-implementation/run-behind-a-reverse-proxy +# see https://help.sonatype.com/en/run-behind-a-reverse-proxy.html apt-get install -y --no-install-recommends nginx wget -qO /etc/ssl/certs/dhparam.pem https://ssl-config.mozilla.org/ffdhe2048.txt sed -i -E 's/^(\s*)((ssl_protocols|ssl_ciphers|ssl_prefer_server_ciphers)\s)/\1# \2/' /etc/nginx/nginx.conf diff --git a/provision/provision-nexus.sh b/provision/provision-nexus.sh index de027c9..24cb8d0 100644 --- a/provision/provision-nexus.sh +++ b/provision/provision-nexus.sh @@ -11,7 +11,7 @@ config_authentication='nexus' # install java. -# see https://help.sonatype.com/repomanager3/product-information/system-requirements#SystemRequirements-Java +# see https://help.sonatype.com/en/sonatype-nexus-repository-system-requirements.html#SystemRequirements-Java apt-get install -y openjdk-17-jre-headless apt-get install -y gnupg @@ -32,9 +32,9 @@ install -d -o root -g nexus -m 750 /opt/nexus # download and install nexus. pushd /opt/nexus # see https://www.sonatype.com/download-oss-sonatype -# see https://help.sonatype.com/repomanager3/product-information/download/download-archives---repository-manager-3 -# see https://help.sonatype.com/repomanager3/product-information/release-notes -# see https://help.sonatype.com/repomanager3 +# see https://help.sonatype.com/en/download-archives---repository-manager-3.html +# see https://help.sonatype.com/en/release-notes.html +# see https://help.sonatype.com/en/sonatype-nexus-repository.html nexus_version=3.83.2-01 nexus_home=/opt/nexus/nexus-$nexus_version nexus_tarball=nexus-$nexus_version-linux-x86_64.tar.gz @@ -115,7 +115,7 @@ wget -qO- https://$nexus_domain/service/extdirect/poll/rapture_State_get | jq .d # generate a gpg key for the apt-hosted repository. # see https://www.gnupg.org/documentation//manuals/gnupg/Unattended-GPG-key-generation.html -# see https://help.sonatype.com/repomanager3/formats/apt-repositories +# see https://help.sonatype.com/en/apt-repositories.html # see https://wiki.archlinux.org/index.php/GnuPG#Unattended_passphrase export GNUPGHOME="$(mktemp -d)" cat >"$GNUPGHOME/apt-hosted-gpg-batch" <requirements.txt diff --git a/provision/windows/use-npm-repository.ps1 b/provision/windows/use-npm-repository.ps1 index ea2562a..23281e2 100644 --- a/provision/windows/use-npm-repository.ps1 +++ b/provision/windows/use-npm-repository.ps1 @@ -24,7 +24,7 @@ Set-Location tmp/use-npm-repository # # test the npm repositories. -# see https://help.sonatype.com/display/NXRM3/Node+Packaged+Modules+and+npm+Registries +# see https://help.sonatype.com/en/npm-registry.html # see https://docs.npmjs.com/private-modules/ci-server-config # see https://docs.npmjs.com/cli/adduser