Skip to content

Commit 8320f81

Browse files
committed
fix links
1 parent bbf0305 commit 8320f81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

v0.3/tutorials/quickstart.eve

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Quickstart
55

66
# Quickstart
77

8-
This guide is a 5 - 10 minute introduction to the essential concepts in Eve. If you've never used Eve before, you're in the right place! Before you start with this tutorial, please follow the [installation and usage](../install) instructions, which will get you running Eve programs on your machine. In the eve-starter/programs directory, create an empty document called "quickstart.eve". Use your favorite editor to edit the program, and run it with the command:
8+
This guide is a 5 - 10 minute introduction to the essential concepts in Eve. If you've never used Eve before, you're in the right place! Before you start with this tutorial, please follow the [installation and usage]({{ site-url }}/v0.3/install/) instructions, which will get you running Eve programs on your machine. In the eve-starter/programs directory, create an empty document called "quickstart.eve". Use your favorite editor to edit the program, and run it with the command:
99

1010
```
1111
npm start -- eve-starter/programs/quickstart.eve
@@ -114,6 +114,6 @@ That's it for the 5 minute introduction to Eve. To summarize:
114114
This will get you started with Eve, but there's still more to learn. From here, you can:
115115

116116
- Advance to Level 2 of the introductory tutorial (coming soon).
117-
- View the [syntax reference](../syntaxreference) or the [library reference](../handbook/libraries).
117+
- View the [syntax reference]({{ site-url }}/v0.3/syntaxreference/) or the [library reference]({{ site-url }}/v0.3/handbook/libraries/stdlib/).
118118
- Explore already made [examples](https://github.com/witheve/eve-examples).
119119
- Or dive right in to the editor and try out the concepts you've just learned (coming soon).

0 commit comments

Comments
 (0)