Skip to content

Commit a50517c

Browse files
committed
Update GitHub URLs for org change and repo rename
1 parent 8ed4ba8 commit a50517c

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Developers who would like to contribute to the driver will need to build it from
77
like so:
88

99
```
10-
$ git clone https://github.com/mongodb-labs/mongo-php-driver-prototype.git phongo
10+
$ git clone https://github.com/mongodb/mongo-php-driver.git phongo
1111
$ cd phongo
1212
$ git submodule update --init
1313
$ phpize

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# pecl/mongodb (MongoDB driver for PHP)
22

3-
[![Build Status](https://api.travis-ci.org/mongodb-labs/mongo-php-driver-prototype.png?branch=master)](https://travis-ci.org/mongodb-labs/mongo-php-driver-prototype)
4-
[![Coverage Status](https://coveralls.io/repos/mongodb-labs/mongo-php-driver-prototype/badge.svg?branch=master)](https://coveralls.io/r/mongodb-labs/mongo-php-driver-prototype?branch=master)
3+
[![Build Status](https://api.travis-ci.org/mongodb/mongo-php-driver.png?branch=master)](https://travis-ci.org/mongodb/mongo-php-driver)
4+
[![Coverage Status](https://coveralls.io/repos/mongodb/mongo-php-driver/badge.svg?branch=master&service=github)](https://coveralls.io/github/mongodb/mongo-php-driver?branch=master)
55

66
The purpose of this driver is to provide a thin glue between MongoDB
77
and PHP, implementing only fundamental and performance-critical components
@@ -17,7 +17,7 @@ fast and powerful.
1717

1818
## Documentation
1919
- http://docs.php.net/set.mongodb
20-
- http://mongodb-labs.github.io/mongo-php-driver-prototype
20+
- http://mongodb.github.io/mongo-php-driver
2121

2222
## Installation
2323

@@ -29,7 +29,7 @@ $ echo "extension=mongodb.so" >> `php --ini | grep "Loaded Configuration" | sed
2929
```
3030

3131
We recommend using this extension in conjunction with our
32-
[userland library](https://github.com/mongodb-labs/mongo-php-library-prototype),
32+
[userland library](https://github.com/mongodb/mongo-php-library),
3333
which is distributed as
3434
[mongodb/mongodb](https://packagist.org/packages/mongodb/mongodb) for Composer.
3535

@@ -38,7 +38,7 @@ which is distributed as
3838
See [CONTRIBUTING.md](CONTRIBUTING.md)
3939

4040
## Related projects
41-
- [HHVM Implementation of this driver](https://github.com/mongodb-labs/mongo-hhvm-driver-prototype)
42-
- [Official high-level library](https://github.com/mongodb-labs/mongo-php-library-prototype)
41+
- [HHVM Implementation of this driver](https://github.com/mongodb/mongo-hhvm-driver)
42+
- [Official high-level library](https://github.com/mongodb/mongo-php-library)
4343
- [MongoDB Transistor](https://github.com/bjori/mongo-php-transistor) Lightweight ODM using the [Persistable](http://php.net/bson\\persistable) interface
4444

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# What is pecl/mongodb?
22

3-
[pecl/mongodb](https://github.com/mongodb-labs/mongo-php-driver-prototype) is an
3+
[pecl/mongodb](https://github.com/mongodb/mongo-php-driver) is an
44
experimental MongoDB driver for PHP, likely replacing the
5-
[mongodb/mongo-php-driver](https://github.com/mongodb/mongo-php-driver) driver in the
5+
[pecl/mongo](https://github.com/mongodb/mongo-php-driver-legacy) driver in the
66
near future.
77

88
pecl/mongodb is written ontop of [libmongoc](https://github.com/mongodb/mongo-c-driver) and

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
site_name: "PHongo: The MongoDB Driver for PHP"
2-
repo_url: https://github.com/mongodb-labs/mongo-php-driver-prototype
2+
repo_url: https://github.com/mongodb/mongo-php-driver
33
theme: spacelab
44
pages:
55
- [index.md, Home]

0 commit comments

Comments
 (0)