Skip to content
This repository was archived by the owner on Sep 9, 2021. It is now read-only.

Commit ad576bb

Browse files
committed
links
1 parent f58a9b2 commit ad576bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Note: this is similar to [rvagg/abstract-leveldown](https://github.com/rvagg/abs
1212

1313
### Usage
1414

15-
See [datastore.memory/try.js](https://github.com/jbenet/datastore.memory/blob/master/try.js):
15+
See [datastore.memory/try.js](https://github.com/jbenet/node-datastore.memory/blob/master/try.js):
1616

1717
```js
1818
var memDS = require('datastore.memory')
@@ -48,7 +48,7 @@ ds.has('foo', function(err, has, key) {
4848

4949
### Implementation
5050

51-
See [datastore.memory/index.js](https://github.com/jbenet/datastore.memory/blob/master/index.js):
51+
See [datastore.memory/index.js](https://github.com/jbenet/node-datastore.memory/blob/master/index.js):
5252

5353
```js
5454
var DS = require('datastore.abstract')

0 commit comments

Comments
 (0)