diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 3821cb72..068c26a3 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -4,7 +4,7 @@ - [Quick Start](./quickstart.md) - [Configuration](./configuration.md) - [marswm](./marswm.md) - - [marsbar](./marswm.md) + - [marsbar](./marsbar.md) - [Examples](./examples.md) - [mars-status.sh](examples/mars-status.md) - [touchegg.conf](examples/touchegg.md) diff --git a/docs/examples/wallpaper-daemon.md b/docs/examples/wallpaper-daemon.md index f024f436..ebedcb0f 100644 --- a/docs/examples/wallpaper-daemon.md +++ b/docs/examples/wallpaper-daemon.md @@ -1,4 +1,4 @@ -# `wallpaper-daemon` +# `wallpaper-daemon.sh` Dependencies: * `xev` diff --git a/docs/marswm.md b/docs/marswm.md index c237ddb3..2f6111b3 100644 --- a/docs/marswm.md +++ b/docs/marswm.md @@ -91,7 +91,7 @@ Here is an example: action: !move-workspace 0 ``` -You can find documentation for actions [in the docs](crate::bindings::BindingAction) or [in the source code](src/bindings.rs). +You can find documentation for actions [here](./crate/marswm/bindings/enum.BindingAction.html). ## Button Bindings @@ -110,7 +110,7 @@ Here is an example: action: close-client ``` -You can find documentation for actions [in the docs](crate::bindings::BindingAction) or [in the source code](src/bindings.rs). +You can find documentation for actions [here](./crate/marswm/bindings/enum.BindingAction.html). ## Window Rules @@ -125,7 +125,7 @@ For example: actions: [ !move-workspace 5 ] ``` -You can find documentation for actions [in the docs](crate::bindings::BindingAction) or [in the source code](src/bindings.rs). +You can find documentation for actions [here](./crate/marswm/bindings/enum.BindingAction.html). ### Identifiers: diff --git a/marswm/README.md b/marswm/README.md index 928297b4..572e1580 100644 --- a/marswm/README.md +++ b/marswm/README.md @@ -7,7 +7,7 @@ The [YAML](https://yaml.org/) format is used for configuration with the default You can get the default configuration with `marswm --print-default-config`. ## Documentation -[You can find the documentation here](https://jzbor.de/marswm/marswm/docs/index.html) +[You can find the documentation here](https://jzbor.de/marswm/marswm.html) ## Quick Start Guide -[You can find the documentation here](https://jzbor.de/marswm/marswm/docs/index.html) +[You can find the documentation here](https://jzbor.de/marswm/quickstart.html)