Skip to content

Commit

Permalink
Merge pull request #70 from david-christensen/master
Browse files Browse the repository at this point in the history
Fixes 404 to lamby-cookiecutter project
  • Loading branch information
metaskills authored Jun 9, 2024
2 parents 570dfeb + de5d6ce commit 22fcf33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/anatomy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import useBaseUrl from "@docusaurus/useBaseUrl";

# How Lamby Works

The quickest way to see Lamby in action is to create a new Rails app via our cookiecutter project template using our <DocLink id="quick-start" /> guide. This guide will instead outline what is happening within that starter project allowing you to cherry-pick which files and/or practices from our [cookiecutter](https://github.com/rails-lambdagithub.com/rails-lambda/lamby-cookiecutter) project can be applied to your own application(s).
The quickest way to see Lamby in action is to create a new Rails app via our cookiecutter project template using our <DocLink id="quick-start" /> guide. This guide will instead outline what is happening within that starter project allowing you to cherry-pick which files and/or practices from our [cookiecutter](https://github.com/rails-lambda/lamby-cookiecutter) project can be applied to your own application(s).

:::note
If you copy any template files without using the cookiecutter, remember to customize the `{% include ... %}` template sections with your own app name and remove the curly bracket sections like these `{{ "..." }}` from various string literals.
Expand Down

0 comments on commit 22fcf33

Please sign in to comment.