diff --git a/README.md b/README.md index 9cac71216..13470d34e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This is the `syncthing` project. The following are the project goals: collaborating devices. The protocol should be well defined, unambiguous, easily understood, free to use, efficient, secure and language neutral. This is the [Block Exchange - Protocol](https://github.com/syncthing/protocol/blob/master/BEPv1.md). + Protocol](https://github.com/syncthing/specs/blob/master/BEPv1.md). 2. Provide the reference implementation to demonstrate the usability of said protocol. This is the `syncthing` utility. It is the hope that diff --git a/protocol/README.md b/protocol/README.md index 870a89467..bc77bc2be 100644 --- a/protocol/README.md +++ b/protocol/README.md @@ -1,2 +1,2 @@ Syncthing uses the protocols defined in -https://github.com/syncthing/protocol/. +https://github.com/syncthing/specs/.