You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Block
You can use the block to define your factory. Within here you have access to the following methods:
-[`add_attribute`](ref/add_attribute.md)-[`association`](ref/association.md)-[`sequence`](ref/sequence.md)-[`trait`](ref/trait.md)
should be
## Block
You can use the block to define your factory. Within here you have access to the following methods:
-[`add_attribute`](add_attribute.md)-[`association`](association.md)
etc...
The text was updated successfully, but these errors were encountered:
Description
Links within the docs for the factory reference: https://github.com/thoughtbot/factory_bot/blob/main/docs/src/ref/factory.md are broken.
Reproduction Steps
add_attribute
Expected behavior
It should take you to https://github.com/thoughtbot/factory_bot/blob/main/docs/src/ref/add_attribute.md
Actual behavior
Instead it takes you to https://github.com/thoughtbot/factory_bot/blob/main/docs/src/ref/ref/add_attribute.md, which is a broken link.
I believe the markdown links are incorrect.
should be
The text was updated successfully, but these errors were encountered: