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

Docs: Fix broken links in recipes.md #854

Merged
merged 1 commit into from
Feb 22, 2020
Merged
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
6 changes: 3 additions & 3 deletions docs/recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jrnlimport () {
### Using templates

!!! note
Templates require an [external editor](../advanced) be configured.
Templates require an [external editor](./advanced.md) be configured.

A template is a code snippet that makes it easier to enter use repeated text
each time a new journal entry is started. There are two ways you can utilize
Expand Down Expand Up @@ -113,7 +113,7 @@ logged as a new entry in the journal you specified in the original argument.

!!! tip
To read your journal entry or to verify the entry saved, you can use this
command: `jrnl -n 1` (Check out [Import and Export](../export/#export-to-files) for more export options).
command: `jrnl -n 1` (Check out [Import and Export](./export.md) for more export options).

```sh
jrnl -n 1
Expand Down Expand Up @@ -155,7 +155,7 @@ jrnl -on "$(jrnl --short | shuf -n 1 | cut -d' ' -f1,2)"
## External editors

Configure your preferred external editor by updating the `editor` option
in your `jrnl.yaml` file. (See [advanced usage](../advanced) for details).
in your `jrnl.yaml` file. (See [advanced usage](./advanced.md) for details).

!!! note
To save and log any entry edits, save and close the file.
Expand Down