Skip to content

Commit b8e41ec

Browse files
authored
Update app.py
1 parent 345d620 commit b8e41ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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
]

0 commit comments

Comments
 (0)