Skip to content

Commit bdf8d3f

Browse files
authored
chore: replace old URLs of the repo with the new docs (#3375)
1 parent 9a2f4e1 commit bdf8d3f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

sentry/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ RUN if [ -s /usr/src/sentry/enhance-image.sh ]; then \
88
fi
99

1010
RUN if [ -s /usr/src/sentry/requirements.txt ]; then \
11-
echo "sentry/requirements.txt is deprecated, use sentry/enhance-image.sh - see https://github.com/getsentry/self-hosted#enhance-sentry-image"; \
11+
echo "sentry/requirements.txt is deprecated, use sentry/enhance-image.sh - see https://develop.sentry.dev/self-hosted/#enhance-sentry-image"; \
1212
pip install -r /usr/src/sentry/requirements.txt; \
1313
fi

sentry/enhance-image.example.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -euo pipefail
33

4-
# Enhance the base $SENTRY_IMAGE with additional dependencies, plugins - see https://github.com/getsentry/self-hosted#enhance-sentry-image
4+
# Enhance the base $SENTRY_IMAGE with additional dependencies, plugins - see https://develop.sentry.dev/self-hosted/#enhance-sentry-image
55
# For example:
66
# apt-get update
77
# apt-get install -y gcc libsasl2-dev libldap2-dev libssl-dev

sentry/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if [ "$(ls -A /usr/local/share/ca-certificates/)" ]; then
66
fi
77

88
if [ -e /etc/sentry/requirements.txt ]; then
9-
echo "sentry/requirements.txt is deprecated, use sentry/enhance-image.sh - see https://github.com/getsentry/self-hosted#enhance-sentry-image"
9+
echo "sentry/requirements.txt is deprecated, use sentry/enhance-image.sh - see https://develop.sentry.dev/self-hosted/#enhance-sentry-image"
1010
fi
1111

1212
source /docker-entrypoint.sh

sentry/requirements.example.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# sentry/requirements.txt is deprecated, use sentry/enhance-image.sh - see https://github.com/getsentry/self-hosted#enhance-sentry-image
1+
# sentry/requirements.txt is deprecated, use sentry/enhance-image.sh - see https://develop.sentry.dev/self-hosted/#enhance-sentry-image

0 commit comments

Comments
 (0)