Skip to content

Remove deprecated link #790

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

Merged
merged 3 commits into from
Apr 3, 2025
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