|
@@ -1,8 +1,8 @@
|
1
|
|
-<p align="center"><a href="http://isomorphicgo.org" target="_blank"><img src="https://github.com/isomorphicgo/isogoapp/blob/master/static/images/isomorphic_go_logo.png"></a></p>
|
|
1
|
+<p align="center"><a href="http://isomorphicgo.org" target="_blank"><img src="https://go.isomorphicgo.org/go/isogoapp/raw/branch/master/static/images/isomorphic_go_logo.png"></a></p>
|
2
|
2
|
|
3
|
3
|
# IsoKit
|
4
|
4
|
|
5
|
|
-[![Go Report Card](https://goreportcard.com/badge/github.com/isomorphicgo/isokit)](https://goreportcard.com/report/github.com/isomorphicgo/isokit)
|
|
5
|
+[![Go Report Card](https://goreportcard.com/badge/go.isomorphicgo.org/go/isokit)](https://goreportcard.com/report/go.isomorphicgo.org/go/isokit)
|
6
|
6
|
|
7
|
7
|
The isokit package provides common functionality for developing Isomorphic Go applications.
|
8
|
8
|
|
|
@@ -11,11 +11,11 @@ The isokit package provides common functionality for developing Isomorphic Go ap
|
11
|
11
|
IsoKit requires GopherJS.
|
12
|
12
|
|
13
|
13
|
### Get IsoKit
|
14
|
|
-`go get -u github.com/isomorphicgo/isokit`
|
|
14
|
+`go get -u go.isomorphicgo.org/go/isokit`
|
15
|
15
|
|
16
|
16
|
|
17
|
17
|
## The Isomorphic Go Project
|
18
|
18
|
More information on the benefits of Isomorphic Go applications can be found at the [Isomorphic Go Website](http://isomorphicgo.org).
|
19
|
19
|
|
20
|
20
|
## License
|
21
|
|
-IsoKit is licensed under the BSD License. Read the [LICENSE](https://github.com/isomorphicgo/isokit/blob/master/LICENSE) file for more information.
|
|
21
|
+IsoKit is licensed under the BSD License. Read the [LICENSE](https://go.isomorphicgo.org/go/isokit/src/branch/master/LICENSE) file for more information.
|