mirror of https://github.com/snachodog/mybuddy.git
Update references to old repo address
This commit is contained in:
parent
af710b977a
commit
86f0c2f04b
|
@ -1,7 +1,7 @@
|
||||||
# Contributing
|
# Contributing
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/cdubz/babybuddy.svg?branch=master)](https://travis-ci.org/cdubz/babybuddy)
|
[![Build Status](https://travis-ci.org/babybuddy/babybuddy.svg?branch=master)](https://travis-ci.org/babybuddy/babybuddy)
|
||||||
[![Coverage Status](https://coveralls.io/repos/github/cdubz/babybuddy/badge.svg?branch=master)](https://coveralls.io/github/cdubz/babybuddy?branch=master)
|
[![Coverage Status](https://coveralls.io/repos/github/babybuddy/babybuddy/badge.svg?branch=master)](https://coveralls.io/github/babybuddy/babybuddy?branch=master)
|
||||||
|
|
||||||
- [Contributions](#contributions)
|
- [Contributions](#contributions)
|
||||||
- [Pull request process](#pull-request-process)
|
- [Pull request process](#pull-request-process)
|
||||||
|
@ -12,9 +12,9 @@
|
||||||
|
|
||||||
## Contributions
|
## Contributions
|
||||||
|
|
||||||
Contributions are accepted and encouraged via GitHub [Issues](https://github.com/cdubz/babybuddy/issues)
|
Contributions are accepted and encouraged via GitHub [Issues](https://github.com/babybuddy/babybuddy/issues)
|
||||||
and [Pull Requests](https://github.com/cdubz/babybuddy/pulls). Maintainers and
|
and [Pull Requests](https://github.com/babybuddy/babybuddy/pulls). Maintainers
|
||||||
users may also be found at [babybuddy/Lobby](https://gitter.im/babybuddy/Lobby)
|
and users may also be found at [babybuddy/Lobby](https://gitter.im/babybuddy/Lobby)
|
||||||
on Gitter.
|
on Gitter.
|
||||||
|
|
||||||
### Pull request process
|
### Pull request process
|
||||||
|
@ -25,7 +25,7 @@ on Gitter.
|
||||||
ensure that all tests pass.
|
ensure that all tests pass.
|
||||||
1. If changes are made to assets: build, collect and commit the `/static`
|
1. If changes are made to assets: build, collect and commit the `/static`
|
||||||
folder (see [`gulp collectstatic`](#collectstatic)).
|
folder (see [`gulp collectstatic`](#collectstatic)).
|
||||||
1. Open a [new pull request](https://github.com/cdubz/babybuddy/compare) against
|
1. Open a [new pull request](https://github.com/babybuddy/babybuddy/compare) against
|
||||||
the `master` branch.
|
the `master` branch.
|
||||||
|
|
||||||
New pull requests will be reviewed by project maintainers as soon as possible
|
New pull requests will be reviewed by project maintainers as soon as possible
|
||||||
|
|
|
@ -55,7 +55,7 @@ for detailed information.
|
||||||
|
|
||||||
1. Clone/download the Baby Buddy repo
|
1. Clone/download the Baby Buddy repo
|
||||||
|
|
||||||
git clone https://github.com/cdubz/babybuddy.git
|
git clone https://github.com/babybuddy/babybuddy.git
|
||||||
|
|
||||||
1. Enter the cloned/downloaded directory
|
1. Enter the cloned/downloaded directory
|
||||||
|
|
||||||
|
@ -169,7 +169,7 @@ Python 3.6+, nginx, uwsgi and sqlite and should be sufficient for a few users
|
||||||
sudo mkdir /var/www/babybuddy
|
sudo mkdir /var/www/babybuddy
|
||||||
sudo chown user:user /var/www/babybuddy
|
sudo chown user:user /var/www/babybuddy
|
||||||
mkdir -p /var/www/babybuddy/data/media
|
mkdir -p /var/www/babybuddy/data/media
|
||||||
git clone https://github.com/cdubz/babybuddy.git /var/www/babybuddy/public
|
git clone https://github.com/babybuddy/babybuddy.git /var/www/babybuddy/public
|
||||||
|
|
||||||
1. Move in to the application folder
|
1. Move in to the application folder
|
||||||
|
|
||||||
|
|
2
app.json
2
app.json
|
@ -11,7 +11,7 @@
|
||||||
"python",
|
"python",
|
||||||
"self-host"
|
"self-host"
|
||||||
],
|
],
|
||||||
"repository": "https://github.com/cdubz/babybuddy",
|
"repository": "https://github.com/babybuddy/babybuddy",
|
||||||
"website": "http://www.baby-buddy.net",
|
"website": "http://www.baby-buddy.net",
|
||||||
"buildpacks": [
|
"buildpacks": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -250,7 +250,7 @@
|
||||||
target="_blank">{% trans "Backend Admin" %}</a>
|
target="_blank">{% trans "Backend Admin" %}</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<h6 class="dropdown-header">{% trans "Support" %}</h6>
|
<h6 class="dropdown-header">{% trans "Support" %}</h6>
|
||||||
<a href="https://github.com/cdubz/babybuddy"
|
<a href="https://github.com/babybuddy/babybuddy"
|
||||||
class="dropdown-item"
|
class="dropdown-item"
|
||||||
target="_blank">
|
target="_blank">
|
||||||
<i class="icon icon-source" aria-hidden="true"></i> {% trans "Source Code" %}</a>
|
<i class="icon icon-source" aria-hidden="true"></i> {% trans "Source Code" %}</a>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"license": "BSD-2-Clause",
|
"license": "BSD-2-Clause",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/cdubz/babybuddy.git"
|
"url": "https://github.com/babybuddy/babybuddy.git"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"bootstrap": "4.4.1",
|
"bootstrap": "4.4.1",
|
||||||
|
|
Loading…
Reference in New Issue