From 71299f5663427b62002ac2fa202542388fdddf4c Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Wed, 23 Sep 2020 21:26:22 -0300 Subject: [PATCH] docs: fix links Signed-off-by: Carlos Alexandro Becker --- www/docs/cookbooks/contributing.md | 2 +- www/docs/cookbooks/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www/docs/cookbooks/contributing.md b/www/docs/cookbooks/contributing.md index fe7757a4e..5585dccb4 100644 --- a/www/docs/cookbooks/contributing.md +++ b/www/docs/cookbooks/contributing.md @@ -1,7 +1,7 @@ # How to add a new cookbook 1. Create a new markdown file inside `www/docs/cookbooks` with the content you want; -2. Add it to `www/mkdocs.yml`, under the `cookbooks` section; +2. Add it to `www/mkdocs.yml`, under the `Cookbooks` section; 3. Open a pull request with these changes; 4. That's it! diff --git a/www/docs/cookbooks/index.md b/www/docs/cookbooks/index.md index 1bc04e088..7903d1f69 100644 --- a/www/docs/cookbooks/index.md +++ b/www/docs/cookbooks/index.md @@ -2,4 +2,4 @@ The idea here is to add examples of how to do specific things with GoReleaser. -Feel free to [contribute yours](http://localhost:8000/cookbooks/contributing/)! +Feel free to [contribute yours](/cookbooks/contributing/)!