Skip to content

Commit d92d935

Browse files
committed
fix(transfer): adjust links after final transference
1 parent ea95048 commit d92d935

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# express-session-etcd3
22

3-
[![CircleCI](https://circleci.com/gh/jexia-com/express-session-etcd3.svg?style=svg)](https://circleci.com/gh/jexia-com/express-session-etcd3)
3+
[![CircleCI](https://circleci.com/gh/jexia/express-session-etcd3.svg?style=svg)](https://circleci.com/gh/jexia/express-session-etcd3)
44

55
An ETCD v3 store adapter for [express-session](https://github.com/expressjs/session) using [etcd3](https://github.com/mixer/etcd3) client.
66

@@ -27,22 +27,22 @@ app.use(session({
2727

2828
### Options
2929

30-
You can find all the [available options](https://jexia-com.github.io/express-session-etcd3/interfaces/etcd3storeoptions.html) at the documentation.
30+
You can find all the [available options](https://jexia.github.io/express-session-etcd3/interfaces/etcd3storeoptions.html) at the documentation.
3131

3232
## Documentation
3333

34-
Our [TypeDoc docs are available here](https://jexia-com.github.io/express-session-etcd3/).
34+
Our [TypeDoc docs are available here](https://jexia.github.io/express-session-etcd3/).
3535

36-
Our [test cases](https://github.com/jexia-com/express-session-etcd3/tree/master/test) are also quite readable.
36+
Our [test cases](https://github.com/jexia/express-session-etcd3/tree/master/test) are also quite readable.
3737

3838
## Contributing
3939

40-
You can find all the steps at the [Contributing Guide](https://github.com/jexia-com/express-session-etcd3/blob/master/CONTRIBUTING.md).
40+
You can find all the steps at the [Contributing Guide](https://github.com/jexia/express-session-etcd3/blob/master/CONTRIBUTING.md).
4141

4242
## Credits
4343

4444
This project was easily bootstrapped with [TypeScript library starter](https://github.com/alexjoverm/typescript-library-starter), thanks for sharing it!
4545

4646
## License
4747

48-
[MIT](https://github.com/jexia-com/express-session-etcd3/blob/master/LICENSE)
48+
[MIT](https://github.com/jexia/express-session-etcd3/blob/master/LICENSE)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
],
2626
"repository": {
2727
"type": "git",
28-
"url": "https://github.com/jexia-com/express-session-etcd3.git"
28+
"url": "https://github.com/jexia/express-session-etcd3.git"
2929
},
3030
"license": "MIT",
3131
"engines": {

0 commit comments

Comments
 (0)