Skip to content

Commit 00970db

Browse files
committed
Update links after moving the repo from bjori to 10gen-labs
1 parent d04d7b0 commit 00970db

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

source/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Welcome to PHongo CRUD
1+
# Welcome to phongo libraries!
22

3-
PHongo CRUD is an CRUD API ontop of [Phongo](https://github.com/bjori/phongo).
3+
phongo libraries is a CRUD API ontop of [Phongo](https://github.com/10gen-labs/mongo-php-driver-prototype).
44
Its purpose is to provide standard MongoDB API and follows the MongoDB CRUD API Specification[1]
55
that all [MongoDB](http://mongodb.com) supported drivers follow.
66

@@ -12,9 +12,9 @@ an collection, and delete documents from a collection.
1212
# Installation
1313

1414
As PHongo CRUD is an abstraction layer for PHongo, it naturally requires [PHongo to be
15-
installed](http://bjori.github.io/phongo/#installation):
15+
installed](http://10gen-labs.github.io/mongo-php-driver-prototype/#installation):
1616

17-
$ wget https://github.com/bjori/phongo/releases/download/0.1.2/phongo-0.1.2.tgz
17+
$ wget https://github.com/10gen-labs/mongo-php-driver-prototype/releases/download/0.1.2/phongo-0.1.2.tgz
1818
$ pecl install phongo-0.1.2.tgz
1919
$ echo "extension=phongo.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
2020

@@ -26,12 +26,12 @@ by adding the following to
2626
"repositories": [
2727
{
2828
"type": "vcs",
29-
"url": "https://github.com/bjori/phongo-crud"
29+
"url": "https://github.com/10gen-labs/mongo-php-library-prototype"
3030
}
3131
],
3232
"require": {
3333
"ext-phongo": ">=0.1.2",
34-
"bjori/phongo-crud": "dev-master"
34+
"10gen-labs/mongo-php-library-prototype": "dev-master"
3535
}
3636
```
3737

@@ -46,7 +46,7 @@ $ composer install
4646
## Generated API Docs
4747

4848
If you are just interested in looking at the API provided, checkout the apidoc generated
49-
documentation on: [http://bjori.github.io/phongo-crud/api/class-MongoDB.Collection.html](http://bjori.github.io/phongo-crud/api/class-MongoDB.Collection.html)
49+
documentation on: [http://10gen-labs.github.io/mongo-php-library-prototype/api/class-MongoDB.Collection.html](http://10gen-labs.github.io/mongo-php-library-prototype/api/class-MongoDB.Collection.html)
5050

5151

5252

0 commit comments

Comments
 (0)