Skip to content

Commit

Permalink
minor doc changes.
Browse files Browse the repository at this point in the history
* replace internal links with external equivalents
* update bson javadoc level to match current code
  • Loading branch information
dandoug committed Jan 9, 2018
1 parent a6776b9 commit aee23e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The following guidelines apply to all contributors.
* The first line should be limited to 50 characters and should not end in a
period.
* Subsequent lines should be wrapped at 72 characters.
* Put `Closes: https://github.corp.ebay.com/monstor-cdc/bsonpatch/issues/XXX` line at the very
* Put `Closes: https://github.com/eBay/bsonpatch/issues/XXX` line at the very
end (where `XXX` is the actual issue number) if the proposed change is relevant to a tracked issue.

Note: In Git commits the first line of the commit message has special
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The code here was ported (copied, renamed, repackaged, modified) from the [zjson
- Java Library to find / apply JSON Patches according to RFC 6902.
- JSON Patch defines a JSON document structure for representing changes to a JSON document.
- It can be used to avoid sending a whole document when only a part has changed, thus reducing network bandwidth requirements if data (in json format) is required to send across multiple systems over network or in case of multi DC transfer.
- This library compares two [BsonValue](http://mongodb.github.io/mongo-java-driver/3.5/javadoc/org/bson/BsonValue.html) inputs and produces a [BsonArray](http://mongodb.github.io/mongo-java-driver/3.5/javadoc/org/bson/BsonArray.html) of the changes.
- This library compares two [BsonValue](http://mongodb.github.io/mongo-java-driver/3.6/javadoc/org/bson/BsonValue.html) inputs and produces a [BsonArray](http://mongodb.github.io/mongo-java-driver/3.6/javadoc/org/bson/BsonArray.html) of the changes.


### Compatible with : Java 6 / 7 / 8
Expand Down Expand Up @@ -95,9 +95,9 @@ a new instance with the patch applied, leaving the `source` unchanged.

* **Contributing**: Pull requests are welcome!
* Read [`CONTRIBUTING.md`](CONTRIBUTING.md)
* Submit [github issues](https://github.corp.ebay.com/monstor-cdc/bsonpatch/issues) for any feature enhancements, bugs or documentation problems
* Submit [github issues](https://github.com/eBay/bsonpatch/issues) for any feature enhancements, bugs or documentation problems

* **Support**: Questions/comments can posted as [github issues](https://github.corp.ebay.com/monstor-cdc/bsonpatch/issues)
* **Support**: Questions/comments can posted as [github issues](https://github.com/eBay/bsonpatch/issues)

## Maintainers

Expand Down

0 comments on commit aee23e3

Please sign in to comment.