From 02c4063ca4070c59dd6a84ae9fe724017609a6d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferenc=20G=C3=A9czi?= Date: Tue, 29 Aug 2023 10:00:00 +0000 Subject: [PATCH] fix(doc): Fix link to support ticketing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ferenc Géczi --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- .github/ISSUE_TEMPLATE/config.yml | 2 +- instana/__main__.py | 4 ++-- setup.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index a880e7770..3da7ece6f 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -9,7 +9,7 @@ body: Thank you for taking the time to fill out this report. Remember that these issues are public and if you need to discuss implementation specific issues securely, - please [use our support portal](https://support.instana.com/hc/en-us). + please [use our support portal](https://www.ibm.com/mysupport). - type: textarea id: problem-description attributes: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index ce52cd8bb..e5564f157 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,7 +1,7 @@ blank_issues_enabled: false contact_links: - name: Instana Support Portal - url: https://support.instana.com + url: https://www.ibm.com/mysupport about: Please ask questions related to your installation there. - name: Feature Requests  url: https://automation-management.ideas.ibm.com/?project=INSTANA diff --git a/instana/__main__.py b/instana/__main__.py index 1caa23eb6..83a7a2fd9 100644 --- a/instana/__main__.py +++ b/instana/__main__.py @@ -46,7 +46,7 @@ Help & Support: -https://support.instana.com/ +https://www.ibm.com/mysupport """) IPython.start_ipython(argv=[]) @@ -81,7 +81,7 @@ https://www.instana.com/docs/ecosystem/python/ Help & Support: -https://support.instana.com/ +https://www.ibm.com/mysupport Python Instrumentation on Github: https://github.com/instana/python-sensor/ diff --git a/setup.py b/setup.py index a2a8dd3ec..d7ad4df33 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ 'Documentation': 'https://docs.instana.io/ecosystem/python/', 'GitHub: issues': 'https://github.com/instana/python-sensor/issues', 'GitHub: repo': 'https://github.com/instana/python-sensor', - 'Support': 'https://support.instana.com', + 'Support': 'https://www.ibm.com/mysupport', }, license='MIT', author='Instana Inc.',