mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Fix broken docs links
This commit is contained in:
parent
4dbe453892
commit
e28cf1d296
3 changed files with 3 additions and 3 deletions
|
@ -34,7 +34,7 @@ It displays the timestamp of each entry formatted to by the user config followed
|
||||||
title on the same line. Then the body of the entry is shown below.
|
title on the same line. Then the body of the entry is shown below.
|
||||||
|
|
||||||
This format is configurable through these values from your config file (see
|
This format is configurable through these values from your config file (see
|
||||||
[config](./config.md) for more details):
|
[Advanced Usage](./advanced.md) for more details):
|
||||||
|
|
||||||
- `colors`
|
- `colors`
|
||||||
- `body`
|
- `body`
|
||||||
|
|
|
@ -44,7 +44,7 @@ encryption](http://en.wikipedia.org/wiki/Advanced_Encryption_Standard). See the
|
||||||
## Import and Export
|
## Import and Export
|
||||||
|
|
||||||
`jrnl` makes it easy to import entries from other sources. Existing entries can
|
`jrnl` makes it easy to import entries from other sources. Existing entries can
|
||||||
be [exported](./export.md) in a variety of formats.
|
be exported in a variety of [formats](./formats.md).
|
||||||
|
|
||||||
## Multi-Platform Support
|
## Multi-Platform Support
|
||||||
|
|
||||||
|
|
|
@ -113,7 +113,7 @@ logged as a new entry in the journal you specified in the original argument.
|
||||||
|
|
||||||
!!! tip
|
!!! tip
|
||||||
To read your journal entry or to verify the entry saved, you can use this
|
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.md) for more export options).
|
command: `jrnl -n 1` (Check out [Formats](./formats.md) for more export options).
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
jrnl -n 1
|
jrnl -n 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue