Skip to content

Commit

Permalink
guide: fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Sep 17, 2020
1 parent 9074581 commit 78b42b3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion guide/2014301.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ content/ default.nix Main.hs README.md rib-sample.cabal
The three key items here are:

1. `Main.hs`: Haskell source containing the DSL of the HTML/CSS of your site.
See [2015601](zcf:/).
See [[2015601]].
2. `content/`: The source content (eg: Markdown sources and static files)
3. `dest/`: The target directory, excluded from the git repository, will contain
_generated_ content (i.e., the HTML files, and copied over static content)
Expand Down
4 changes: 2 additions & 2 deletions guide/2015602.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Guide
---

Assuming you have read the [2014301](zcf://tutorial), use this portal to
Assuming you have read the [[2014301]], use this portal to
understand how to do certain things in Rib.

[.](zquery://search?tag=guide)
[[[z:zettels?tag=guide]]]
4 changes: 2 additions & 2 deletions guide/2015604.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ tags:
Rib includes an optional route system based on
[GADT](https://ghc.gitlab.haskell.org/ghc/doc/users_guide/exts/gadt.html)s than
can be used to define safe and structured routes for your site. The sample repo
used in [2014301](zcf:/) already uses routes, and you can see the entire code in
[2015601](zcf:/) to see all of this would fit together in a static site
used in [[2014301]] already uses routes, and you can see the entire code in
[[2015601]] to see all of this would fit together in a static site
generator.


Expand Down
8 changes: 4 additions & 4 deletions guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ reinventing their capabilities. Time spent using rib is time spent learning them
- Remain as simple as possible to use
- Reproducible and a delightful workflow enabled by Nix, ghcid and fsnotify.

See [2015601](z://quick-preview) to get a feel for what your code may look like.
See [[[2015601]]] to get a feel for what your code may look like.


## Getting Started
Expand All @@ -30,7 +30,7 @@ repository, [**rib-sample**](https://github.com/srid/rib-sample), from Github.

## Next

* [2014301](z://tutorial)
* [2015602](z://guide)
* [2014302](z://examples)
* [[[2014301]]]
* [[[2015602]]]
* [[[2014302]]]

0 comments on commit 78b42b3

Please sign in to comment.