diff --git a/installation/install-by-gem.md b/installation/install-by-gem.md index 95cfa56c..cbd02214 100644 --- a/installation/install-by-gem.md +++ b/installation/install-by-gem.md @@ -38,14 +38,13 @@ The second command starts Fluentd as a daemon. If you want to stop its daemon, y It is highly recommended to set up `ntpd` on the node to prevent invalid timestamps in your logs. -For large deployments, you must use [`jemalloc`](http://www.canonware.com/jemalloc/) to avoid memory fragmentation. This is already included in the [`rpm`](install-fluent-package/install-by-rpm-fluent-package.md) and [`deb`](install-fluent-package/install-by-deb-fluent-package.md) packages. +For large deployments, you must use [`jemalloc`](https://jemalloc.net/) to avoid memory fragmentation. This is already included in the [`rpm`](install-fluent-package/install-by-rpm-fluent-package.md) and [`deb`](install-fluent-package/install-by-deb-fluent-package.md) packages. The Fluentd gem does not come with `/etc/init.d/` scripts. You should use Process Management tools such as: * [`daemontools`](https://cr.yp.to/daemontools.html) * [`runit`](https://smarden.org/runit/) * [`supervisord`](https://supervisord.org/) -* [`upstart`](http://upstart.ubuntu.com/) * `systemd` ## Next Steps diff --git a/installation/install-from-source.md b/installation/install-from-source.md index e80084b1..71174909 100644 --- a/installation/install-from-source.md +++ b/installation/install-from-source.md @@ -47,7 +47,7 @@ The second command starts Fluentd as a daemon. If you want to stop its daemon, y It is highly recommended to set up `ntpd` on the node to prevent invalid timestamps in your logs. -For large deployments, you must use [`jemalloc`](http://www.canonware.com/jemalloc/) to avoid memory fragmentation. This is already included in the [`rpm`](install-fluent-package/install-by-rpm-fluent-package.md) and [`deb`](install-fluent-package/install-by-deb-fluent-package.md) packages. +For large deployments, you must use [`jemalloc`](https://jemalloc.net/) to avoid memory fragmentation. This is already included in the [`rpm`](install-fluent-package/install-by-rpm-fluent-package.md) and [`deb`](install-fluent-package/install-by-deb-fluent-package.md) packages. ## Troubleshooting diff --git a/parser/json.md b/parser/json.md index 71f87a8b..bf579e61 100644 --- a/parser/json.md +++ b/parser/json.md @@ -32,7 +32,7 @@ Set the buffer size that Yajl will use when parsing streaming input. If you specify the smaller buffer size, you could get outcome response instantaneously in exchange for performance penalty. -See also: [Method: Yajl::Parser\#parse](https://www.rubydoc.info/github/brianmario/yajl-ruby/Yajl%2FParser:parse) +See also: [Method: Yajl::Parser\#parse](https://www.rubydoc.info/gems/yajl-ruby/Yajl%2FParser:parse) ### `time_type`