commit | db2c51768fa1c4e723f98debfac782cad11dfa71 | [log] [tgz] |
---|---|---|
author | Sean Kau <[email protected]> | Mon Mar 13 10:57:49 2017 -0700 |
committer | chrome-bot <[email protected]> | Mon Mar 20 02:30:20 2017 -0700 |
tree | 7db7ef3fe36fef9809e5feffdc5729aef8f75d42 | |
parent | 41a7ebebdbff22b452f6cf69f36f414eb7098c9a [diff] [blame] |
Fix link in autotest documentation The link produced by the relative path is https://chromium.googlesource.com/chromiumos/third_party/autotest/+/refs/heads/master/docs/docs/coding-style.md where doc is duplicated. Remove doc to fix the link. TEST=Opened locally BUG=None Change-Id: I10bb6435cbdf7aebd3e3339df74903cb235b1de6 Reviewed-on: https://chromium-review.googlesource.com/453412 Commit-Ready: Sean Kau <[email protected]> Tested-by: Sean Kau <[email protected]> Reviewed-by: Dan Shi <[email protected]>
diff --git a/docs/best-practices.md b/docs/best-practices.md index f4cb076..0bfc5c2 100644 --- a/docs/best-practices.md +++ b/docs/best-practices.md
@@ -15,7 +15,7 @@ ## Coding style -Basically PEP-8. See [docs/coding-style.md](docs/coding-style.md) +Basically PEP-8. See [docs/coding-style.md](coding-style.md) ## Where should my code live?