Skip to content
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_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ labels: bug
## Do this before creating an issue
<!-- Delete this section before the submit -->

- 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
<!-- Delete this section before the submit -->
Expand Down
4 changes: 2 additions & 2 deletions examples/rich-menu/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def rich_menu_object_a_json():
},
"action": {
"type": "uri",
"uri": "https://www.line-community.me/"
"uri": "https://developers.line.biz/"
}
},
{
Expand Down Expand Up @@ -98,7 +98,7 @@ def rich_menu_object_b_json():
},
"action": {
"type": "uri",
"uri": "https://www.line-community.me/"
"uri": "https://developers.line.biz/"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion tests/api/test_get_insight.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down