about summary refs log tree commit diff
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2021-01-23T15·35+0100
committerProfpatsch <mail@profpatsch.de>2021-01-23T15·37+0000
commit81d55713987dd3b78786132434f0673cfb83ae3e (patch)
tree28be0a95e51855570cab38d14f16cdc196a5a210
parent222016a174ba08842d3c80cede846c284c7cb035 (diff)
feat(users/Profpatsch/netencode): rename spec -> README r/2139
Change-Id: I0afda1c3705b8789cf6a0c57f7b74d005deb4ff5
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2433
Reviewed-by: Profpatsch <mail@profpatsch.de>
Tested-by: BuildkiteCI
-rw-r--r--users/Profpatsch/netencode/README.md (renamed from users/Profpatsch/netencode/spec.md)0
-rw-r--r--users/Profpatsch/netstring/README.md2
2 files changed, 1 insertions, 1 deletions
diff --git a/users/Profpatsch/netencode/spec.md b/users/Profpatsch/netencode/README.md
index 3058e36eaf..3058e36eaf 100644
--- a/users/Profpatsch/netencode/spec.md
+++ b/users/Profpatsch/netencode/README.md
diff --git a/users/Profpatsch/netstring/README.md b/users/Profpatsch/netstring/README.md
index 4413d88ee4..b8daea11d1 100644
--- a/users/Profpatsch/netstring/README.md
+++ b/users/Profpatsch/netstring/README.md
@@ -10,7 +10,7 @@ foo! -> 4:foo!,
 
 They can be used to encode e.g. lists by simply concatenating and reading them in one-by-one.
 
-If you need a more complex encoding, you could start encoding e.g. tuples as netstrings-in-netstrings, or you could use [`netencode`](../netcencode/spec.md) instead, which is what-if-json-but-netstrings, and takes the idea of netstrings to their logical conclusion.
+If you need a more complex encoding, you could start encoding e.g. tuples as netstrings-in-netstrings, or you could use [`netencode`](../netencode/README.md) instead, which is what-if-json-but-netstrings, and takes the idea of netstrings to their logical conclusion.
 
 Resources: