Browse Source

Updated links to respective projects.

Wirecog 5 years ago
parent
commit
bf2767f328
1 changed files with 5 additions and 7 deletions
  1. 5
    7
      Readme.md

+ 5
- 7
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>
2
-
3
 # Kick
1
 # Kick
4
 
2
 
5
-[![Go Report Card](https://goreportcard.com/badge/github.com/isomorphicgo/kick)](https://goreportcard.com/report/github.com/isomorphicgo/kick)
3
+[![Go Report Card](https://goreportcard.com/badge/go.isomorphicgo.org/go.isomorphicgo.org/go/kick)](https://goreportcard.com/report/go.isomorphicgo.org/go/kick)
6
 
4
 
7
 A lightweight mechanism to provide an *instant kickstart* to a Go web server instance, upon the modification of a Go source file within a particular project directory (including any subdirectories).
5
 A lightweight mechanism to provide an *instant kickstart* to a Go web server instance, upon the modification of a Go source file within a particular project directory (including any subdirectories).
8
 
6
 
15
 
13
 
16
 ## Installation
14
 ## Installation
17
 
15
 
18
-Before installing Kick, it is recommended, to install the barebones [isogoapp](https://github.com/isomorphicgo/isogoapp) first – since it will provide you with an example of how to use kick.
16
+Before installing Kick, it is recommended, to install the barebones [isogoapp](https://go.isomorphicgo.org/go/isogoapp) first – since it will provide you with an example of how to use kick.
19
 
17
 
20
 ### Get Kick
18
 ### Get Kick
21
-`go get -u github.com/isomorphicgo/kick`
19
+`go get -u go.isomorphicgo.org/go/kick`
22
 
20
 
23
 ## Usage
21
 ## Usage
24
 
22
 
44
 
42
 
45
 ### Verify That Kick Is Functioning
43
 ### Verify That Kick Is Functioning
46
 
44
 
47
-Assuming that you've installed the [isogoapp](https://github.com/isomorphicgo/isogoapp), and you have issued the kick command to run the web server instance:
45
+Assuming that you've installed the [isogoapp](https://go.isomorphicgo.org/go/isogoapp), and you have issued the kick command to run the web server instance:
48
 
46
 
49
 Access the [test page](http://localhost:8080) for the `isogoapp` using your web browser.
47
 Access the [test page](http://localhost:8080) for the `isogoapp` using your web browser.
50
 
48
 
59
 More information on the benefits of Isomorphic Go applications can be found at the [Isomorphic Go Website](http://isomorphicgo.org).
57
 More information on the benefits of Isomorphic Go applications can be found at the [Isomorphic Go Website](http://isomorphicgo.org).
60
 
58
 
61
 ## License
59
 ## License
62
-Kick is licensed under the BSD License. Read the [LICENSE](https://github.com/isomorphicgo/kick/blob/master/LICENSE) file for more information.
60
+Kick is licensed under the BSD License. Read the [LICENSE](https://go.isomorphicgo.org/go/kick/src/branch/master/LICENSE) file for more information.