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
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
[FAQ](https://developers.line.biz/en/faq/) page for more
information on LINE bots and the Messaging API
- Make sure your issue is **related to** the Node.js SDK.
- For general queries about LINE bots, post a question to [LINE developers community](https://www.line-community.me/questions) website.
- Note that we don't provide technical support

## When creating an issue
Expand Down
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 @@ assignees: 'kawasako'
---

## Bug Report
<!-- First of all: Have you checked the docs https://developers.line.biz/en/docs/messaging-api/overview/, Q&A page https://developers.line.biz/en/faq/, https://www.line-community.me/questions, GitHub issues whether someone else has already reported your issue? -->
<!-- First of all: Have you checked the docs https://developers.line.biz/en/docs/messaging-api/overview/, Q&A page https://developers.line.biz/en/faq/, GitHub issues whether someone else has already reported your issue? -->

**Describe the bug**
A clear and concise description of what the bug is.
Expand Down
4 changes: 2 additions & 2 deletions examples/rich-menu/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const richMenuObjectA = () => ({
},
action: {
type: "uri",
uri: "https://www.line-community.me/"
uri: "https://developers.line.biz/"
}
},
{
Expand Down Expand Up @@ -80,7 +80,7 @@ const richMenuObjectB = () => ({
},
action: {
type: "uri",
uri: "https://www.line-community.me/"
uri: "https://developers.line.biz/"
}
}
]
Expand Down