mirror of
https://github.com/figsoda/mmtc
synced 2024-11-22 15:13:03 +00:00
use relative path instead of full url
This commit is contained in:
parent
d64918948b
commit
73f12d2dc6
3 changed files with 5 additions and 5 deletions
|
@ -78,7 +78,7 @@
|
|||
- No longer adds extra zeros before the minute number
|
||||
|
||||
### Documentation
|
||||
- Added [Configuration instructions](https://github.com/figsoda/mmtc/blob/main/Configuration.md)
|
||||
- Added [configuration instructions](Configuration.md)
|
||||
|
||||
### Features
|
||||
- New `Condition` - `QueueCurrent`
|
||||
|
|
|
@ -8,7 +8,7 @@ Your config directory may differ depending on the operating system, so mmtc trie
|
|||
|
||||
This setting can be overwritten by the command line argument `-c` or `--config`.
|
||||
|
||||
If no config file was given from the command line and mmtc failed to find your config directory, the [default configuration](https://github.com/figsoda/mmtc/blob/main/mmtc.ron) would be used.
|
||||
If no config file was given from the command line and mmtc failed to find your config directory, the [default configuration](mmtc.ron) would be used.
|
||||
|
||||
|
||||
## File Structure
|
||||
|
@ -30,7 +30,7 @@ field | type | description | default
|
|||
`seek_secs` | non-negative number | the time to seek in seconds | `5.0`
|
||||
`search_fields` | [`SearchFields`](#SearchFields) | the fields to index from when searching | see [`SearchFields`](#SearchFields)
|
||||
`ups` | non-negative number | the amount of status updates per second | `1.0`
|
||||
`layout` | [`Widget`](#Widget) | the layout of the application | see [mmtc.ron](https://github.com/figsoda/mmtc/blob/main/mmtc.ron)
|
||||
`layout` | [`Widget`](#Widget) | the layout of the application | see [mmtc.ron](mmtc.ron)
|
||||
|
||||
### SearchFields
|
||||
|
||||
|
|
|
@ -99,6 +99,6 @@ See [CHANGELOG.md]
|
|||
|
||||
|
||||
[Crate]: https://crates.io/crates/mmtc
|
||||
[Configuration.md]: https://github.com/figsoda/mmtc/blob/main/Configuration.md
|
||||
[CHANGELOG.md]: https://github.com/figsoda/mmtc/blob/main/CHANGELOG.md
|
||||
[Configuration.md]: Configuration.md
|
||||
[CHANGELOG.md]: CHANGELOG.md
|
||||
[Rust]: https://www.rust-lang.org/tools/install
|
||||
|
|
Loading…
Reference in a new issue