Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit 793acf9

Browse files
committed
Update GH organization
1 parent 9cc3baf commit 793acf9

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
language: node_js
22

3-
node_js:
4-
- "0.12"
5-
63
install:
74
- npm install
85

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
> Browser JavaScript interface for signing with hardware tokens
33
44
* [![Bower version](https://badge.fury.io/bo/hwcrypto.svg)](http://bower.io/search/?q=hwcrypto)
5-
* [![Build Status](https://travis-ci.org/open-eid/hwcrypto.js.svg?branch=master)](https://travis-ci.org/open-eid/hwcrypto.js)
5+
* [![Build Status](https://travis-ci.org/hwcrypto/hwcrypto.js.svg?branch=master)](https://travis-ci.org/hwcrypto/hwcrypto.js)
66

77

88
## Get started
@@ -11,15 +11,15 @@ The easiest way for managing JavaScript-s on a website is with [Bower](http://bo
1111

1212
$ bower install --save hwcrypto
1313

14-
Alternatively you can download the files from [release area](https://github.com/open-eid/hwcrypto.js/releases).
14+
Alternatively you can download the files from [release area](https://github.com/hwcrypto/hwcrypto.js/releases).
1515

1616
`hwcrypto.js` itself does not do much, it depends on trusted platform code (installed separately and often running outside of the browser) to do the heavy lifting.
1717

1818
## Features
1919

2020
Version 0.0.9 has built-in support for:
21-
- [NPAPI style synchronous plugins for Firefox, Safari and IE](https://github.com/open-eid/browser-token-signing)
22-
- [Chrome messaging extension](https://github.com/open-eid/chrome-token-signing)
21+
- [NPAPI style synchronous plugins for Firefox, Safari and IE](https://github.com/hwcrypto/browser-token-signing)
22+
- [Chrome messaging extension](https://github.com/hwcrypto/chrome-token-signing)
2323

2424
Supports all [latest browsers](http://browsehappy.com/):
2525
- Chrome 40+
@@ -33,9 +33,9 @@ Supports all [latest browsers](http://browsehappy.com/):
3333

3434
Distribution and installation of the necessary platform components is out of scope of this project.
3535

36-
For further instructions on how to use the interface please have a look at [API specification](https://github.com/open-eid/hwcrypto.js/wiki/ModernAPI)
36+
For further instructions on how to use the interface please have a look at [API specification](https://github.com/hwcrypto/hwcrypto.js/wiki/ModernAPI)
3737

38-
For background information about the project and the eID web task force, please head to the [wiki](https://github.com/open-eid/hwcrypto.js/wiki#eid-web-tf)
38+
For background information about the project and the eID web task force, please head to the [wiki](https://github.com/hwcrypto/hwcrypto.js/wiki#eid-web-tf)
3939

4040
## Support
4141

0 commit comments

Comments
 (0)