Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed 'bad' linking to getting-started page which led to a 404 error #79

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h1 class="masthead-title">Effekt Language</h1>
<div class="warn container">
<p>Effekt is a <strong>research-level</strong> language &mdash; use at your own risk! While we are heavily
working on it, there are probably many bugs and many things will change in the future.
Of course, we are happy if you <a href="docs/getting-started">try it out</a> and report your experience with it.</p>
Of course, we are happy if you <a href="docs/">try it out</a> and report your experience with it.</p>
<p>Have fun!</p>
</div>
<section class="container">
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ If you are interested in the Effekt language, we have a few things to get you st

<div id="start-install">
<h3>Installation Guide</h3>
<p>To install Effekt and try the examples on your own computer you can follow the <a href="docs/getting-started">installation instructions</a>.</p>
<p>To install Effekt and try the examples on your own computer you can follow the <a href="docs/">installation instructions</a>.</p>
</div>

<div id="start-read">
Expand Down
2 changes: 1 addition & 1 deletion quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ position: 2
---

# Try Effekt Online
You can immediately experiment with the Effekt language, without [installing](docs/getting-started) it.
You can immediately experiment with the Effekt language, without [installing](docs/) it.

Effekt is a research language, we recommend reading [the papers](https://se.cs.uni-tuebingen.de/research/handlers/effekt/) describing important design decisions and the inner workings of Effekt.

Expand Down