Skip to content

Commit b9cdf0b

Browse files
authored
1 parent 31ce5ea commit b9cdf0b

File tree

3 files changed

+4
-4
lines changed

3 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
@@ -8,7 +8,7 @@ labels: bug
88
## Do this before creating an issue
99
<!-- Delete this section before the submit -->
1010

11-
- 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
11+
- 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
1212

1313
## When creating an issue
1414
<!-- Delete this section before the submit -->

examples/rich-menu/app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def rich_menu_object_a_json():
4646
},
4747
"action": {
4848
"type": "uri",
49-
"uri": "https://www.line-community.me/"
49+
"uri": "https://developers.line.biz/"
5050
}
5151
},
5252
{
@@ -98,7 +98,7 @@ def rich_menu_object_b_json():
9898
},
9999
"action": {
100100
"type": "uri",
101-
"uri": "https://www.line-community.me/"
101+
"uri": "https://developers.line.biz/"
102102
}
103103
}
104104
]

tests/api/test_get_insight.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ def test_get_statistics_per_unit(self):
292292
},
293293
{
294294
'seq': 1,
295-
'url': 'https://www.line-community.me/',
295+
'url': 'https://developers.line.biz/',
296296
'click': 20,
297297
'uniqueClick': None,
298298
'uniqueClickOfRequest': None

0 commit comments

Comments
 (0)