Skip to content

Commit bd9f280

Browse files
committed
Fix some remaining old links
1 parent 099336e commit bd9f280

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/pull_request_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ Before creating your pull request, please ensure each item is completed.
1111
-->
1212

1313
- [ ] I have described my change in the section above.
14-
- [ ] I have ran the [`./scripts/format.sh`](https://github.com/stephanlensky/zendriver/blob/main/scripts/format.sh) and [`./scripts/lint.sh`](https://github.com/stephanlensky/zendriver/blob/main/scripts/lint.sh) scripts. My code is properly formatted and has no linting errors.
15-
- [ ] I have added my change to [CHANGELOG.md](https://github.com/stephanlensky/zendriver/blob/main/CHANGELOG.md) under the `[Unreleased]` section.
14+
- [ ] I have ran the [`./scripts/format.sh`](https://github.com/cdpdriver/zendriver/blob/main/scripts/format.sh) and [`./scripts/lint.sh`](https://github.com/cdpdriver/zendriver/blob/main/scripts/lint.sh) scripts. My code is properly formatted and has no linting errors.
15+
- [ ] I have added my change to [CHANGELOG.md](https://github.com/cdpdriver/zendriver/blob/main/CHANGELOG.md) under the `[Unreleased]` section.

docs/tutorials/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The following tutorials demonstrate how to use Zendriver for a variety of real-w
55
- Retrieving the results of API requests
66
- (Soon) Many more!
77

8-
The tutorials in this documentation use [example pages](https://github.com/stephanlensky/zendriver-examples) created expressly for demonstration purposes. None of the tutorials send real data or create real accounts on real websites.
8+
The tutorials in this documentation use [example pages](https://github.com/cdpdriver/examples) created expressly for demonstration purposes. None of the tutorials send real data or create real accounts on real websites.
99

1010
Always exercise caution when applying these techniques to automating live sites. Be a good web citizen! Ensure you do not make excessive numbers of requests or become a burden for the website owners, or you will quickly find your requests blocked and your IP banned.
1111

scripts/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
REPO_ROOT = Path(__file__).parent.parent
3838

3939
# for creating GitHub release
40-
GITHUB_REPO_SLUG = "stephanlensky/zendriver"
40+
GITHUB_REPO_SLUG = "cdpdriver/zendriver"
4141

4242
PYPROJECT_TOML = Path("pyproject.toml")
4343
PYPROJECT_VERSION_REGEX = r"^version = \"(?P<version>\d+\.\d+\.\d+)\"$"

0 commit comments

Comments
 (0)