aboutsummaryrefslogtreecommitdiff
path: root/spec/README.md
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2023-11-06 12:20:00 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2023-11-06 12:40:14 +0000
commit3121c10c737a30d1288ad3955f9105dcb193df73 (patch)
tree3a2ea674921aee44d104ef0c33f5bedcc8402938 /spec/README.md
parent3fb917d86aad672b63005ef44e4936fe1564a8ff (diff)
downloadtorspec-3121c10c737a30d1288ad3955f9105dcb193df73.tar.gz
torspec-3121c10c737a30d1288ad3955f9105dcb193df73.zip
Remove language file extension from bin/*
Putting ".sh" or ".py" on the end of scripts is an antipattern. It makes it inconvenient to change the implementation language. Change all call sites.
Diffstat (limited to 'spec/README.md')
-rw-r--r--spec/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/README.md b/spec/README.md
index 0686384..9633944 100644
--- a/spec/README.md
+++ b/spec/README.md
@@ -55,7 +55,7 @@ The chapter structure as a whole is defined in a special file called
documentation][mdbook documentation] for more information.
You can build the website locally to see how it renders. To do this,
-just install mdbook and run the `./bin/build_html.sh` script. (You will
+just install mdbook and run the `./bin/build_html` script. (You will
need to have mdbook installed to do this.)
We have started a [style guide](./STYLE.md) for writing new parts of