Skip to content

Commit b32df9a

Browse files
committed
Update GitHub URLs in docs
1 parent fbb10fe commit b32df9a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ MongoDB library for PHP
22
=======================
33

44
This library provides a high-level abstraction around the lower-level drivers for
5-
[PHP](https://github.com/10gen-labs/mongo-php-driver-prototype) and
6-
[HHVM](https://github.com/10gen-labs/mongo-hhvm-driver-prototype) (i.e. the
7-
`mongodb` extension).
5+
[PHP](https://github.com/mongodb/mongo-php-driver) and
6+
[HHVM](https://github.com/mongodb/mongo-hhvm-driver) (i.e. the `mongodb`
7+
extension).
88

99
While the extension provides a limited API for executing commands, queries, and
1010
write operations, this library implements an API similar to that of the
@@ -22,12 +22,12 @@ extension, see:
2222

2323
## Documentation
2424

25-
- http://mongodb-labs.github.io/mongo-php-library-prototype/
25+
- http://mongodb.github.io/mongo-php-library/
2626

2727
# Installation
2828

2929
As a high-level abstraction for the driver, this library naturally requires that
30-
the [`mongodb` extension be installed](http://10gen-labs.github.io/mongo-php-driver-prototype/#installation):
30+
the [`mongodb` extension be installed](http://mongodb.github.io/mongo-php-driver/#installation):
3131

3232
$ pecl install mongodb-alpha
3333
$ echo "extension=mongodb.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`

docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# MongoDB PHP Library
22

33
This library provides a high-level abstraction around the lower-level
4-
[PHP driver](https://github.com/10gen-labs/mongo-php-driver-prototype) (i.e. the
5-
`mongodb` extension).
4+
[PHP driver](https://github.com/mongodb/mongo-php-driver) (i.e. the `mongodb`
5+
extension).
66

77
While the extension provides a limited API for executing commands, queries, and
88
write operations, this library implements an API similar to that of the
@@ -21,13 +21,13 @@ extension, see:
2121
# Installation
2222

2323
Since this library is only a high-level abstraction for the driver, it requires
24-
that the [`mongodb` extension be installed](http://10gen-labs.github.io/mongo-php-driver-prototype/#installation):
24+
that the [`mongodb` extension be installed](http://mongodb.github.io/mongo-php-driver/#installation):
2525

2626
$ pecl install mongodb-beta
2727
$ echo "extension=mongodb.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
2828

2929
Instructions for installing the `mongodb` extension on HHVM may be found in the
30-
[HHVM driver's README](https://github.com/mongodb-labs/mongo-hhvm-driver-prototype/blob/master/README.rst).
30+
[HHVM driver's README](https://github.com/mongodb/mongo-hhvm-driver/blob/master/README.rst).
3131

3232
The preferred method of installing this library is with
3333
[Composer](https://getcomposer.org/) by running the following from your project

0 commit comments

Comments
 (0)