Sfoglia il codice sorgente

The protocol specs moved again

Jakob Borg 11 anni fa
parent
commit
e03d59e381
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      README.md
  2. 1 1
      protocol/README.md

+ 1 - 1
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

+ 1 - 1
protocol/README.md

@@ -1,2 +1,2 @@
 Syncthing uses the protocols defined in
-https://github.com/syncthing/protocol/.
+https://github.com/syncthing/specs/.