Skip to content

Commit c25493d

Browse files
committed
s/10gen-labs/mongodb-labs/g after org changes
1 parent 2687f3f commit c25493d

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
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/10gen-labs/mongo-php-driver-prototype.git phongo
10+
$ git clone https://github.com/mongodb-labs/mongo-php-driver-prototype.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/10gen-labs/mongo-php-driver-prototype.png?branch=master)](https://travis-ci.org/10gen-labs/mongo-php-driver-prototype)
4-
[![Coverage Status](https://coveralls.io/repos/10gen-labs/mongo-php-driver-prototype/badge.svg?branch=master)](https://coveralls.io/r/10gen-labs/mongo-php-driver-prototype?branch=master)
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)
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://10gen-labs.github.io/mongo-php-driver-prototype
20+
- http://mongodb-labs.github.io/mongo-php-driver-prototype
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/10gen-labs/mongo-php-library-prototype),
32+
[userland library](https://github.com/mongodb-labs/mongo-php-library-prototype),
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/10gen-labs/mongo-hhvm-driver-prototype)
42-
- [Official high-level library](https://github.com/10gen-labs/mongo-php-library-prototype)
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)
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# What is pecl/mongodb?
22

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

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/10gen-labs/mongo-php-driver-prototype
2+
repo_url: https://github.com/mongodb-labs/mongo-php-driver-prototype
33
theme: spacelab
44
pages:
55
- [index.md, Home]

0 commit comments

Comments
 (0)