Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(doc): Fix link to support ticketing #447

Merged
merged 1 commit into from
Aug 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions instana/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@


Help & Support:
https://support.instana.com/
https://www.ibm.com/mysupport
""")

IPython.start_ipython(argv=[])
Expand Down Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
Expand Down
Loading