diff --git a/docs/use/Snapshots.md b/docs/use/Snapshots.md index 583c5694d1..bbb150f9eb 100644 --- a/docs/use/Snapshots.md +++ b/docs/use/Snapshots.md @@ -4,7 +4,7 @@ You can test the latest Android FHIR SDK libraries using the snapshot versions p They are unreleased versions of the library built from the `HEAD` of the main branch and have the `-SNAPSHOT` suffix in their version numbers. -They can be found here: https://github.com/google?tab=packages&repo_name=android-fhir +They can be found [here](https://github.com/orgs/google/packages?repo_name=android-fhir). > :warning: The snapshots are for testing and development purposes only. They are not QA tested and not production ready. Do **NOT** use them in production. @@ -69,8 +69,9 @@ The versions `<...-version>` can be found in https://github.com/google?tab=packa The complete documentation can be found in the section [Declaring a changing version](https://docs.gradle.org/current/userguide/dynamic_versions.html#sub:declaring_dependency_with_changing_version). To summarize: -- By default, Gradle caches changing versions of dependencies for **24 hours** -- Dependency caching can be [controlled programmatically](https://docs.gradle.org/current/userguide/dynamic_versions.html#sec:controlling_dependency_caching_programmatically) -- The `--refresh-dependencies` option in command line tells Gradle to ignore all cached versions + +* By default, Gradle caches changing versions of dependencies for **24 hours** +* Dependency caching can be [controlled programmatically](https://docs.gradle.org/current/userguide/dynamic_versions.html#sec:controlling_dependency_caching_programmatically) +* The `--refresh-dependencies` option in command line tells Gradle to ignore all cached versions