From 7fb033b9ae3a9f139d26826eecdbd550fce8692d Mon Sep 17 00:00:00 2001 From: Maksim Eltyshev Date: Thu, 23 Apr 2020 22:56:25 +0500 Subject: [PATCH] Update repository paths because of transfer --- CODE_OF_CONDUCT.md | 2 +- README.md | 14 +++++++------- package.json | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 70e15780..b294848e 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -55,7 +55,7 @@ further defined and clarified by project maintainers. ## Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported by contacting the project team at meltyshev@gmail.com. All +reported by contacting the project team at contact@plankanban.org. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. diff --git a/README.md b/README.md index c7aaf8e3..9175dca4 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # Planka -![David (path)](https://img.shields.io/david/meltyshev/planka?path=client) ![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/meltyshev/planka) ![GitHub](https://img.shields.io/github/license/meltyshev/planka) +![David (path)](https://img.shields.io/david/plankanban/planka?path=client) ![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/plankanban/planka) ![GitHub](https://img.shields.io/github/license/plankanban/planka) A Trello-like kanban board built with React and Redux. -![](https://raw.githubusercontent.com/meltyshev/planka/master/demo.gif) +![](https://raw.githubusercontent.com/plankanban/planka/master/demo.gif) -[**Client demo**](https://meltyshev.github.io/planka) (without server features). +[**Client demo**](https://plankanban.github.io/planka) (without server features). ## Features @@ -27,14 +27,14 @@ A Trello-like kanban board built with React and Redux. [![](https://d207aa93qlcgug.cloudfront.net/1.95.5.qa/img/nav/docker-logo-loggedout.png)](https://hub.docker.com/r/meltyshev/planka) - Make sure you have [Docker](https://docs.docker.com/install/) and [Docker Compose](https://docs.docker.com/compose/install/) installed and operational. -- Create `docker-compose.yml` based on [the example](https://raw.githubusercontent.com/meltyshev/planka/master/docker-compose.yml). This is the ONLY file you will need. You can create this file on your own machine by copy and pasting the content. +- Create `docker-compose.yml` based on [the example](https://raw.githubusercontent.com/plankanban/planka/master/docker-compose.yml). This is the ONLY file you will need. You can create this file on your own machine by copy and pasting the content. - Edit `BASE_URL` to match your domain name or IP address. - Edit `SECRET_KEY` with random value. You can generate it by `openssl rand -hex 64`. Download the docker-compose.yml: ``` -curl -L https://raw.githubusercontent.com/meltyshev/planka/master/docker-compose.yml -o docker-compose.yml +curl -L https://raw.githubusercontent.com/plankanban/planka/master/docker-compose.yml -o docker-compose.yml ``` Pull images and start services: @@ -48,7 +48,7 @@ Demo user: demo@demo.demo demo ## Development ``` -git clone https://github.com/meltyshev/planka.git +git clone https://github.com/plankanban/planka.git ``` Server folder: @@ -91,4 +91,4 @@ Demo user: demo@demo.demo demo ## License -Planka is [MIT licensed](https://github.com/meltyshev/planka/blob/master/LICENSE). +Planka is [MIT licensed](https://github.com/plankanban/planka/blob/master/LICENSE). diff --git a/package.json b/package.json index 99c2a942..9fdde9d0 100644 --- a/package.json +++ b/package.json @@ -2,10 +2,10 @@ "name": "planka", "version": "0.1.0", "private": true, - "homepage": "https://meltyshev.github.io/planka", + "homepage": "https://plankanban.github.io/planka", "repository": { "type": "git", - "url": "https://github.com/meltyshev/planka.git" + "url": "https://github.com/plankanban/planka.git" }, "license": "MIT", "author": "Maksim Eltyshev"