From e03d59e381847c97581b1d4872b9ee3fd50a3a68 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Fri, 9 Jan 2015 08:54:19 +0100 Subject: [PATCH] The protocol specs moved again --- README.md | 2 +- protocol/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/.