docs: use https for fluentd.org links - #653
Merged
Merged
Conversation
Replace http:// with https:// for all www.fluentd.org and fluentd.org URLs across the docs. This is mostly the CNCF footer boilerplate that appears on every page, plus a handful of in-body links. fluentd.org serves all of these over https, so the plain-http links were needless. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: Shizuo Fujita <fujita@clear-code.com>
Watson1978
added a commit
to Watson1978/fluentd-docs-gitbook
that referenced
this pull request
Jul 28, 2026
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>
Watson1978
added a commit
that referenced
this pull request
Jul 28, 2026
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 #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
added a commit
to Watson1978/fluentd-docs-gitbook
that referenced
this pull request
Jul 28, 2026
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>
kenhys
pushed a commit
that referenced
this pull request
Jul 28, 2026
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 #653 (fluentd.org https) merged, to resolve the overlap on lines that carried both a fluentd.org link and an external link. Signed-off-by: Shizuo Fujita <fujita@clear-code.com> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
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 allwww.fluentd.organdfluentd.orgURLs across the docs. This is mostly the CNCF footer boilerplate that appears on every page, plus a handful of in-body links. fluentd.org serves all of these over https, so the plain-http links were needless.