docs: use https for external links - #654
Merged
Merged
Conversation
Watson1978
force-pushed
the
docs-https-external-links
branch
from
July 28, 2026 03:56
b81cffb to
77ba4d4
Compare
Replace http:// with https:// for external links whose https endpoint was verified reachable (HTTP 200): treasuredata.com, github.com, wikipedia, slideshare, mongodb, AWS docs, docker, kubernetes, msgpack, and others. Deliberately left as http: ltsv.org, because its https endpoint serves a mismatched certificate (the default *.github.com GitHub Pages cert), so switching would break the link. Untouched: localhost / example / placeholder endpoints in configuration samples (these illustrate plain HTTP services such as in_http and monitor_agent), and links that are already dead regardless of scheme, which are tracked separately. Rebased onto 1.0 after fluent#653 (fluentd.org https) merged, to resolve the overlap on lines that carried both a fluentd.org link and an external link. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: Shizuo Fujita <fujita@clear-code.com>
Watson1978
force-pushed
the
docs-https-external-links
branch
from
July 28, 2026 04:00
77ba4d4 to
c2f8f20
Compare
kenhys
approved these changes
Jul 28, 2026
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.
Replace
http://withhttps://for external links whose https endpoint was verified reachable (HTTP 200): treasuredata.com, github.com, wikipedia, slideshare, mongodb, AWS docs, docker, kubernetes, msgpack, and others.Deliberately left as http: ltsv.org, because its https endpoint serves a mismatched certificate (the default *.github.com GitHub Pages cert), so switching would break the link. Untouched: localhost / example / placeholder endpoints in configuration samples (these illustrate plain HTTP services such as in_http and monitor_agent), and links that are already dead regardless of scheme, which are tracked separately.