Skip to content

Fix broken files_sample link on operations endpoints page#614

Open
awimbush wants to merge 1 commit intomasterfrom
fix/files-sample-broken-link
Open

Fix broken files_sample link on operations endpoints page#614
awimbush wants to merge 1 commit intomasterfrom
fix/files-sample-broken-link

Conversation

@awimbush
Copy link
Contributor

Summary

  • The "sample response" link under the "Get an operation's files" endpoint response section resolved to /docs/files_sample, which returns a 404
  • Root cause: the link used inline syntax (files_sample) instead of reference link syntax [files_sample], and the reference URL definition had a stray trailing ]
  • Fixed both issues so the link correctly points to /docs/machine_file_conversion_sample_output#machine-file-sample

Test plan

  • Verified locally that the operations endpoints page loads
  • Confirmed the "sample response" link navigates to the machine file conversion sample output page

Made with Cursor

The link on line 1469 used inline syntax (files_sample) which resolved
as a relative URL, producing a 404 at /docs/files_sample. Changed to
reference link syntax [files_sample] and removed a stray trailing ] from
the reference URL definition.

Made-with: Cursor
@awimbush awimbush requested a review from lhzsantana March 18, 2026 13:30
#### Response

Check our [sample response](files_sample) to have complete represention on the expected output.
Check our [sample response][files_sample] to have complete represention on the expected output.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please cross check:

Suggested change
Check our [sample response][files_sample] to have complete represention on the expected output.
Check our [sample response](https://docs.withleaf.io/docs/machine_file_conversion_sample_output/#summary-response-sample)[files_sample](https://docs.withleaf.io/docs/machine_file_conversion_sample_output#machine-file-sample) to have complete represention on the expected output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants