Skip to content

Commit eada2b4

Browse files
committed
Rename repository references after clone
1 parent 4215ba3 commit eada2b4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ all of which should be in this repository.
1515

1616
If you want to report a bug or request a new feature, the most direct
1717
method is to [create an
18-
issue](https://github.com/cisagov/skeleton-generic/issues) in this
18+
issue](https://github.com/cisagov/skeleton-aws-lambda-python/issues) in this
1919
repository. We recommend that you first search through existing
2020
issues (both open and closed) to check if your particular issue has
2121
already been reported. If it has then you might want to add a comment
@@ -25,7 +25,7 @@ one.
2525
## Pull requests ##
2626

2727
If you choose to [submit a pull
28-
request](https://github.com/cisagov/skeleton-generic/pulls), you will
28+
request](https://github.com/cisagov/skeleton-aws-lambda-python/pulls), you will
2929
notice that our continuous integration (CI) system runs a fairly
3030
extensive set of linters and syntax checkers. Your pull request may
3131
fail these checks, and that's OK. If you want you can stop there and
@@ -135,9 +135,9 @@ can create and configure the Python virtual environment with these
135135
commands:
136136

137137
```console
138-
cd skeleton-generic
139-
pyenv virtualenv <python_version_to_use> skeleton-generic
140-
pyenv local skeleton-generic
138+
cd skeleton-aws-lambda-python
139+
pyenv virtualenv <python_version_to_use> skeleton-aws-lambda-python
140+
pyenv local skeleton-aws-lambda-python
141141
pip install --requirement requirements-dev.txt
142142
```
143143

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# skeleton-generic #
1+
# skeleton-aws-lambda-python #
22

3-
[![GitHub Build Status](https://github.com/cisagov/skeleton-generic/workflows/build/badge.svg)](https://github.com/cisagov/skeleton-generic/actions)
3+
[![GitHub Build Status](https://github.com/cisagov/skeleton-aws-lambda-python/workflows/build/badge.svg)](https://github.com/cisagov/skeleton-aws-lambda-python/actions)
44

55
This is a generic skeleton project that can be used to quickly get a
66
new [cisagov](https://github.com/cisagov) GitHub project started.

0 commit comments

Comments
 (0)