diff --git a/content/en/hugo-pipes/introduction.md b/content/en/hugo-pipes/introduction.md index a69d7b492..babf9cdb8 100755 --- a/content/en/hugo-pipes/introduction.md +++ b/content/en/hugo-pipes/introduction.md @@ -90,7 +90,7 @@ Asset files must be stored in the asset directory. This is `/assets` by default, ### Asset Publishing -Assets will only be published (to `/public`) if `.Permalink` or `.RelPermalink` is used. You can use `.Content` to inline the asset. +Hugo publishes assets to the to the `publishDir` (typically `public`) when you invoke `.Permalink`, `.RelPermalink`, or `.Publish`. You can use `.Content` to inline the asset. ## Go Pipes