1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-09 13:36:56 +02:00

docs: fix links

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker 2020-09-23 21:26:22 -03:00
parent 180a77c374
commit 71299f5663
2 changed files with 2 additions and 2 deletions

View File

@ -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!

View File

@ -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/)!