Skip to content

Commit

Permalink
docs: fix broken urls
Browse files Browse the repository at this point in the history
  • Loading branch information
lasers committed Dec 1, 2023
1 parent bbe43bc commit 4255619
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Using py3status, you can take control of your i3bar easily by:

- using one of the available
[modules](https://py3status.readthedocs.io/en/latest/user-guide/modules/)
[modules](https://ultrabug.github.io/py3status/user-guide/modules/)
shipped with py3status
- grouping multiple modules and automatically or manually cycle their
display
Expand Down Expand Up @@ -39,27 +39,27 @@ You will love py3status if you're using [i3wm](https://i3wm.org)
- **easily allow interactivity** with the i3bar
- add some **built-in enhancement/transformation** of basic i3status modules output

We apply the [Zen of py3status](https://py3status.readthedocs.io/en/latest/dev-guide/contributing/#zen-of-py3status) to improve this project and encourage everyone to read it!
We apply the [Zen of py3status](https://ultrabug.github.io/py3status/dev-guide/contributing/#zen-of-py3status) to improve this project and encourage everyone to read it!

## Documentation

Up-to-date [documentation](https://py3status.readthedocs.io):
Up-to-date [documentation](https://ultrabug.github.io/py3status/):

- [Installation](https://py3status.readthedocs.io/en/latest/user-guide/installation/)
- [Getting started](https://py3status.readthedocs.io/en/latest/getting-started/)
- [Using Modules](https://py3status.readthedocs.io/en/latest/user-guide/configuration/#loading-and-ordering-py3status-modules)
- [Custom click events](https://py3status.readthedocs.io/en/latest/user-guide/configuration/#custom-click-events)
- [The py3-cmd command line](https://py3status.readthedocs.io/en/latest/user-guide/remote-control/)
- [Writing custom modules](https://py3status.readthedocs.io/en/latest/dev-guide/writing-modules/)
- [Contributing](https://py3status.readthedocs.io/en/latest/dev-guide/contributing/)
- [Installation](https://ultrabug.github.io/py3status/user-guide/installation/)
- [Getting started](https://ultrabug.github.io/py3status/getting-started/)
- [Using Modules](https://ultrabug.github.io/py3status/user-guide/configuration/#loading-and-ordering-py3status-modules)
- [Custom click events](https://ultrabug.github.io/py3status/user-guide/configuration/#custom-click-events)
- [The py3-cmd command line](https://ultrabug.github.io/py3status/user-guide/remote-control/)
- [Writing custom modules](https://ultrabug.github.io/py3status/dev-guide/writing-modules/)
- [Contributing](https://ultrabug.github.io/py3status/dev-guide/contributing/)

Get help or share your ideas on IRC:

- channel **\#py3status** on **OFTC**

## Installation

See the up to date and complete [installation instructions](https://py3status.readthedocs.io/en/latest/user-guide/installation/) for your favorite distribution.
See the up to date and complete [installation instructions](https://ultrabug.github.io/py3status/user-guide/installation/) for your favorite distribution.

## Usage

Expand Down Expand Up @@ -101,10 +101,10 @@ You can see the help of py3status by issuing \`py3status -h\`:

## Available modules

[All modules](https://py3status.readthedocs.io/en/latest/user-guide/modules/)
shipped with py3status are [configurable directly from your current i3status.conf](https://py3status.readthedocs.io/en/latest/user-guide/configuration/#loading-and-ordering-py3status-modules)!
[All modules](https://ultrabug.github.io/py3status/user-guide/modules/)
shipped with py3status are [configurable directly from your current i3status.conf](https://ultrabug.github.io/py3status/user-guide/configuration/#loading-and-ordering-py3status-modules)!

[Check them out](https://py3status.readthedocs.io/en/latest/user-guide/modules/)
[Check them out](https://ultrabug.github.io/py3status/user-guide/modules/)
to see all the configuration options.

## Control from CLI
Expand All @@ -116,7 +116,7 @@ signal to i3status:
killall -USR1 py3status

To refresh individual modules, the
[py3-cmd](https://py3status.readthedocs.io/en/latest/user-guide/remote-control/)
[py3-cmd](https://ultrabug.github.io/py3status/user-guide/remote-control/)
utility can be used, e.g:

py3-cmd refresh wifi
8 changes: 4 additions & 4 deletions contrib/py3status.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h2>Documentation</h2>
<p>View the full documentation now or bookmark it for later viewing:</p>
<ul>
<li>
<a href="https://py3status.readthedocs.io/en/latest">Read the Docs</a>
<a href="https://ultrabug.github.io/py3status">py3status Documentation</a>
</li>
<li>
<a href="https://github.com/ultrabug/py3status">Github</a>
Expand Down Expand Up @@ -85,15 +85,15 @@ <h2>Using py3status</h2>
</tt></pre>

<p>Learn more about how to configure py3status on the
<a href="https://py3status.readthedocs.io/en/latest/user-guide/configuration">
<a href="https://ultrabug.github.io/py3status/user-guide/configuration">
configuration documentation</a>
</p>

<h2>Using py3status modules</h2>

<p>Like i3status, py3status comes with modules (but a lot of them!).</p>
<p>Learn more about the modules provided by py3status on the
<a href="https://py3status.readthedocs.io/en/latest/user-guide/modules">modules
<a href="https://ultrabug.github.io/py3status/user-guide/modules">modules
documentation</a>
</p>

Expand Down Expand Up @@ -246,7 +246,7 @@ <h2>Writing new modules for py3status</h2>
</ul>

<p>Learn how to
<a href="https://py3status.readthedocs.io/en/latest/dev-guide/writing-modules/">write
<a href="https://ultrabug.github.io/py3status/dev-guide/writing-modules/">write
(and contribute please!) your own modules!</a></p>


Expand Down
2 changes: 1 addition & 1 deletion py3status/modules/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Modules documentation

Up to date modules documentation: https://py3status.readthedocs.io/en/latest/user-guide/modules
Up to date modules documentation: https://ultrabug.github.io/py3status/user-guide/modules

0 comments on commit 4255619

Please sign in to comment.