diff --git a/content/patterns/library-setup.md b/content/patterns/library-setup.md index d2a810a..7756fbe 100644 --- a/content/patterns/library-setup.md +++ b/content/patterns/library-setup.md @@ -45,6 +45,6 @@ theme = "infusion" ## Including a logo -In the `static` folder, you'll find a `logo.png` file. Replace this file with your own company or project logo. Currently, only the PNG format is supported. +In the `images/static` folder, you'll find a `logo.png` file. Replace this file with your own company or project logo. Currently, only the PNG format is supported. Now that your logo's in place, everything should be ready. Where next? You can learn about {{% pattern "Library structure" %}} to help you get writing, or find out how to serve the library locally and on Github Pages in {{% pattern "Serving" %}}. diff --git a/docs/patterns/library-setup/index.html b/docs/patterns/library-setup/index.html index 052645e..38c9c92 100644 --- a/docs/patterns/library-setup/index.html +++ b/docs/patterns/library-setup/index.html @@ -284,7 +284,7 @@ theme = "infusion" -

In the static folder, you’ll find a logo.png file. Replace this file with your own company or project logo. Currently, only the PNG format is supported.

+

In the images/static folder, you’ll find a logo.png file. Replace this file with your own company or project logo. Currently, only the PNG format is supported.

Now that your logo’s in place, everything should be ready. Where next? You can learn about Library structure to help you get writing, or find out how to serve the library locally and on Github Pages in Serving.