From d5d3bad9a04d75f648972ef52fbd397bc9695853 Mon Sep 17 00:00:00 2001 From: lucperkins Date: Tue, 3 Mar 2020 10:31:11 -0800 Subject: [PATCH] Fix localhost links Signed-off-by: lucperkins --- content/en/news/0.66.0-relnotes/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/news/0.66.0-relnotes/index.md b/content/en/news/0.66.0-relnotes/index.md index 3e5a9a61e..134b00581 100644 --- a/content/en/news/0.66.0-relnotes/index.md +++ b/content/en/news/0.66.0-relnotes/index.md @@ -6,7 +6,7 @@ description: "Native inline, recursive import support in PostCSS/Tailwind, \"dep categories: ["Releases"] --- -This relase adds [inline `@import`](http://localhost:1313/hugo-pipes/postcss/#options) support to `resources.PostCSS`, with imports relative to Hugo's virtual, composable file system. Another useful addition is the new `build` [configuration section](http://localhost:1313/getting-started/configuration/#configure-build). As an example in `config.toml`: +This relase adds [inline `@import`](/hugo-pipes/postcss/#options) support to `resources.PostCSS`, with imports relative to Hugo's virtual, composable file system. Another useful addition is the new `build` [configuration section](/getting-started/configuration/#configure-build). As an example in `config.toml`: ```toml [build]