Skip to content

Commit

Permalink
fix(doc): Fix link to support ticketing
Browse files Browse the repository at this point in the history
Signed-off-by: Ferenc Géczi <[email protected]>
  • Loading branch information
Ferenc- committed Aug 29, 2023
1 parent af596a9 commit 4b2d90b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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

0 comments on commit 4b2d90b

Please sign in to comment.