404 in AddLiffAppResponse link in `linebot/v3/liff/docs/Liff.md`
1chooo opened this issue · 1 comments
1chooo commented
Documentation
The link to AddLiffAppResponse in the Return type section of linebot/v3/liff/docs/Liff.md is broken and currently returns a 404 because there is no README.md in linebot/v3/liff/docs.
Location
- File:
linebot/v3/liff/docs/Liff.md - Section: Return type
- Broken Link:
AddLiffAppResponse
Steps to Reproduce
- Navigate to
linebot/v3/liff/docs/Liff.md. - Find the Return type section.
- Click on the
AddLiffAppResponselink. - Observe that it leads to a 404 error.
Expected Behavior
The AddLiffAppResponse link should correctly navigate to the relevant section in the README file.
Proposed Fix
Verify the correct anchor in AddLiffAppResponse and update the link to ensure it directs to the intended content.