diff options
author | 2020-02-21 14:33:21 +0000 | |
---|---|---|
committer | 2020-02-22 09:47:04 +0000 | |
commit | 3f628eaae9eba76c853c157ff828005f0ba21b7d (patch) | |
tree | 8e0c83cf216c740862550e4fd5ac402806abf1ef /README.md | |
parent | f16846d0d430a8e05a3860416716baa4e9b9c907 (diff) |
doc: Fixing broken link in README
This change simply fixes a broken link in the readme doc.
BUG: None
Test: make sure the new link works.
Change-Id: I98c50c67f7d75b4cf3b6479403a995b0dfdc41cc
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,7 @@ LD_LIBRARY_PATH=./ ./bluetoothtbd -create-ipc-socket=fluoride ### Eclipse IDE Support 1. Follows the Chromium project - [Eclipse Setup Instructions](https://chromium.googlesource.com/chromium/src/+/master/docs/linux_eclipse_dev.md) + [Eclipse Setup Instructions](https://chromium.googlesource.com/chromium/src.git/+/master/docs/linux/eclipse_dev.md) until "Optional: Building inside Eclipse" section (don't do that section, we will set it up differently) |