From 356adce0ef179b197ff73d8d187224d643ba414d Mon Sep 17 00:00:00 2001 From: ProCodec <43810146+error9098x@users.noreply.github.com> Date: Sat, 19 Apr 2025 22:11:42 +0000 Subject: [PATCH] fix: links updated README.md Signed-off-by: ProCodec <43810146+error9098x@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a76155..afa88a5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Gem Version](https://badge.fury.io/rb/fluentd-ui.svg)](http://badge.fury.io/rb/fluentd-ui) [![Code Climate](https://codeclimate.com/github/fluent/fluentd-ui/badges/gpa.svg)](https://codeclimate.com/github/fluent/fluentd-ui) -fluentd-ui is a browser-based [fluentd](http://www.fluentd.org) and [td-agent](https://docs.treasuredata.com/articles/td-agent) manager that supports following operations. +fluentd-ui is a browser-based [fluentd](http://www.fluentd.org) and [td-agent](https://www.fluentd.org/download/fluent_package) manager that supports following operations. * Install, uninstall, and upgrade Fluentd plugins * start/stop/restart fluentd process @@ -81,7 +81,7 @@ Access http://localhost:3000 by web browser. ### Run tests -You need [chromedriver](https://sites.google.com/a/chromium.org/chromedriver/downloads) or chromiumdriver to run tests. +You need [chromedriver](https://chromedriver.chromium.org/downloads) or chromiumdriver to run tests. $ npm install -g chromedriver Or,