Skip to content

Commit 192f7bb

Browse files
committed
refactor: replace any remaining comments or references to personal github with org
1 parent d74d909 commit 192f7bb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ uvx nox -s setup-remote
6060
For a general overview of where we are at with this template, please see the [roadmap](#roadmap) section.
6161

6262
## Example Output
63-
For an example of this template's output, please visit the [demo](https://github.com/56kyle/robust-python-demo) which is kept up to date with the current state of this template.
63+
For an example of this template's output, please visit the [demo](https://github.com/robust-python/robust-python-demo) which is kept up to date with the current state of this template.
6464

6565
## Roadmap
6666

{{cookiecutter.project_name}}/scripts/setup-git.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def get_parser() -> argparse.ArgumentParser:
3737
"""Creates the argument parser for setup-git."""
3838
parser: argparse.ArgumentParser = argparse.ArgumentParser(
3939
prog="setup-git",
40-
usage="python ./scripts/setup-git.py . -u 56kyle -n robust-python-demo",
40+
usage="python ./scripts/setup-git.py . -u robust-python -n robust-python-demo",
4141
description="Set up the provided cookiecutter-robust-python project's git repo.",
4242
)
4343
parser.add_argument(

{{cookiecutter.project_name}}/scripts/setup-remote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def get_parser() -> argparse.ArgumentParser:
3939
"""Creates the argument parser for setup-remote."""
4040
parser: argparse.ArgumentParser = argparse.ArgumentParser(
4141
prog="setup-remote",
42-
usage="python ./scripts/setup-remote.py . --host github.com --path 56kyle/robust-python-demo",
42+
usage="python ./scripts/setup-remote.py . --host github.com --path robust-python/robust-python-demo",
4343
description="Set up the provided cookiecutter-robust-python project's remote repo connection.",
4444
)
4545
parser.add_argument(

0 commit comments

Comments
 (0)