You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An ETCD v3 store adapter for [express-session](https://github.com/expressjs/session) using [etcd3](https://github.com/mixer/etcd3) client.
6
6
@@ -27,22 +27,22 @@ app.use(session({
27
27
28
28
### Options
29
29
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.
31
31
32
32
## Documentation
33
33
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/).
35
35
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.
37
37
38
38
## Contributing
39
39
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).
41
41
42
42
## Credits
43
43
44
44
This project was easily bootstrapped with [TypeScript library starter](https://github.com/alexjoverm/typescript-library-starter), thanks for sharing it!
0 commit comments