Skip to content

Commit

Permalink
Reflect the move to the mongo-js organization in URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
saintedlama committed Oct 20, 2019
1 parent 9a39edd commit 2664828
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -11,7 +11,7 @@ propose changes to this document in a pull request.

## Submitting Issues

* You can create an issue [here](https://github.com/mafintosh/mongojs/issues/new), but
* You can create an issue [here](https://github.com/mongo-js/mongojs/issues/new), but
before doing that please read the notes below on debugging and submitting issues,
and include as many details as possible with your report.
* Include the version of mongojs you are using.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@ It wraps [mongodb-native](https://github.com/christkv/node-mongodb-native) and i

npm install mongojs

[![Build Status](https://travis-ci.org/mafintosh/mongojs.svg?branch=master)](https://travis-ci.org/mafintosh/mongojs)
[![Build Status](https://travis-ci.org/mongo-js/mongojs.svg?branch=master)](https://travis-ci.org/mongo-js/mongojs)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard)

## Usage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -7,7 +7,7 @@
"mongodb"
],
"version": "2.6.0",
"repository": "git://github.com/mafintosh/mongojs.git",
"repository": "git://github.com/mongo-js/mongojs.git",
"author": "Mathias Buus Madsen <mathiasbuus@gmail.com>",
"license": "MIT",
"contributors": [
Expand Down

0 comments on commit 2664828

Please sign in to comment.