diff --git a/_data/releases.yaml b/_data/releases.yaml index 47de9fb..f130823 100644 --- a/_data/releases.yaml +++ b/_data/releases.yaml @@ -56,7 +56,7 @@ java: - {version: 0.6.1, date: 2009-08-25, gz: 1} - {version: 0.6.0, date: 2009-08-17, gz: 1} - {version: 0.5.0, date: 2009-07-15, gz: 1} -winbuild: +bin: - {date: 2023-10-11} - {date: 2023-04-14} - {date: 2022-12-17} diff --git a/_includes/links.md b/_includes/links.md index 10a3da1..111f060 100644 --- a/_includes/links.md +++ b/_includes/links.md @@ -48,13 +48,13 @@ [c-github]: https://github.com/openslide/openslide [python-github]: https://github.com/openslide/openslide-python [java-github]: https://github.com/openslide/openslide-java -[winbuild-github]: https://github.com/openslide/openslide-winbuild +[bin-github]: https://github.com/openslide/openslide-bin [builds-github]: https://github.com/openslide/builds [site-github]: https://github.com/openslide/openslide.github.io [c-issues]: https://github.com/openslide/openslide/issues [python-issues]: https://github.com/openslide/openslide-python/issues [java-issues]: https://github.com/openslide/openslide-java/issues -[winbuild-issues]: https://github.com/openslide/openslide-winbuild/issues +[bin-issues]: https://github.com/openslide/openslide-bin/issues [builds-issues]: https://github.com/openslide/builds/issues [site-issues]: https://github.com/openslide/openslide.github.io/issues diff --git a/docs/devguide/index.md b/docs/devguide/index.md index 0926e80..8c79985 100644 --- a/docs/devguide/index.md +++ b/docs/devguide/index.md @@ -112,4 +112,4 @@ released, and checking boxes. - [OpenSlide Java](https://github.com/openslide/openslide-java/issues/new?labels=release&template=release.md) - [OpenSlide Python](https://github.com/openslide/openslide-python/issues/new?labels=release&template=release.md) - [Updating for a Python major release](https://github.com/openslide/openslide-python/issues/new?labels=release&template=python-bump.md) -- [openslide-winbuild](https://github.com/openslide/openslide-winbuild/issues/new?labels=release&template=release.md) +- [openslide-bin](https://github.com/openslide/openslide-bin/issues/new?labels=release&template=release.md) diff --git a/docs/windows/index.md b/docs/windows/index.md index 1811762..de9ae1e 100644 --- a/docs/windows/index.md +++ b/docs/windows/index.md @@ -14,9 +14,8 @@ Regular releases are available from the [OpenSlide website][download-bin]. OpenSlide is built for Windows using [MinGW-w64](https://www.mingw-w64.org/). The easiest way to build -OpenSlide and its dependencies is by using the -[openslide-winbuild][winbuild-github] script, which can run on Linux or -Windows in a Docker container. +OpenSlide and its dependencies is by using [openslide-bin][bin-github], +which can run on Linux or Windows in a Docker container. ### Python diff --git a/download/index.md b/download/index.md index 0cb37cd..f37729b 100644 --- a/download/index.md +++ b/download/index.md @@ -30,22 +30,22 @@ of the [GNU Lesser General Public License, version 2.1][license]. ## Binaries -Problems with these binaries can be reported [here][winbuild-issues]. +Problems with these binaries can be reported [here][bin-issues]. If you're looking for the bleeding edge, [nightly development builds][snapshots] are also available.
- + {{ release.date }} | -Source | -Windows 32-bit | -Windows 64-bit | +Source | +Windows 32-bit | +Windows 64-bit |
---|
git clone https://github.com/openslide/openslide-java.git
git clone https://github.com/openslide/openslide-winbuild.git
git clone https://github.com/openslide/openslide-bin.git