Update README URLs based on HTTP redirects License: MIT Signed-off-by: d. khamsing <dkhamsing8@gmail.com>
Update README URLs based on HTTP redirects License: MIT Signed-off-by: d. khamsing <dkhamsing8@gmail.com>
ReadmeCritic committed
Jan 5, 2016 at 09:06 UTC
8457e08e68eda3a33c11567a3a2749ff83376f8a
1 file changed
+5
-5
README.md
+5
-5
@@ -22,7 +22,7 @@ If the issue is a protocol weakness that cannot be immediately exploited or some
22
23
## Install
24
25
-The canonical download instructions for IPFS are over at: http://ipfs.io/docs/install
25
+The canonical download instructions for IPFS are over at: http://ipfs.io/docs/install/
26
27
## Install prebuilt packages
28
@@ -51,7 +51,7 @@ export PATH=$PATH:/usr/local/go/bin
51
export PATH=$PATH:$GOPATH/bin
52
```
53
54
-(If you run into trouble, see the [Go install instructions](http://golang.org/doc/install))
54
+(If you run into trouble, see the [Go install instructions](https://golang.org/doc/install))
55
56
### Download + Compile IPFS
57
@@ -159,7 +159,7 @@ Basic proof of 'ipfs working' locally:
159
160
### Docker usage
161
162
-An ipfs docker image is hosted at [hub.docker.com/r/jbenet/go-ipfs](http://hub.docker.com/r/jbenet/go-ipfs).
162
+An ipfs docker image is hosted at [hub.docker.com/r/jbenet/go-ipfs](https://hub.docker.com/r/jbenet/go-ipfs/).
163
To make files visible inside the container you need to mount a host directory
164
with the `-v` option to docker. Choose a directory that you want to use to
165
import/export files from ipfs. You should also choose a directory to store
@@ -222,7 +222,7 @@ else) your ipfs config directory (~/.ipfs by default) and rerunning `ipfs init`.
222
This will reinitialize the config file to its defaults and clear out the local
223
datastore of any bad entries.
224
225
-For any other problems, check the [issues list](http://github.com/ipfs/go-ipfs/issues)
225
+For any other problems, check the [issues list](https://github.com/ipfs/go-ipfs/issues)
226
and if you dont see your problem there, either come talk to us on irc (freenode #ipfs) or
227
file an issue of your own!
228
@@ -237,7 +237,7 @@ An IPFS alpha version has been released in February 2015. Things left to be done
237
238
## Development Dependencies
239
240
-If you make changes to the protocol buffers, you will need to install the [protoc compiler](https://code.google.com/p/protobuf/downloads/list).
240
+If you make changes to the protocol buffers, you will need to install the [protoc compiler](https://github.com/google/protobuf).
241
242
## License
243