Browse Source

Updated repo based links

Wirecog 5 years ago
parent
commit
259f9f9d3d
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      Readme.md

+ 4
- 4
Readme.md View File

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
 # IsoKit
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
 The isokit package provides common functionality for developing Isomorphic Go applications.
7
 The isokit package provides common functionality for developing Isomorphic Go applications.
8
 
8
 
11
 IsoKit requires GopherJS.
11
 IsoKit requires GopherJS.
12
 
12
 
13
 ### Get IsoKit
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
 ## The Isomorphic Go Project
17
 ## The Isomorphic Go Project
18
 More information on the benefits of Isomorphic Go applications can be found at the [Isomorphic Go Website](http://isomorphicgo.org).
18
 More information on the benefits of Isomorphic Go applications can be found at the [Isomorphic Go Website](http://isomorphicgo.org).
19
 
19
 
20
 ## License
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.