[website] use absolute imports

Summary:
This is required for versioning to work correctly when creating a new
version of the website.

Reviewed By: martintrojer

Differential Revision: D24217125

fbshipit-source-id: 8f7a4bc44
master
Jules Villard 4 years ago committed by Facebook GitHub Bot
parent cf45a10169
commit c24ecccdc7

@ -3,6 +3,6 @@ id: man-infer-analyze
title: infer analyze
---
import HtmlWrap from "../src/components/HtmlWrap";
import HtmlWrap from "@site/src/components/HtmlWrap";
<HtmlWrap url="/man/next/infer-analyze.1.html" />

@ -3,6 +3,6 @@ id: man-infer-capture
title: infer capture
---
import HtmlWrap from "../src/components/HtmlWrap";
import HtmlWrap from "@site/src/components/HtmlWrap";
<HtmlWrap url="/man/next/infer-capture.1.html" />

@ -3,6 +3,6 @@ id: man-infer-compile
title: infer compile
---
import HtmlWrap from "../src/components/HtmlWrap";
import HtmlWrap from "@site/src/components/HtmlWrap";
<HtmlWrap url="/man/next/infer-compile.1.html" />

@ -3,6 +3,6 @@ id: man-infer-explore
title: infer explore
---
import HtmlWrap from "../src/components/HtmlWrap";
import HtmlWrap from "@site/src/components/HtmlWrap";
<HtmlWrap url="/man/next/infer-explore.1.html" />

@ -3,6 +3,6 @@ id: man-infer-help
title: infer help
---
import HtmlWrap from "../src/components/HtmlWrap";
import HtmlWrap from "@site/src/components/HtmlWrap";
<HtmlWrap url="/man/next/infer-help.1.html" />

@ -3,6 +3,6 @@ id: man-infer-report
title: infer report
---
import HtmlWrap from "../src/components/HtmlWrap";
import HtmlWrap from "@site/src/components/HtmlWrap";
<HtmlWrap url="/man/next/infer-report.1.html" />

@ -3,6 +3,6 @@ id: man-infer-reportdiff
title: infer reportdiff
---
import HtmlWrap from "../src/components/HtmlWrap";
import HtmlWrap from "@site/src/components/HtmlWrap";
<HtmlWrap url="/man/next/infer-reportdiff.1.html" />

@ -3,6 +3,6 @@ id: man-infer-run
title: infer run
---
import HtmlWrap from "../src/components/HtmlWrap";
import HtmlWrap from "@site/src/components/HtmlWrap";
<HtmlWrap url="/man/next/infer-run.1.html" />

@ -3,6 +3,6 @@ id: man-infer
title: infer
---
import HtmlWrap from "../src/components/HtmlWrap";
import HtmlWrap from "@site/src/components/HtmlWrap";
<HtmlWrap url="/man/next/infer.1.html" />

Loading…
Cancel
Save