docs: fix User Documentation link to SFPU/LLK API reference#43
Merged
nathan-TT merged 1 commit intotenstorrent:mainfrom Feb 9, 2026
Conversation
The original link pointed to the specific SFPU/LLK API documentation: https://docs.tenstorrent.com/tt-metalium/latest/tt_metal/apis/kernel_apis/sfpu/llk.html This became a 404 after the docs site was restructured. The previous fix (PR tenstorrent#42, commit d559667) replaced it with the generic TT-Metalium index page: https://docs.tenstorrent.com/tt-metal/latest/tt-metalium/index.html However, the specific SFPU/LLK page still exists at its new location. Restore the link to the correct specific page: https://docs.tenstorrent.com/tt-metal/latest/tt-metalium/tt_metal/apis/kernel_apis/sfpu/llk.html Fixes tenstorrent/tt-metal#36066
Contributor
Author
|
@nathan-TT Please take a look. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
PR #42 fixed the dead documentation link in README.md but replaced it with the generic TT-Metalium index page. The User Documentation section should link to the specific SFPU Low Level Kernels API reference page, which is where the original link was intended to point before the docs site restructuring.
Original (dead):
https://docs.tenstorrent.com/tt-metalium/latest/tt_metal/apis/kernel_apis/sfpu/llk.htmlPR #42 replacement (generic):
https://docs.tenstorrent.com/tt-metal/latest/tt-metalium/index.htmlThis PR (correct specific page):
https://docs.tenstorrent.com/tt-metal/latest/tt-metalium/tt_metal/apis/kernel_apis/sfpu/llk.htmlFixes tenstorrent/tt-metal#36066