Skip to content

Commit 182b6f8

Browse files
authored
fix docs pages link (#2977)
### Ticket #2976 ### Problem description The doc pages link on the README.md page is the old file name, so the page breaks. ### What's changed Describe the approach used to solve the problem. Update the file name to point to the new version. ### Checklist - [ ] New/Existing tests provide coverage for changes
1 parent 5b2c0b8 commit 182b6f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ TT-Forge-FE is a front end component within the broader tt-forge ecosystem, whic
3434
# Current AI Framework Front End Projects
3535
- [TT-Forge-FE](https://github.com/tenstorrent/tt-forge-fe)
3636
- A TVM based graph compiler designed to optimize and transform computational graphs for deep learning models. Supports ingestion of PyTorch, ONNX, TensorFlow, PaddlePaddle and similar ML frameworks via TVM ([TT-TVM](https://github.com/tenstorrent/tt-tvm)).
37-
- See [docs pages](https://docs.tenstorrent.com/tt-forge-fe/getting-started.html) for an overview and getting started guide.
37+
- See [docs pages](https://docs.tenstorrent.com/tt-forge-fe/getting_started.html) for an overview and getting started guide.
3838

3939
- [TT-Torch](https://github.com/tenstorrent/tt-torch)
4040

0 commit comments

Comments
 (0)