Skip to content

docs(README): use main branch for links #106

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Given we have a window layout file called [example.window.sh][] which looks
like:

[example.window.sh]:
https://github.com/jimeh/tmuxifier/blob/master/examples/example.window.sh
https://github.com/jimeh/tmuxifier/blob/main/examples/example.window.sh

```bash
window_root "~/Desktop"
Expand All @@ -47,7 +47,7 @@ session using:

Which will yield a Tmux window looking like this:

![example](https://github.com/jimeh/tmuxifier/raw/master/examples/example.window-screenshot.png)
![example](https://github.com/jimeh/tmuxifier/raw/main/examples/example.window-screenshot.png)

## Installation

Expand Down Expand Up @@ -200,7 +200,7 @@ To load the session layout simply run:
You'll now have a new Tmux session with your previously defined awesome window
in it.

[examples]: https://github.com/jimeh/tmuxifier/tree/master/examples
[examples]: https://github.com/jimeh/tmuxifier/tree/main/examples

## Configure & Customize

Expand Down