Skip to content

Commit d3582f1

Browse files
committed
fix some urls
1 parent 56a40d2 commit d3582f1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎vignettes/contributing.Rmd‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You can fix typos, spelling mistakes, or grammatical errors in the documentation
2020
If you want to make a bigger change, it's a good idea to first file an issue and make sure someone from the team agrees that it’s needed.
2121

2222
If you’ve found a bug, please file an issue that illustrates the bug with a minimal
23-
reproducible example using [reprex](https://www.tidyverse.org/help/#reprex).
23+
reproducible example using [reprex](https://tidyverse.org/help/#reprex).
2424

2525
Note that this package has a `Makefile` in the root of the repository - see the targets in the `Makefile` for various package maintenance tasks.
2626

@@ -59,7 +59,7 @@ We use [Minio][] for testing two sets of functions in this package for interacti
5959

6060
`sixtyfour` tests that use Minio will just be skipped if you don't have Minio running.
6161

62-
To use Minio, first install it for your platform: [MacOS](https://min.io/docs/minio/macos/index.html), [Windows](https://min.io/docs/minio/windows/index.html), [Linux](https://min.io/docs/minio/linux/index.html).
62+
To use Minio, first install it for your platform: [macOS](https://docs.min.io/aistor/installation/macos/install/), [Windows](https://docs.min.io/aistor/installation/windows/install/), [Linux](https://docs.min.io/aistor/installation/linux/install/deploy-aistor-on-ubuntu-server/).
6363

6464
Next, start Minio. Within this package is a make target `minio_start` for starting Minio locally; it should only work on Linux and MacOS platforms.
6565

@@ -164,5 +164,5 @@ Please note that this project is released with a
164164
[Contributor Code of Conduct](https://getwilds.org/sixtyfour/CODE_OF_CONDUCT.html). By contributing to this
165165
project you agree to abide by its terms.
166166

167-
[Minio]: https://min.io/
167+
[Minio]: https://www.min.io/
168168
[ls]: https://www.localstack.cloud/

0 commit comments

Comments
 (0)