[Docs] Replace placeholder URLs#131309
Merged
kilfoyle merged 8 commits intoelastic:mainfrom Jul 24, 2025
Merged
Conversation
Collaborator
|
Pinging @elastic/es-docs (Team:Docs) |
Contributor
leemthompo
reviewed
Jul 16, 2025
shainaraskas
approved these changes
Jul 23, 2025
Contributor
shainaraskas
left a comment
There was a problem hiding this comment.
couple possible typos, rest lgtm
docs/reference/elasticsearch/configuration-reference/security-settings.md
Outdated
Show resolved
Hide resolved
docs/reference/elasticsearch/configuration-reference/security-settings.md
Outdated
Show resolved
Hide resolved
docs/reference/elasticsearch/configuration-reference/security-settings.md
Outdated
Show resolved
Hide resolved
shainaraskas
approved these changes
Jul 23, 2025
Contributor
shainaraskas
left a comment
There was a problem hiding this comment.
couple possible typos, rest lgtm
…settings.md Co-authored-by: shainaraskas <58563081+shainaraskas@users.noreply.github.com>
…settings.md Co-authored-by: shainaraskas <58563081+shainaraskas@users.noreply.github.com>
…settings.md Co-authored-by: shainaraskas <58563081+shainaraskas@users.noreply.github.com>
Collaborator
💚 Backport successful
|
kilfoyle
added a commit
to kilfoyle/elasticsearch
that referenced
this pull request
Jul 24, 2025
* [Docs] Replace placeholder URLs * Remove 'DOCKER_HOST_URL' changes * url > ip * Update docs/reference/elasticsearch/configuration-reference/security-settings.md Co-authored-by: shainaraskas <58563081+shainaraskas@users.noreply.github.com> * Update docs/reference/elasticsearch/configuration-reference/security-settings.md Co-authored-by: shainaraskas <58563081+shainaraskas@users.noreply.github.com> * Update docs/reference/elasticsearch/configuration-reference/security-settings.md Co-authored-by: shainaraskas <58563081+shainaraskas@users.noreply.github.com> --------- Co-authored-by: shainaraskas <58563081+shainaraskas@users.noreply.github.com>
elasticsearchmachine
pushed a commit
that referenced
this pull request
Jul 24, 2025
* [Docs] Replace placeholder URLs * Remove 'DOCKER_HOST_URL' changes * url > ip * Update docs/reference/elasticsearch/configuration-reference/security-settings.md * Update docs/reference/elasticsearch/configuration-reference/security-settings.md * Update docs/reference/elasticsearch/configuration-reference/security-settings.md --------- Co-authored-by: shainaraskas <58563081+shainaraskas@users.noreply.github.com>
szybia
added a commit
to szybia/elasticsearch
that referenced
this pull request
Jul 25, 2025
…king * upstream/main: (90 commits) Register a blob cache long counter metric for total evicted regions (elastic#131862) Move plan attribute resolution to its own component (elastic#131830) Make restore support multi-project (elastic#131661) Use logically more correct expression (elastic#131869) [ES|QL] Change equals and hashcode for ConstantNullBlock (elastic#131817) Update `TransportVersion` to support a new model (elastic#131488) Correct slow log user for RCS 2.0 (elastic#130140) Revert "Remove 8.17 from dev branches" Mute org.elasticsearch.compute.aggregation.ValuesBytesRefGroupingAggregatorFunctionTests testSomeFiltered elastic#131878 Remove 8.17 from dev branches Revert "CompressorFactory.compressor (elastic#131655)" (elastic#131866) Add fast path for single value in VALUES aggregator (elastic#130510) Resolve inference release tests failing due to missing feature flag (elastic#131841) [Docs] Replace placeholder URLs (elastic#131309) CompressorFactory.compressor (elastic#131655) add availability info for speed loading setting (elastic#131714) [Logstash] Move `elastic_integration` plugin usage to ES logstash-bridge. (elastic#131486) Migrate x-pack-enrich legacy rest tests to new test framework (elastic#131743) Fix plugin example test failures due to deprecation warning (elastic#131819) Remove deprecated function isNotNullAndFoldable (elastic#130944) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
In light of finding abuse of dummy links in our docs, this replaces placeholder URLs with non-hostable segments.
Generally, I tried to remove
httpandhttpsprotocols from dummy links. However, in some cases that change would have seriously impacted the usefulness of the docs, so I wrapped the dummy segment in angle brackets, so it's at least not a valid URL.Rel: elastic/docs-content#1799