Skip to content

Commit 7a7e776

Browse files
committed
Update link in cookiecutter end instructions
Fixes #359 The link was pointing to a Wiki page that doesn't exist anymore. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/frequenz-floss/frequenz-repo-config-python/issues/359?shareId=XXXX-XXXX-XXXX-XXXX). Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 4aba551 commit 7a7e776

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

cookiecutter/hooks/post_gen_project.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -476,8 +476,8 @@ def print_todos() -> None:
476476
print()
477477
note(
478478
"Make sure to (create and) configure your GitHub repository too: "
479-
"https://github.com/frequenz-floss/frequenz-repo-config-python/"
480-
"wiki/Configuring-a-new-GitHub-repository"
479+
"https://frequenz-floss.github.io/frequenz-repo-config-python/"
480+
"latest/user-guide/start-a-new-project/configure-github/"
481481
)
482482

483483

tests_golden/integration/test_cookiecutter_generation/actor/cookiecutter-stdout.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
Here is a list of things that should be reviewed and FIXED:
3232

33-
Make sure to (create and) configure your GitHub repository too: https://github.com/frequenz-floss/frequenz-repo-config-python/wiki/Configuring-a-new-GitHub-repository
33+
Make sure to (create and) configure your GitHub repository too: https://frequenz-floss.github.io/frequenz-repo-config-python/latest/user-guide/start-a-new-project/configure-github/
3434

3535
After completing it you can amend the previous commit using `git commit --amend` or create a new commit for the changes using `git commit`.
3636

tests_golden/integration/test_cookiecutter_generation/api/cookiecutter-stdout.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
Here is a list of things that should be reviewed and FIXED:
3131

32-
Make sure to (create and) configure your GitHub repository too: https://github.com/frequenz-floss/frequenz-repo-config-python/wiki/Configuring-a-new-GitHub-repository
32+
Make sure to (create and) configure your GitHub repository too: https://frequenz-floss.github.io/frequenz-repo-config-python/latest/user-guide/start-a-new-project/configure-github/
3333

3434
After completing it you can amend the previous commit using `git commit --amend` or create a new commit for the changes using `git commit`.
3535

tests_golden/integration/test_cookiecutter_generation/app/cookiecutter-stdout.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
Here is a list of things that should be reviewed and FIXED:
3131

32-
Make sure to (create and) configure your GitHub repository too: https://github.com/frequenz-floss/frequenz-repo-config-python/wiki/Configuring-a-new-GitHub-repository
32+
Make sure to (create and) configure your GitHub repository too: https://frequenz-floss.github.io/frequenz-repo-config-python/latest/user-guide/start-a-new-project/configure-github/
3333

3434
After completing it you can amend the previous commit using `git commit --amend` or create a new commit for the changes using `git commit`.
3535

tests_golden/integration/test_cookiecutter_generation/lib/cookiecutter-stdout.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
Here is a list of things that should be reviewed and FIXED:
3131

32-
Make sure to (create and) configure your GitHub repository too: https://github.com/frequenz-floss/frequenz-repo-config-python/wiki/Configuring-a-new-GitHub-repository
32+
Make sure to (create and) configure your GitHub repository too: https://frequenz-floss.github.io/frequenz-repo-config-python/latest/user-guide/start-a-new-project/configure-github/
3333

3434
After completing it you can amend the previous commit using `git commit --amend` or create a new commit for the changes using `git commit`.
3535

tests_golden/integration/test_cookiecutter_generation/model/cookiecutter-stdout.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
Here is a list of things that should be reviewed and FIXED:
3131

32-
Make sure to (create and) configure your GitHub repository too: https://github.com/frequenz-floss/frequenz-repo-config-python/wiki/Configuring-a-new-GitHub-repository
32+
Make sure to (create and) configure your GitHub repository too: https://frequenz-floss.github.io/frequenz-repo-config-python/latest/user-guide/start-a-new-project/configure-github/
3333

3434
After completing it you can amend the previous commit using `git commit --amend` or create a new commit for the changes using `git commit`.
3535

0 commit comments

Comments
 (0)