Skip to content

Commit

Permalink
fix generators link (#1200)
Browse files Browse the repository at this point in the history
pointing to a 404 due to the extra `ginkgo`
  • Loading branch information
jbpratt committed May 15, 2023
1 parent 150e3f2 commit 9f9d8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5233,7 +5233,7 @@ with a JSON file
The custom data can be accessed like so:
`{{ .CustomData.suitename }}` or `{{ range .CustomData.labels }} {{.}} {{ end }}`
Take a look at the [Ginkgo's CLI code](https://github.com/onsi/ginkgo/tree/master/ginkgo/ginkgo/generators) to see what's available in the template.
Take a look at the [Ginkgo's CLI code](https://github.com/onsi/ginkgo/tree/master/ginkgo/generators) to see what's available in the template.
### Creating an Outline of Specs
Expand Down

0 comments on commit 9f9d8b9

Please sign in to comment.