Skip to content

Commit

Permalink
docs(config-options): update choosing archive name links
Browse files Browse the repository at this point in the history
fixes #690
  • Loading branch information
hasezoey committed Nov 9, 2022
1 parent 8567a01 commit 3ca338f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/api/config-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ Option `ARCH` is used to overwrite the Architecture to download for

Valid Options are `x64`, `arm64`, ~~`ia32`~~([will be removed in 9.0](../guides/error-warning-details.md#mms001))

[See here for what versions are available for what architectures](https://www.mongodb.com/download-center/community/releases/archive)

### VERSION

Option `VERSION` is used to set what mongodb version should be downloaded
Expand All @@ -49,11 +51,7 @@ Common MongoDB Version formats (`X` is a number):
- `vX.X.X`
- `vX.X-latest`

Search for what version is used:

- [`osx`](https://dl.mongodb.org/dl/osx/x86_64) (Note: This one does not list versions above 4.0, see [This Issue](https://jira.mongodb.org/browse/DOCS-14560))
- [`windows`](https://www.mongodb.org/dl/win32)
- [`linux`](https://dl.mongodb.org/dl/linux)
[Search for what Versions are available](https://www.mongodb.com/download-center/community/releases/archive)

:::note
When using [`SYSTEM_BINARY`](#system_binary) and [`SYSTEM_BINARY_VERSION_CHECK`](#system_binary_version_check), ONLY the major, minor, and patch versions of the system binary will be compared against the desired binary.
Expand Down Expand Up @@ -118,6 +116,8 @@ Option `ARCHIVE_NAME` is used to overwrite the complete archive name

Format: `mongodb-linux-x86_64-ubuntu1604-4.0.20.tgz`

[See here for what archive names are available](https://www.mongodb.com/download-center/community/releases/archive)

This Option does not have a effect when [`DOWNLOAD_URL`](#download_url) is defined.

### RUNTIME_DOWNLOAD
Expand Down

0 comments on commit 3ca338f

Please sign in to comment.