diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 305a5a1a7..43a582ef4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,7 +8,7 @@ labels: bug ## Do this before creating an issue -- Check our [developers documentation](https://developers.line.biz/en/docs/messaging-api/), [FAQ](https://developers.line.biz/en/faq/), and [developers community](https://www.line-community.me/questions) for more information on LINE bots and the Messaging API +- Check our [developers documentation](https://developers.line.biz/en/docs/messaging-api/) and [FAQ](https://developers.line.biz/en/faq/) for more information on LINE bots and the Messaging API ## When creating an issue diff --git a/examples/rich-menu/app.py b/examples/rich-menu/app.py index f7100e599..3a7e41564 100644 --- a/examples/rich-menu/app.py +++ b/examples/rich-menu/app.py @@ -46,7 +46,7 @@ def rich_menu_object_a_json(): }, "action": { "type": "uri", - "uri": "https://www.line-community.me/" + "uri": "https://developers.line.biz/" } }, { @@ -98,7 +98,7 @@ def rich_menu_object_b_json(): }, "action": { "type": "uri", - "uri": "https://www.line-community.me/" + "uri": "https://developers.line.biz/" } } ] diff --git a/tests/api/test_get_insight.py b/tests/api/test_get_insight.py index b3da7c6a5..92634fbb9 100644 --- a/tests/api/test_get_insight.py +++ b/tests/api/test_get_insight.py @@ -292,7 +292,7 @@ def test_get_statistics_per_unit(self): }, { 'seq': 1, - 'url': 'https://www.line-community.me/', + 'url': 'https://developers.line.biz/', 'click': 20, 'uniqueClick': None, 'uniqueClickOfRequest': None