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

update documentation urls #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
10 changes: 5 additions & 5 deletions README.mkd
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
## What is mpdcron?
[mpdcron](http://alip.github/mpdcron) is a cron like daemon for [mpd](http://mpd.wikia.com/).
[mpdcron](http://alip.github.io/mpdcron) is a cron like daemon for [mpd](http://mpd.wikia.com/).

## Features
See [http://alip.github.com/mpdcron/#features](http://alip.github.com/mpdcron/#features)
See [http://alip.github.io/mpdcron/#features](http://alip.github.io/mpdcron/#features)

## Configuration
See [http://alip.github.com/mpdcron/configuration/](http://alip.github.com/mpdcron/configuration/)
See [http://alip.github.io/mpdcron/configuration/](http://alip.github.io/mpdcron/configuration/)

## Requirements
See [http://alip.github.com/mpdcron/#requirements](http://alip.github.com/mpdcron/#requirements)
See [http://alip.github.io/mpdcron/#requirements](http://alip.github.io/mpdcron/#requirements)

## Contribute
See [http://alip.github.com/mpdcron/#contribute](http://alip.github.com/mpdcron/#contribute)
See [http://alip.github.io/mpdcron/#contribute](http://alip.github.io/mpdcron/#contribute)

<!-- vim: set ft=mkd spell spelllang=en sw=4 sts=4 et : -->
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ m4_define([mpdcron_version], [mpdcron_version_full])

AC_INIT([mpdcron], [mpdcron_version],
[https://github.com/alip/mpdcron/issues],
[mpdcron], [http://alip.github.com/mpdcron/])
[mpdcron], [http://alip.github.io/mpdcron/])

AC_CONFIG_SRCDIR([src/cron-main.c])
AC_CONFIG_MACRO_DIR([m4])
Expand Down
2 changes: 1 addition & 1 deletion data/mpdcron.1
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ This option can be used for debugging.
.IP \[bu] 2
\f[B]mpd\f[](1)
.IP \[bu] 2
<http://alip.github.com/mpdcron/>
<http://alip.github.io/mpdcron/>
.SH REPORTING BUGS
.PP
If you find a bug, please report it at
Expand Down
2 changes: 1 addition & 1 deletion data/mpdcron.1.pdc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ on port 6600.

# SEE ALSO
- `mpd`(1)
- <http://alip.github.com/mpdcron/>
- <http://alip.github.io/mpdcron/>

# REPORTING BUGS
If you find a bug, please report it at <http://github.com/alip/mpdcron/issues>
Expand Down