Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit ebcc8e3

Browse files
committed
Updated reference to Chassis repo
1 parent fc2da56 commit ebcc8e3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ Want to test out WP-API and work on it? Here's how you can set up your own
4848
testing environment in a few easy steps:
4949

5050
1. Install [Vagrant](http://vagrantup.com/) and [VirtualBox](https://www.virtualbox.org/).
51-
2. Clone [Chassis](https://github.com/sennza/Chassis):
51+
2. Clone [Chassis](https://github.com/Chassis/Chassis):
5252

5353
```bash
54-
git clone --recursive [email protected]:sennza/Chassis.git api-tester
54+
git clone --recursive [email protected]:Chassis/Chassis.git api-tester
5555
```
5656

5757
3. Grab a copy of WP API:
@@ -104,13 +104,13 @@ For testing, you'll need a little bit more:
104104
# From your base directory, api-tester if following the steps from before
105105
git clone --recursive https://github.com/Chassis/Tester.git extensions/tester
106106
```
107-
107+
108108
2. Run the provisioner:
109109

110110
```
111111
vagrant provision
112112
```
113-
113+
114114
3. Log in to the virtual machine and run the testing suite:
115115

116116
```bash

0 commit comments

Comments
 (0)