From e61a34d82f10da9f72e4bb52a02aca95ff8fb51a Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Fri, 27 Apr 2018 19:06:46 -0700 Subject: [PATCH] docs(report): minor fix of markdown link (#5063) --- docs/report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/report.md b/docs/report.md index 2c7dda93ca49..35132e5bcd83 100644 --- a/docs/report.md +++ b/docs/report.md @@ -10,7 +10,7 @@ Example standalone HTML report, delivered by the CLI: [`dbwtest-3.0.0-alpha.html - It runs natively in Node.js but can run in the browser after a compile step is applied during our bundling pipeline. That compile step uses a browserify transform that takes any `fs.readFileSync()` calls and replaces them with the stringified file content. 1. [`lighthouse-core/report/html/`](https://github.com/GoogleChrome/lighthouse/tree/master/lighthouse-core/report/html) has everything required to create the HTML report. 1. [`lighthouse-core/report/html/renderer`](https://github.com/GoogleChrome/lighthouse/tree/master/lighthouse-core/report/html/renderer) are all client-side JS files. They transform an LHR object into a report DOM tree. They are all executed within the browser. -1. [`lighthouse-core/report/html/report-template.html`] is where the client-side build of the DOM report is typically kicked off ([with these four lines](https://github.com/GoogleChrome/lighthouse/blob/63c999789dc08b9a3b56b22f25f478f13050da29/lighthouse-core/report/html/report-template.html#L27-L31)) However, see _Current Uses.._ below for more possibilities. +1. [`lighthouse-core/report/html/report-template.html`](https://github.com/GoogleChrome/lighthouse/blob/master/lighthouse-core/report/html/report-template.html) is where the client-side build of the DOM report is typically kicked off ([with these four lines](https://github.com/GoogleChrome/lighthouse/blob/63c999789dc08b9a3b56b22f25f478f13050da29/lighthouse-core/report/html/report-template.html#L27-L31)) However, see _Current Uses.._ below for more possibilities. ### Data Hydration