docs: fix recipe and study links#29
Conversation
|
@tianrking is attempting to deploy a commit to the Together AI Team on Vercel. A member of the Team first needs to authorize it. |
|
rajpratham1
left a comment
There was a problem hiding this comment.
Thanks for the contribution! The updated relative links look consistent and improve the documentation by ensuring references point to the correct locations after the project structure changes.
The changes are documentation-only, easy to verify, and improve the user experience without affecting functionality.
Looks good to me. Thanks!
Summary
Fix repository-relative links in the Hallmark recipes and study examples.
Root cause
The documentation files live under
docs/, but their links still used pathsfrom their former location. As a result, the recipes index, eight live examples,
the skill references, and the study protocol link resolved outside the repository
or to a nonexistent file.
Validation
docs/; all local Markdown targets resolve.git diff --check.