Making documentations/templates URLs complete instead of relative

For representations on other websites
This commit is contained in:
Karim shoair
2024-10-16 21:32:47 +03:00
parent 4ca41c9dd8
commit b45cb4146b
4 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -2,8 +2,8 @@
Everybody is invited and welcome to contribute to Scrapling. Smaller changes have a better chance to get included in a timely manner. Adding unit tests for new features or test cases for bugs you've fixed help us to ensure that the Pull Request (PR) is fine.
There is a lot to do...
- If you are not a developer perhaps you would like to help with the [documentation](/docs)?
- If you are a developer, most of the features I'm planning to add in the future are moved to [roadmap file](/ROADMAP.md) so consider reading it.
- If you are not a developer perhaps you would like to help with the [documentation](https://github.com/D4Vinci/Scrapling/tree/main/docs)?
- If you are a developer, most of the features I'm planning to add in the future are moved to [roadmap file](https://github.com/D4Vinci/Scrapling/blob/main/ROADMAP.md) so consider reading it.
Scrapling includes a comprehensive test suite which can be executed with pytest:
```bash