From bdf8d3ff918d92b04d10906f3869900ca41ec3bf Mon Sep 17 00:00:00 2001 From: Victor Date: Thu, 10 Oct 2024 16:55:58 +0200 Subject: [PATCH] chore: replace old URLs of the repo with the new docs (#3375) --- sentry/Dockerfile | 2 +- sentry/enhance-image.example.sh | 2 +- sentry/entrypoint.sh | 2 +- sentry/requirements.example.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sentry/Dockerfile b/sentry/Dockerfile index 5afe9c2dd8..557046f143 100644 --- a/sentry/Dockerfile +++ b/sentry/Dockerfile @@ -8,6 +8,6 @@ RUN if [ -s /usr/src/sentry/enhance-image.sh ]; then \ fi RUN if [ -s /usr/src/sentry/requirements.txt ]; then \ - echo "sentry/requirements.txt is deprecated, use sentry/enhance-image.sh - see https://github.com/getsentry/self-hosted#enhance-sentry-image"; \ + echo "sentry/requirements.txt is deprecated, use sentry/enhance-image.sh - see https://develop.sentry.dev/self-hosted/#enhance-sentry-image"; \ pip install -r /usr/src/sentry/requirements.txt; \ fi diff --git a/sentry/enhance-image.example.sh b/sentry/enhance-image.example.sh index c3ae96c96d..de17136d9c 100755 --- a/sentry/enhance-image.example.sh +++ b/sentry/enhance-image.example.sh @@ -1,7 +1,7 @@ #!/bin/bash set -euo pipefail -# Enhance the base $SENTRY_IMAGE with additional dependencies, plugins - see https://github.com/getsentry/self-hosted#enhance-sentry-image +# Enhance the base $SENTRY_IMAGE with additional dependencies, plugins - see https://develop.sentry.dev/self-hosted/#enhance-sentry-image # For example: # apt-get update # apt-get install -y gcc libsasl2-dev libldap2-dev libssl-dev diff --git a/sentry/entrypoint.sh b/sentry/entrypoint.sh index 552de05b69..7be738fdd7 100755 --- a/sentry/entrypoint.sh +++ b/sentry/entrypoint.sh @@ -6,7 +6,7 @@ if [ "$(ls -A /usr/local/share/ca-certificates/)" ]; then fi if [ -e /etc/sentry/requirements.txt ]; then - echo "sentry/requirements.txt is deprecated, use sentry/enhance-image.sh - see https://github.com/getsentry/self-hosted#enhance-sentry-image" + echo "sentry/requirements.txt is deprecated, use sentry/enhance-image.sh - see https://develop.sentry.dev/self-hosted/#enhance-sentry-image" fi source /docker-entrypoint.sh diff --git a/sentry/requirements.example.txt b/sentry/requirements.example.txt index e7b63dc9a6..393a2f52fc 100644 --- a/sentry/requirements.example.txt +++ b/sentry/requirements.example.txt @@ -1 +1 @@ -# sentry/requirements.txt is deprecated, use sentry/enhance-image.sh - see https://github.com/getsentry/self-hosted#enhance-sentry-image +# sentry/requirements.txt is deprecated, use sentry/enhance-image.sh - see https://develop.sentry.dev/self-hosted/#enhance-sentry-image