Skip to content

Commit 75721ae

Browse files
committed
Update GitHub URLs in docs
1 parent 0eea745 commit 75721ae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/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)