Skip to content

Commit 6bc4ce0

Browse files
authored
Replace Elasticsearch docs links in scripts (opensearch-project#994)
Replace the docs links In scripts bin/opensearch-env and config/jvm.options, with OpenSearch docs links. Signed-off-by: Poojita-Raj <[email protected]>
1 parent e3d86ba commit 6bc4ce0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

distribution/src/bin/opensearch-env

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ if [[ "$OPENSEARCH_DISTRIBUTION_TYPE" == "docker" ]]; then
110110
#
111111
# will cause OpenSearch to be invoked with -Ecluster.name=testcluster
112112
#
113-
# see https://www.elastic.co/guide/en/elasticsearch/reference/current/settings.html#_setting_default_settings
113+
# see https://opensearch.org/docs/opensearch/configuration/
114114

115115
declare -a opensearch_arg_array
116116

distribution/src/config/jvm.options

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
## -Xms4g
1212
## -Xmx4g
1313
##
14-
## See https://www.elastic.co/guide/en/elasticsearch/reference/current/heap-size.html
14+
## See https://opensearch.org/docs/opensearch/install/important-settings/
1515
## for more information
1616
##
1717
################################################################

0 commit comments

Comments
 (0)