docs: fix link to Config.zig

This commit is contained in:
Isaac Freund 2020-06-05 10:34:26 +02:00
parent a1f4123894
commit 321157bde3
No known key found for this signature in database
GPG key ID: 86DED400DDFD7A11

View file

@ -55,7 +55,7 @@ river -c /path/to/config.sh
An example script with sane defaults is provided [here](contrib/config.sh) in An example script with sane defaults is provided [here](contrib/config.sh) in
the contrib directory. the contrib directory.
Some configuration options are still hardcoded in [config.zig](src/config.zig). Some configuration options are still hardcoded in [Config.zig](src/Config.zig).
Eventually all configuration will be moved to the `riverctl` binary. Eventually all configuration will be moved to the `riverctl` binary.
## Development ## Development