Skip to content

Commit

Permalink
tlovett1 -> 10up
Browse files Browse the repository at this point in the history
  • Loading branch information
tlovett1 committed Apr 3, 2018
1 parent f84bc99 commit e0ce46a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Safe Redirect Manager [![Build Status](https://travis-ci.org/tlovett1/safe-redirect-manager.svg?branch=master)](https://travis-ci.org/tlovett1/safe-redirect-manager)
Safe Redirect Manager [![Build Status](https://travis-ci.org/10up/safe-redirect-manager.svg?branch=master)](https://travis-ci.org/10up/safe-redirect-manager)
==============

A WordPress plugin to safely and easily manage your website's HTTP redirects.
Expand All @@ -15,7 +15,7 @@ WordPress mantra, decisions not options. Actions in filters make the plugin very
## Installation

Install the plugin in WordPress. You can download a
[zip via Github](https://github.com/tlovett1/safe-redirect-manager/archive/master.zip) and upload it using the WP
[zip via Github](https://github.com/10up/safe-redirect-manager/archive/master.zip) and upload it using the WP
plugin uploader.

## Non-English Usage
Expand Down Expand Up @@ -74,7 +74,7 @@ Follow the configuration instructions above to setup the plugin. I recommend dev
environment such as [WP Local Docker](https://github.com/10up/wp-local-docker).

#### Translation
Safe Redirect Manager has a [.pot file](https://github.com/tlovett1/Safe-Redirect-Manager/blob/master/lang/safe-redirect-manager.pot)
Safe Redirect Manager has a [.pot file](https://github.com/10up/Safe-Redirect-Manager/blob/master/lang/safe-redirect-manager.pot)
containing strings ready for translation.

#### Testing
Expand All @@ -92,4 +92,4 @@ phpunit

#### Issues
If you identify any errors or have an idea for improving the plugin, please
[open an issue](https://github.com/tlovett1/safe-redirect-manager/issues?state=open).
[open an issue](https://github.com/10up/safe-redirect-manager/issues?state=open).
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "tlovett1/safe-redirect-manager",
"name": "10up/safe-redirect-manager",
"type": "wordpress-plugin",
"description": "Easily and safely manage HTTP redirects.",
"authors": [
{
"name": "Taylor Lovett",
"email": "taylorl@10up.com"
"email": "taylor.lovett@10up.com"
}
]
}
2 changes: 1 addition & 1 deletion safe-redirect-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Safe Redirect Manager
* Plugin URI: https://10up.com
* Description: Easily and safely manage HTTP redirects.
* Author: Taylor Lovett (10up)
* Author: Taylor Lovett, 10up
* Version: 1.8
* Text Domain: safe-redirect-manager
* Domain Path: /lang/
Expand Down

0 comments on commit e0ce46a

Please sign in to comment.