diff --git a/distribution/src/bin/opensearch-env b/distribution/src/bin/opensearch-env index edc8a614bdd..b83ffb50231 100644 --- a/distribution/src/bin/opensearch-env +++ b/distribution/src/bin/opensearch-env @@ -108,7 +108,7 @@ if [[ "$OPENSEARCH_DISTRIBUTION_TYPE" == "docker" ]]; then # # will cause OpenSearch to be invoked with -Ecluster.name=testcluster # - # see https://www.elastic.co/guide/en/elasticsearch/reference/current/settings.html#_setting_default_settings + # see https://opensearch.org/docs/opensearch/configuration/ declare -a opensearch_arg_array diff --git a/distribution/src/config/jvm.options b/distribution/src/config/jvm.options index 4005bffdadb..3ab19017e89 100644 --- a/distribution/src/config/jvm.options +++ b/distribution/src/config/jvm.options @@ -11,7 +11,7 @@ ## -Xms4g ## -Xmx4g ## -## See https://www.elastic.co/guide/en/elasticsearch/reference/current/heap-size.html +## See https://opensearch.org/docs/opensearch/install/important-settings/ ## for more information ## ################################################################