You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vignettes/contributing.Rmd
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ You can fix typos, spelling mistakes, or grammatical errors in the documentation
20
20
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.
21
21
22
22
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).
24
24
25
25
Note that this package has a `Makefile` in the root of the repository - see the targets in the `Makefile` for various package maintenance tasks.
26
26
@@ -59,7 +59,7 @@ We use [Minio][] for testing two sets of functions in this package for interacti
59
59
60
60
`sixtyfour` tests that use Minio will just be skipped if you don't have Minio running.
61
61
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/).
63
63
64
64
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.
65
65
@@ -164,5 +164,5 @@ Please note that this project is released with a
164
164
[Contributor Code of Conduct](https://getwilds.org/sixtyfour/CODE_OF_CONDUCT.html). By contributing to this
0 commit comments