diff --git a/content/en/blog/2022-04-04-march-update/index.md b/content/en/blog/2022-04-04-march-update/index.md index c8f00364..1fa0da24 100644 --- a/content/en/blog/2022-04-04-march-update/index.md +++ b/content/en/blog/2022-04-04-march-update/index.md @@ -602,7 +602,7 @@ love to hear from you. And finally on our blog, we added a tag cloud and a note to blog posts that are older than a year - we also typed up [how to -blog](https://github.com/fluxcd/website/tree/main/content/en/blog#readme). +blog](https://github.com/fluxcd/website/tree/main/internal_docs/how-to-write-a-blog-post.md). Thanks a lot to these folks who contributed to docs and website: Kingdon Barrett, Stefan Prodan, Stacey Potter, Hidde Beydals, Sebastian diff --git a/content/en/contributing/docs/_index.md b/content/en/contributing/docs/_index.md index 0a267fbf..37e21a06 100644 --- a/content/en/contributing/docs/_index.md +++ b/content/en/contributing/docs/_index.md @@ -10,6 +10,6 @@ Documentation is written in Markdown. To get a good sense of the general mechanics of the repository and what your options are of running the site locally, please visit . -To better understand the mechanics of adding blog posts, please see . +To better understand the mechanics of adding blog posts, please see . In this section we will focus on common use-cases of folks who contribute to docs. diff --git a/content/en/blog/README.md b/internal_docs/how-to-write-a-blog-post.md similarity index 100% rename from content/en/blog/README.md rename to internal_docs/how-to-write-a-blog-post.md