Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update intro.md #1710

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/src/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ the same class (user, admin_user, and so on), including factory inheritance.

Its documentation is split as such:

- the [guide](setup/summary.html) is a great place to start for first-time users.
- the [cookbook](cookbook/has_many-associations.html) is the go-to place for creative solutions to common situations.
- the [guide](setup/summary.md) is a great place to start for first-time users.
- the [cookbook](cookbook/has_many-associations.md) is the go-to place for creative solutions to common situations.
- the [wiki](https://github.com/thoughtbot/factory_bot/wiki) details considerations for integrating with other software.
- the [reference](ref/build-strategies.html) is terse facts for those who use this project often.
- the [reference](ref/build-strategies.md) is terse facts for those who use this project often.

## License

Expand Down