best-practices: Fix misspelling

This commit is contained in:
Matthew Kraai 2019-09-08 17:17:07 -07:00 committed by Ricardo Wurmus
parent 89f6ee29de
commit 042f6b1b7f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
2 changed files with 2 additions and 2 deletions

View File

@ -130,7 +130,7 @@ Examples include:
- [[http://ant.apache.org/][Apache Ant]] can bootstrap with a [[https://git-wip-us.apache.org/repos/asf?p=ant.git;a=blob;f=bootstrap.sh;h=60b6ece03ce78716bc036a44226f4934b541f326;hb=HEAD][shell script]]
that only relies on the Java compiler.
- [[https://bazel.build/][Bazel]] does not require Bazel to build itself but
can be boostrapped with a [[https://github.com/bazelbuild/bazel/blob/master/compile.sh][shell script]].
can be bootstrapped with a [[https://github.com/bazelbuild/bazel/blob/master/compile.sh][shell script]].
- [[https://buckbuild.com/][Buck]] does not require Buck to build itself. Instead, it can be
built using [[https://github.com/facebook/buck/blob/master/build.xml][Ant]].

View File

@ -46,7 +46,7 @@
(ul (li [,(anchor "GNU Make" "https://gnu.org/software/make") does not require a ,(code "make") implementation.
It can be built using a ,(anchor "shell script" "http://git.savannah.gnu.org/cgit/make.git/tree/build.template").])
(li [,(anchor "Apache Ant" "http://ant.apache.org/") can bootstrap with a ,(anchor "shell script" "https://git-wip-us.apache.org/repos/asf?p=ant.git;a=blob;f=bootstrap.sh;h=60b6ece03ce78716bc036a44226f4934b541f326;hb=HEAD") that only relies on the Java compiler.])
(li [,(anchor "Bazel" "https://bazel.build/") does not require Bazel to build itself but can be boostrapped with a ,(anchor "shell script" "https://github.com/bazelbuild/bazel/blob/master/compile.sh").])
(li [,(anchor "Bazel" "https://bazel.build/") does not require Bazel to build itself but can be bootstrapped with a ,(anchor "shell script" "https://github.com/bazelbuild/bazel/blob/master/compile.sh").])
(li [,(anchor "Buck" "https://buckbuild.com/") does not require Buck to build itself.
Instead, it can be built using ,(anchor "Ant" "https://github.com/facebook/buck/blob/master/build.xml").]))