1
0
Fork 0
mirror of https://github.com/alice-lg/birdwatcher.git synced 2025-03-09 00:00:05 +01:00

moved repository (alice-lg) in import

This commit is contained in:
Matthias Hannig 2018-11-29 15:20:35 +01:00
parent 5b5b1e2713
commit e7755afb61
8 changed files with 12 additions and 12 deletions

View file

@ -14,7 +14,7 @@ regular binaries, which means deployment and maintenance might be
more convenient.
Our version also has a few more capabilities, as you will
discover when looking at [the modules section](https://github.com/ecix/birdwatcher/blob/master/etc/ecix/birdwatcher.conf)
discover when looking at [the modules section](https://github.com/alice-lg/birdwatcher/blob/master/etc/ecix/birdwatcher.conf)
of the config.
## Installation
@ -135,11 +135,11 @@ We do not currently support other deployment methods.
## Configuration
An example config with sane defaults is provided in
[etc/ecix/birdwatcher.conf](https://github.com/ecix/birdwatcher/blob/master/etc/ecix/birdwatcher.conf).
[etc/ecix/birdwatcher.conf](https://github.com/alice-lg/birdwatcher/blob/master/etc/ecix/birdwatcher.conf).
You should be able to use it out of the box. If you need
to change it, it is well-commented and hopefully intuitive.
If you do not know how to configure it, please consider opening
[an issue](https://github.com/ecix/birdwatcher/issues/new).
[an issue](https://github.com/alice-lg/birdwatcher/issues/new).
## How

View file

@ -6,8 +6,8 @@ import (
"net/http"
"strings"
"github.com/ecix/birdwatcher/bird"
"github.com/ecix/birdwatcher/endpoints"
"github.com/alice-lg/birdwatcher/bird"
"github.com/alice-lg/birdwatcher/endpoints"
"github.com/julienschmidt/httprouter"
)

View file

@ -10,8 +10,8 @@ import (
"github.com/BurntSushi/toml"
"github.com/imdario/mergo"
"github.com/ecix/birdwatcher/bird"
"github.com/ecix/birdwatcher/endpoints"
"github.com/alice-lg/birdwatcher/bird"
"github.com/alice-lg/birdwatcher/endpoints"
)
type Config struct {

View file

@ -10,7 +10,7 @@ import (
"encoding/json"
"net/http"
"github.com/ecix/birdwatcher/bird"
"github.com/alice-lg/birdwatcher/bird"
"github.com/julienschmidt/httprouter"
)

View file

@ -3,7 +3,7 @@ package endpoints
import (
"net/http"
"github.com/ecix/birdwatcher/bird"
"github.com/alice-lg/birdwatcher/bird"
"github.com/julienschmidt/httprouter"
)

View file

@ -4,7 +4,7 @@ import (
"fmt"
"net/http"
"github.com/ecix/birdwatcher/bird"
"github.com/alice-lg/birdwatcher/bird"
"github.com/julienschmidt/httprouter"
)

View file

@ -3,7 +3,7 @@ package endpoints
import (
"net/http"
"github.com/ecix/birdwatcher/bird"
"github.com/alice-lg/birdwatcher/bird"
"github.com/julienschmidt/httprouter"
)

View file

@ -3,7 +3,7 @@ package endpoints
import (
"net/http"
"github.com/ecix/birdwatcher/bird"
"github.com/alice-lg/birdwatcher/bird"
"github.com/julienschmidt/httprouter"
)