From 319d76cd67746ae7a9dedf2f811afd02d1c81e8b Mon Sep 17 00:00:00 2001 From: Byoungchan Lee Date: Mon, 19 Apr 2021 07:12:29 +0900 Subject: [PATCH] Fix incorrect link in README.md No-Try: true Bug: None Change-Id: I74182b9aaec0af4cc74959765ca239d38f9ace0f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/215381 Reviewed-by: Tommi Commit-Queue: Tommi Cr-Commit-Position: refs/heads/master@{#33784} --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1624e98cbb..0a7b5ea043 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ native API header files. * Master source code repo: https://webrtc.googlesource.com/src * Samples and reference apps: https://github.com/webrtc * Mailing list: http://groups.google.com/group/discuss-webrtc - * Continuous build: http://build.chromium.org/p/client.webrtc + * Continuous build: https://ci.chromium.org/p/webrtc/g/ci/console * [Coding style guide](style-guide.md) * [Code of conduct](CODE_OF_CONDUCT.md) * [Reporting bugs](docs/bug-reporting.md)