Skip to content

Commit

Permalink
Fixing some links for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jzbor committed Nov 7, 2023
1 parent 345183f commit 74a8d79
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/wallpaper-daemon.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `wallpaper-daemon`
# `wallpaper-daemon.sh`

Dependencies:
* `xev`
Expand Down
4 changes: 2 additions & 2 deletions docs/marswm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).rs).


## Window Rules
Expand All @@ -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).rs).


### Identifiers:
Expand Down
4 changes: 2 additions & 2 deletions marswm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/marswm/quickstart.html)

0 comments on commit 74a8d79

Please sign in to comment.