aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGavin Howard <yzena.tech@gmail.com>2021-03-04 22:21:15 -0700
committerGavin Howard <yzena.tech@gmail.com>2021-03-04 22:21:15 -0700
commitaf0ee1da72b81f3690da01654101c07c54b21ecd (patch)
tree8be85921ba398d563f9d452415ec68555eaf5e62
parentc4915503477bea548d006d2c11634d1df705439c (diff)
downloadbc-af0ee1da72b81f3690da01654101c07c54b21ecd.tar.gz
Remove 404 links from the README
-rw-r--r--README.md10
1 files changed, 1 insertions, 9 deletions
diff --git a/README.md b/README.md
index 2f95e16e..6a37a8bf 100644
--- a/README.md
+++ b/README.md
@@ -42,8 +42,7 @@ Systems that are known to work:
* HP-UX* (except for history)
Please submit bug reports if this `bc` does not build out of the box on any
-system besides Windows. If Windows binaries are needed, they can be found at
-[xstatic][6].
+system besides Windows.
## Build
@@ -52,12 +51,6 @@ This `bc` should build unmodified on any POSIX-compliant system.
For more complex build requirements than the ones below, see the
[build manual][5].
-### Pre-built Binaries
-
-It is possible to download pre-compiled binaries for a wide list of platforms,
-including Linux- and Windows-based systems, from [xstatic][6]. This link always
-points to the latest release of `bc`.
-
### Default
For the default build with optimization, use the following commands in the root
@@ -329,7 +322,6 @@ Folders:
[1]: https://www.gnu.org/software/bc/
[4]: ./LICENSE.md
[5]: ./manuals/build.md
-[6]: https://pkg.musl.cc/bc/
[7]: ./manuals/algorithms.md
[8]: https://git.busybox.net/busybox/tree/miscutils/bc.c
[9]: https://github.com/landley/toybox/blob/master/toys/pending/bc.c