Skip to content

Commit 5f37e2e

Browse files
authored
1 parent 5508296 commit 5f37e2e

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
[FAQ](https://developers.line.biz/en/faq/) page for more
55
information on LINE bots and the Messaging API
66
- Make sure your issue is **related to** the Node.js SDK.
7-
- For general queries about LINE bots, post a question to [LINE developers community](https://www.line-community.me/questions) website.
87
- Note that we don't provide technical support
98

109
## When creating an issue

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ assignees: 'kawasako'
88
---
99

1010
## Bug Report
11-
<!-- 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? -->
11+
<!-- 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? -->
1212

1313
**Describe the bug**
1414
A clear and concise description of what the bug is.

examples/rich-menu/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const richMenuObjectA = () => ({
3030
},
3131
action: {
3232
type: "uri",
33-
uri: "https://www.line-community.me/"
33+
uri: "https://developers.line.biz/"
3434
}
3535
},
3636
{
@@ -80,7 +80,7 @@ const richMenuObjectB = () => ({
8080
},
8181
action: {
8282
type: "uri",
83-
uri: "https://www.line-community.me/"
83+
uri: "https://developers.line.biz/"
8484
}
8585
}
8686
]

0 commit comments

Comments
 (0)