Skip to content

Commit 9b3aee1

Browse files
authored
ref(self-hosted): More on-premise -> self-hosted (#669)
1 parent 23251e7 commit 9b3aee1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: 🐞 Bug Report
3-
about: Report a bug to help improve Sentry On-Premise
3+
about: Report a bug to help improve Self-Hosted Sentry
44
---
55

66
## Version Information

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Sentry Nightly On-Premise [![Build Status][build-status-image]][build-status-url]
1+
# Self-Hosted Sentry Nightly [![Build Status][build-status-image]][build-status-url]
22

33
Official bootstrap for running your own [Sentry](https://sentry.io/) with [Docker](https://www.docker.com/).
44

scripts/bump-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SYMBOLICATOR_VERSION=$(curl -s "https://api.github.com/repos/getsentry/symbolica
1111

1212
sed -i -e "s/^SYMBOLICATOR_IMAGE=\([^:]\+\):.\+\$/SYMBOLICATOR_IMAGE=\1:$SYMBOLICATOR_VERSION/" .env
1313
sed -i -e "s/^\(SENTRY\|SNUBA\|RELAY\)_IMAGE=\([^:]\+\):.\+\$/\1_IMAGE=\2:$NEW_VERSION/" .env
14-
sed -i -e "s/^\# Sentry .* On-Premise/# Sentry $NEW_VERSION On-Premise/" README.md
14+
sed -i -e "s/^\# Self-Hosted Sentry .*/# Self-Hosted Sentry $NEW_VERSION/" README.md
1515
sed -i -e "s/\(Change Date:\s*\)[-0-9]\+\$/\\1$(date +'%Y-%m-%d' -d '3 years')/" LICENSE
1616

1717
echo "New version: $NEW_VERSION"

sentry/sentry.conf.example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def get_internal_network():
8080
# Queue #
8181
#########
8282

83-
# See https://docs.getsentry.com/on-premise/server/queue/ for more
83+
# See https://develop.sentry.dev/services/queue/ for more
8484
# information on configuring your queue broker and workers. Sentry relies
8585
# on a Python framework called Celery to manage queues.
8686

0 commit comments

Comments
 (0)