Skip to content

Commit 2facbea

Browse files
committed
fix links on index page
1 parent 77071e3 commit 2facbea

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

v0.3/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ title: Index
44
---
55

66
## Install guide
7-
Need to install Eve on your machine? [Head here](install) for step-by-step directions.
7+
Need to install Eve on your machine? [Head here](/v0.3/install/) for step-by-step directions.
88

99
## Quickstart
10-
If you’re new to Eve and want a hands-on demo to learn the language, you can jump right in with a 5 minute [quickstart guide](tutorials/quickstart.eve) that shows you how to build a simple incrementing counter.
10+
If you’re new to Eve and want a hands-on demo to learn the language, you can jump right in with a 5 minute [quickstart guide](/v0.3/tutorials/quickstart/) that shows you how to build a simple incrementing counter.
1111

1212
## Syntax reference
13-
Want a reminder how the syntax works or to get an overview of Eve without going through the quickstart? The [syntax reference](syntaxreference) is a good place to start.
13+
Want a reminder how the syntax works or to get an overview of Eve without going through the quickstart? The [syntax reference](/v0.3/syntaxreference/) is a good place to start.
1414

1515
## Libraries
16-
Want to know everything Eve can do? [Here’s a list](handbook/libraries/) of all the functions, operators, and watchers available in the language.
16+
Want to know everything Eve can do? [Here’s a list](/v0.3/handbook/libraries/stdlib/) of all the functions, operators, and watchers available in the language.
1717

1818
## Stuck?
1919
If you didn’t find what you were looking for, you can get in touch with the Eve team and the community through these channels:
@@ -24,5 +24,5 @@ If you didn’t find what you were looking for, you can get in touch with the Ev
2424
- Join the Eve Slack channel to talk with Eve developers and the community in real time _(coming soon)_
2525

2626
## Want to learn more?
27-
- Browse our [gallery](../gallery) of examples from the Eve crew and the community to learn, to be inspired, or just for fun!
27+
- Browse our [gallery](https://github.com/witheve/eve-examples) of examples from the Eve crew and the community to learn, to be inspired, or just for fun!
2828
- Read our [blog](http://incidentalcomplexity.com) to see what we’re up to, from our developer diary to essays, announcements, and more.

0 commit comments

Comments
 (0)