Fix broken links
A few links to docs in this repo needed "blob/master/" in order to work properly
Ryan Morey committed
Nov 2, 2018 at 14:48 UTC
8c2489ca03fa968c50e795389d031c66429bf0b8
1 file changed
+4
-4
CHANGELOG.md
+4
-4
@@ -39,7 +39,7 @@ For us, this means (eventually):
39
However, we still have a long way to go. While we encourage users to test this,
40
the IETF QUIC protocol is still being actively developed and *will* change. You
41
can find instructions for enabling it
42
-[here](https://github.com/ipfs/go-ipfs/docs/experimental-features.md#QUIC).
42
+[here](https://github.com/ipfs/go-ipfs/blob/master/docs/experimental-features.md#QUIC).
43
44
#### Pubsub
45
@@ -50,13 +50,13 @@ The gossipsub routing algorithm is *significantly* more efficient than the
50
current floodsub routing algorithm. Even better, it's fully backwards compatible
51
so you can enable it and still talk to nodes using the floodsub algorithm. You
52
can find instructions to enable gossipsub in go-ipfs
53
-[here](https://github.com/ipfs/go-ipfs/docs/experimental-features.md#gossipsub).
53
+[here](https://github.com/ipfs/go-ipfs/blob/master/docs/experimental-features.md#gossipsub).
54
55
Messages are now signed by their authors. While signing has now been enabled by
56
default, strict signature verification has not been and will not be for at least
57
one release (probably multiple) to avoid breaking existing applications. You can
58
read about how to configure this feature
59
-[here](https://github.com/ipfs/go-ipfs/docs/experimental-features.md#message-signing).
59
+[here](https://github.com/ipfs/go-ipfs/blob/master/docs/experimental-features.md#message-signing).
60
61
#### Commands
62
@@ -84,7 +84,7 @@ bafybeicg2rebjoofv4kbyovkw7af3rpiitvnl6i7ckcywaq6xjcxnc2mby
84
The refactored `ipfs p2p` command allows forwarding TCP streams through two IPFS
85
nodes from one host to another. It's `ssh -L` but for IPFS. You can find
86
documentation
87
-[here](https://github.com/ipfs/go-ipfs/docs/experimental-features.md#ipfs-p2p).
87
+[here](https://github.com/ipfs/go-ipfs/blob/master/docs/experimental-features.md#ipfs-p2p).
88
It's still experimental but we don't expect too many breaking changes at this
89
point (it will very likely be stabilized in the next release). Quick summary of
90
breaking changes: