line/line-bot-sdk-python

404 in AddLiffAppResponse link in `linebot/v3/liff/docs/Liff.md`

1chooo opened this issue · 1 comments

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

Steps to Reproduce

  1. Navigate to linebot/v3/liff/docs/Liff.md.
  2. Find the Return type section.
  3. Click on the AddLiffAppResponse link.
  4. 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.

same as #732