aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdam Izraelevitz2017-03-10 12:55:31 -0800
committerAdam Izraelevitz2017-03-14 12:48:26 -0700
commitdaaedd491760f44625e5242ea34fdeda4e915bcd (patch)
treef8f98e8b9c231c23ccf514d60846010e17e29f60 /README.md
parentc097e953ad6f003c6359e276b18c406baa881f46 (diff)
Fixed README tutorial link
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 69411900..8b7c1f3f 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ sbt publish-local
##### Transform Writing Tutorial
-To write a Firrtl transform, please start with the tutorial here: [src/main/scala/tutorial](https://github.com/ucb-bar/firrtl/blob/master/src/main/tutorial).
+To write a Firrtl transform, please start with the tutorial here: [src/main/scala/tutorial](https://github.com/ucb-bar/firrtl/blob/master/src/main/scala/tutorial).
To run this example:
```
sbt assembly