Skip to content

Commit

Permalink
guide: fix dead link
Browse files Browse the repository at this point in the history
  • Loading branch information
ice1000 committed Jun 2, 2024
1 parent 1d3627b commit 092bea7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions src/guide/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# The Aya Prover

+ [Installation Guide](install)
+ [Tutorial for Haskellers](haskeller-tutorial) (should also work for Idris users)
+ [Tutorial for Dependent Type users](anqur-story)
+ [Tutorial for the "extension type"](ext-types)
+ [Tutorial for functional programmers](haskeller-tutorial) (such as ML, Haskell, or Idris users)
+ [Tutorial for dependent types or theorem prover users](prover-tutorial)
+ [Tutorial for VSCode extension](vscode-tutorial)
+ [Tutorial for the fake literate mode](fake-literate)

Expand Down
2 changes: 1 addition & 1 deletion src/guide/project-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ and a `src` directory for source code. Here's a sample `aya.json`:

```json
{
"ayaVersion": "0.30",
"ayaVersion": "0.31",
// ^ The version of Aya you are using -- for compatibility checks
"name": "<project name>",
"version": "<project version>",
Expand Down

0 comments on commit 092bea7

Please sign in to comment.