Skip to content

Commit

Permalink
Update repo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpete committed Feb 29, 2016
1 parent 7545037 commit 8e936bf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# rplayr

[![Build Status](https://img.shields.io/travis/CookPete/reddit-player/master.svg)](https://travis-ci.org/CookPete/reddit-player)
[![Dependency Status](https://img.shields.io/david/CookPete/reddit-player.svg)](https://david-dm.org/CookPete/reddit-player)
[![devDependency Status](https://img.shields.io/david/dev/CookPete/reddit-player.svg)](https://david-dm.org/CookPete/reddit-player#info=devDependencies)
[![Build Status](https://img.shields.io/travis/CookPete/rplayr/master.svg)](https://travis-ci.org/CookPete/rplayr)
[![Dependency Status](https://img.shields.io/david/CookPete/rplayr.svg)](https://david-dm.org/CookPete/rplayr)
[![devDependency Status](https://img.shields.io/david/dev/CookPete/rplayr.svg)](https://david-dm.org/CookPete/rplayr#info=devDependencies)

Source code for [rplayr](http://reddit.cookpete.com)

Expand All @@ -27,8 +27,8 @@ Yes, there are other apps that do the job. I wanted to create something simple w
See the app [in action](http://reddit.cookpete.com) or run it locally yourself:

```bash
git clone https://github.com/CookPete/reddit-player.git
cd reddit-player
git clone https://github.com/CookPete/rplayr.git
cd rplayr
npm install
npm run fetch-playlists
npm start
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/cookpete/reddit-player.git"
"url": "https://github.com/cookpete/rplayr.git"
},
"keywords": [
"react",
Expand All @@ -36,9 +36,9 @@
"author": "Pete Cook <[email protected]> (http://github.com/cookpete)",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/cookpete/reddit-player/issues"
"url": "https://github.com/cookpete/rplayr/issues"
},
"homepage": "https://github.com/cookpete/reddit-player",
"homepage": "https://github.com/cookpete/rplayr",
"devDependencies": {
"autoprefixer": "^6.3.1",
"babel-cli": "^6.4.5",
Expand Down
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ export const TRACKING_ID = 'UA-25230536-8'
export const IGNORE_AUTHORS = ['Mentioned_Videos', 'PlaylisterBot']
export const DEFAULT_POST_TITLE = 'Untitled'
export const AUTHOR_URL = 'https://github.com/CookPete'
export const SOURCE_URL = 'https://github.com/CookPete/reddit-player'
export const SOURCE_URL = 'https://github.com/CookPete/rplayr'
export const SEPARATOR = ' · '

0 comments on commit 8e936bf

Please sign in to comment.