diff --git a/README.dist.md b/README.dist.md index 49da1a1..5874680 100644 --- a/README.dist.md +++ b/README.dist.md @@ -104,4 +104,4 @@ Download the latest release from GitHub releases page. [//]: # (#;> SHELL) --- -Repository created using https://getscaffold.dev/ project scaffold template +_This repository was created using the [Scaffold](https://getscaffold.dev/) project template_ diff --git a/tests/scaffold/_assert_init.bash b/tests/scaffold/_assert_init.bash index 383fc9e..7520fc4 100644 --- a/tests/scaffold/_assert_init.bash +++ b/tests/scaffold/_assert_init.bash @@ -27,7 +27,7 @@ assert_files_present_common() { # Assert that documentation was processed correctly. assert_file_not_contains README.md "Generic project scaffold template" assert_file_not_contains README.md "META" - assert_file_contains README.md "Repository created using https://getscaffold.dev/ project scaffold template" + assert_file_contains README.md "_This repository was created using the [force-crystal](https://getforce-crystal.dev/) project template_" # Assert that .gitattributes were processed correctly. assert_file_contains ".gitattributes" "/.editorconfig"