Skip to content
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

Fix markdown link syntax in README #177

Open
wants to merge 1 commit into
base: master
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
4 changes: 2 additions & 2 deletions Main/Power/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Control system power, login, and Wake on LAN.
## Using WOL and WOW
The Wake On LAN and Wake on WAN packets are sent directly from your device when the server is sleeping. Most systems require WOL and WOW support to be explicitly enabled. Check out these tutorials for help.

* [https://www.unifiedremote.com/tutorials/how-to-configure-wake-on-lan-on-windows](How To Configure Wake On LAN on Windows)
* [https://www.unifiedremote.com/tutorials/how-to-configure-wake-on-wan-on-windows](How To Configure Wake On WAN on Windows)
* [How To Configure Wake On LAN on Windows](https://www.unifiedremote.com/tutorials/how-to-configure-wake-on-lan-on-windows)
* [How To Configure Wake On WAN on Windows](https://www.unifiedremote.com/tutorials/how-to-configure-wake-on-wan-on-windows)

## Linux Compatibility
Typically controlling system power is privilaged on Linux/UNIX systems. Most desktop environments therefore offer other means for applications to trigger these actions. However, there is unfortunately no standard. The remote has been implemented to work with:
Expand Down