Skip to content

Commit b65c8b3

Browse files
committed
Refactor readme's local repo file links
1 parent d8de903 commit b65c8b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ java -jar selenium-server-[version].jar standalone --override-max-sessions true
7171

7272
[XPath cheat sheet](https://devhints.io/xpath).
7373

74-
Update the command at [crawl.py](https://github.com/kkamara/python-selenium/blob/main/seleniumpy/management/commands/crawl.py) to perform your instructions in web scraping.
74+
Update the command at [crawl.py](./seleniumpy/management/commands/crawl.py) to perform your instructions in web scraping.
7575

7676
```bash
7777
python manage.py crawl
@@ -126,7 +126,7 @@ py manage.py collectstatic
126126

127127
![docker-mailhog.png](https://raw.githubusercontent.com/kkamara/useful/main/docker-mailhog.png)
128128

129-
Mail environment credentials are at [.env](https://raw.githubusercontent.com/kkamara/python-selenium/main/.env.example).
129+
Mail environment credentials are at [.env](./.env.example).
130130

131131
The [mailhog](https://github.com/mailhog/MailHog) docker image runs at `http://localhost:8025`.
132132

0 commit comments

Comments
 (0)