Skip to content

Commit

Permalink
docs: update URLs for migration to riverwm github org
Browse files Browse the repository at this point in the history
  • Loading branch information
ifreund committed Nov 1, 2021
1 parent f2cf4b9 commit c9de08f
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -5,11 +5,11 @@ configuration.

Join us at [#river](https://web.libera.chat/?channels=#river)
on irc.libera.chat. Read our man pages and our
[wiki](https://github.com/ifreund/river/wiki).
[wiki](https://github.com/riverwm/river/wiki).

*Note: river is currently early in development. Expect breaking changes
and missing features. If you run into a bug don't hesitate to
[open an issue](https://github.com/ifreund/river/issues/new)*
[open an issue](https://github.com/riverwm/river/issues/new)*

## Design goals

Expand Down
2 changes: 1 addition & 1 deletion build.zig
Expand Up @@ -135,7 +135,7 @@ pub fn build(b: *zbs.Builder) !void {
\\pkgdatadir=${{datadir}}/river-protocols
\\
\\Name: river-protocols
\\URL: https://github.com/ifreund/river
\\URL: https://github.com/riverwm/river
\\Description: protocol files for the river wayland compositor
\\Version: {s}
, .{ b.install_prefix, full_version });
Expand Down
2 changes: 1 addition & 1 deletion completions/zsh/_riverctl
@@ -1,6 +1,6 @@
#compdef riverctl
#
# Completion script for riverctl, part of river <https://github.com/ifreund/river>
# Completion script for riverctl, part of river <https://github.com/riverwm/river>

_riverctl_subcommands()
{
Expand Down
4 changes: 2 additions & 2 deletions doc/river.1.scd
@@ -1,4 +1,4 @@
RIVER(1) "github.com/ifreund/river" "General Commands Manual"
RIVER(1) "github.com/riverwm/river" "General Commands Manual"

# NAME

Expand Down Expand Up @@ -71,7 +71,7 @@ Set the keyboard layout to colemak:

Maintained by Isaac Freund <mail@isaacfreund.com> who is assisted by open
source contributors. For more information about river's development, see
<https://github.com/ifreund/river>.
<https://github.com/riverwm/river>.

# SEE ALSO

Expand Down
4 changes: 2 additions & 2 deletions doc/riverctl.1.scd
@@ -1,4 +1,4 @@
RIVERCTL(1) "github.com/ifreund/river" "General Commands Manual"
RIVERCTL(1) "github.com/riverwm/river" "General Commands Manual"

# NAME

Expand Down Expand Up @@ -361,7 +361,7 @@ See also the example init script at /etc/river/init.

Maintained by Isaac Freund <mail@isaacfreund.com> who is assisted by open
source contributors. For more information about river's development, see
<https://github.com/ifreund/river>.
<https://github.com/riverwm/river>.

# SEE ALSO

Expand Down
4 changes: 2 additions & 2 deletions doc/rivertile.1.scd
@@ -1,4 +1,4 @@
RIVERTILE(1) "github.com/ifreund/river" "General Commands Manual"
RIVERTILE(1) "github.com/riverwm/river" "General Commands Manual"

# NAME

Expand Down Expand Up @@ -80,7 +80,7 @@ Set the main count to 3 at runtime:

Maintained by Isaac Freund <mail@isaacfreund.com> who is assisted by open
source contributors. For more information about river's development, see
<https://github.com/ifreund/river>.
<https://github.com/riverwm/river>.

# SEE ALSO

Expand Down

0 comments on commit c9de08f

Please sign in to comment.