Skip to content

Commit 189a091

Browse files
authored
[Typo] Fix links in installation instructions in README.md (#112)
1 parent 3952de3 commit 189a091

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ pip install . # with -e option if you want to install in editable mode
7878

7979
### Method 2: Build from Source
8080
We currently provide three ways to install **tile-lang** from source:
81-
- [Install from Source (using your own TVM installation)](./docs/get_started/Installation.rst#method-1-install-from-source-using-your-own-tvm-installation)
82-
- [Install from Source (using the bundled TVM submodule)](./docs/get_started/Installation.rst#method-2-install-from-source-with-our-tvm-submodule)
83-
- [Install Using the Provided Script](./docs/get_started/Installation.rst##method-3-install-using-the-provided-script)
81+
- [Install from Source (using your own TVM installation)](./docs/get_started/Installation.md#method-1-install-from-source-using-your-own-tvm-installation)
82+
- [Install from Source (using the bundled TVM submodule)](./docs/get_started/Installation.md#method-2-install-from-source-with-our-tvm-submodule)
83+
- [Install Using the Provided Script](./docs/get_started/Installation.md##method-3-install-using-the-provided-script)
8484

8585

8686
## Quick Start

0 commit comments

Comments
 (0)