Skip to content

Commit 7284db6

Browse files
committed
Made tutorial links specific to their branches
1 parent 020d247 commit 7284db6

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

_pages/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ACT-related research has been published in top-tier conferences such as POPL and
3131

3232
### Getting Started
3333

34-
We recommend starting with our [ASPLOS 2026 tutorial](https://github.com/act-compiler/act/tree/master/tutorials/asplos26).
34+
We recommend starting with our [ASPLOS 2026 tutorial](https://github.com/act-compiler/act/tree/asplos26/tutorials/asplos26).
3535
The tutorial provides a step-by-step walkthrough of the ACT ecosystem, requiring no prior experience with AI accelerators or ML compilers, and provides hands-on exercises to get familiar with the TAIDL Python DSL and automated tool generation. We encourage you to follow along and experiment with the code.
3636

3737
### Collaboration Opportunities

_tutorials/asplos2026.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ day: Sunday
99
time_str: "1:30 PM - 6:00 PM (UTC-4)"
1010
venue: "Ohio Room, The Landing Hotel"
1111
location: "757 Casino Dr. Pittsburgh, PA, USA"
12-
prerequisites: Bring your own laptop with a working installation of Docker and follow the <a href="https://github.com/act-compiler/act/tree/master/tutorials/asplos26/setup.md" target="_blank">tutorial setup instructions</a>.
13-
github: https://github.com/act-compiler/act/tree/master/tutorials/asplos26
12+
prerequisites: Bring your own laptop with a working installation of Docker and follow the <a href="https://github.com/act-compiler/act/tree/asplos26/tutorials/asplos26/setup.md" target="_blank">tutorial setup instructions</a>.
13+
github: https://github.com/act-compiler/act/tree/asplos26/tutorials/asplos26
1414
---
1515

1616
## Introduction

_tutorials/micro2025.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ day: Sunday
99
time_str: "1:00 PM - 5:00 PM (UTC+9)"
1010
venue: "Berkeley Suite, 36th Floor, Lotte Hotel Seoul"
1111
location: "30 Eulji-ro, Jung District, Seoul, South Korea"
12-
prerequisites: Bring your own laptop with a working installation of Docker and follow the <a href="https://github.com/act-compiler/act/blob/master/tutorials/micro25/setup.md" target="_blank">tutorial setup instructions</a>.
13-
github: https://github.com/act-compiler/act/tree/master/tutorials/micro25
12+
prerequisites: Bring your own laptop with a working installation of Docker and follow the <a href="https://github.com/act-compiler/act/tree/micro25/tutorials/micro25/setup.md" target="_blank">tutorial setup instructions</a>.
13+
github: https://github.com/act-compiler/act/tree/micro25/tutorials/micro25
1414
---
1515

1616
## Introduction

_tutorials/pldi2026.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ day: Tuesday
99
time_str: "9:00 AM - 12:30 PM (UTC-6)"
1010
venue: "Bear Peak, Limelight Boulder"
1111
location: "1295 University Ave, Boulder, CO, USA"
12-
prerequisites: Bring your own laptop with a working installation of Docker and follow the <a href="https://github.com/act-compiler/act/tree/master/tutorials/pldi26/setup.md" target="_blank">tutorial setup instructions</a>.
13-
github: https://github.com/act-compiler/act/tree/master/tutorials/pldi26
12+
prerequisites: Bring your own laptop with a working installation of Docker and follow the <a href="https://github.com/act-compiler/act/tree/pldi26/tutorials/pldi26/setup.md" target="_blank">tutorial setup instructions</a>.
13+
github: https://github.com/act-compiler/act/tree/pldi26/tutorials/pldi26
1414
---
1515

1616
## Introduction

0 commit comments

Comments
 (0)