Skip to content

Commit

Permalink
Update readme links to not use relative paths
Browse files Browse the repository at this point in the history
  • Loading branch information
smountenay-tt committed Mar 4, 2025
1 parent 4ec1883 commit 3db43e6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

<div align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="./src/assets/tt-logo-dark.svg">
<img alt="" src="./src/assets/tt-logo.svg">
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/tenstorrent/ttnn-visualizer/refs/heads/main/src/assets/tt-logo-dark.svg">
<img alt="" src="https://raw.githubusercontent.com/tenstorrent/ttnn-visualizer/refs/heads/main/src/assets/tt-logo.svg">
</picture>

A tool for visualizing the Tenstorrent Neural Network model (TT-NN)
Expand Down Expand Up @@ -75,11 +75,11 @@ https://github.com/user-attachments/assets/d00a2629-0bd1-4ee1-bb12-bd796d85221d

## Getting started

How to [get started](./docs/getting-started.md) with TT-NN Visualizer.
How to [get started](https://github.com/tenstorrent/ttnn-visualizer/blob/main/docs/getting-started.md) with TT-NN Visualizer.

## Remote Querying

Use [remote querying](./docs/remote-querying.md) instead of syncing the report data to your local file system.
Use [remote querying](https://github.com/tenstorrent/ttnn-visualizer/blob/main/docs/remote-querying.md) instead of syncing the report data to your local file system.

## Sample reports

Expand All @@ -104,4 +104,4 @@ Unzip the files into their own directories and select them with the local folder

## Contributing

How to run [TT-NN Visualizer](./docs/contributing.md) from source.
How to run [TT-NN Visualizer](https://github.com/tenstorrent/ttnn-visualizer/blob/main/docs/contributing.md) from source.

0 comments on commit 3db43e6

Please sign in to comment.