Skip to content

Commit 22fcf33

Browse files
authored
Merge pull request #70 from david-christensen/master
Fixes 404 to lamby-cookiecutter project
2 parents 570dfeb + de5d6ce commit 22fcf33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/anatomy.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import useBaseUrl from "@docusaurus/useBaseUrl";
1010

1111
# How Lamby Works
1212

13-
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).
13+
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).
1414

1515
:::note
1616
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.

0 commit comments

Comments
 (0)