Skip to content

Commit 7da8ceb

Browse files
authored
Merge pull request #96 from witheve/fix-QS-links
Fix qs links
2 parents 6596a10 + 1e9fd2d commit 7da8ceb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

v0.3/tutorials/quickstart.eve

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
layout: default
33
title: Quickstart
44
---
5+
56
{% raw %}
67

78
# Quickstart
89

9-
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:
10+
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](/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:
1011

1112
```
1213
npm start -- eve-starter/programs/quickstart.eve
@@ -115,7 +116,7 @@ That's it for the 5 minute introduction to Eve. To summarize:
115116
This will get you started with Eve, but there's still more to learn. From here, you can:
116117

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

0 commit comments

Comments
 (0)