Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #119 from Automattic/update/github-urls
Browse files Browse the repository at this point in the history
Update GitHub URLs after repo ownership change
  • Loading branch information
oskosk authored May 29, 2018
2 parents 504d277 + 18dbb87 commit 106ace3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ On plugin activation, this plugin will create two tables on the same database yo
* Get the bundle from GitHub.

```sh
wp plugin install https://github.com/oskosk/jurassic.ninja/archive/master.zip
wp plugin install https://github.com/Automattic/jurassic.ninja/archive/master.zip
```

* Install composer dependencies
Expand Down
2 changes: 1 addition & 1 deletion jurassic.ninja.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* Plugin Name: Jurassic Ninja
* Description: Launch ephemeral instances of WordPress + Jetpack using ServerPilot and an Ubuntu Box.
* Version: 3.3.4
* Version: 3.4
* Author: Osk
**/

Expand Down
2 changes: 1 addition & 1 deletion lib/stuff.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function debug() {
require_once __DIR__ . '/serverpilot-stuff.php';

define( 'REST_API_NAMESPACE', 'jurassic.ninja' );
define( 'COMPANION_PLUGIN_URL', 'https://github.com/oskosk/companion/archive/master.zip' );
define( 'COMPANION_PLUGIN_URL', 'https://github.com/Automattic/companion/archive/master.zip' );
define( 'JETPACK_BETA_PLUGIN_URL', 'https://github.com/Automattic/jetpack-beta/archive/master.zip' );
define( 'SUBDOMAIN_MULTISITE_HTACCESS_TEMPLATE_URL', 'https://gist.githubusercontent.com/oskosk/8cac852c793df5e4946463e2e55dfdd6/raw/a60ce4122a69c1dd36c623c9b999c36c9c8d3db8/gistfile1.txt' );
define( 'SUBDIR_MULTISITE_HTACCESS_TEMPLATE_URL', 'https://gist.githubusercontent.com/oskosk/f5febd1bb65a2ace3d35feac949b47fd/raw/6ea8ffa013056f6793d3e8775329ec74d3304835/gistfile1.txt' );
Expand Down

0 comments on commit 106ace3

Please sign in to comment.