-
-
Notifications
You must be signed in to change notification settings - Fork 333
Description
Checklist before reporting
- I have searched for similar documentation issues and didn't find a duplicate.
- I have checked the latest documentation to verify this issue still exists.
Type of Documentation Issue
Outdated documentation (information is no longer valid)
Documentation Location
https://pydoll.tech/docs/features/core-concepts/
Issue Description
Multiple links in the documentation (mostly in !!! tip boxes) lead to 404 errors:
https://pydoll.tech/docs/deep-dive/browser-domain.md#browser-process-manager

https://pydoll.tech/docs/deep-dive/connection-layer.md#understanding-asyncawait

https://pydoll.tech/docs/deep-dive/connection-layer.md

And more. I think the reason is that the links are outdated. The correct link for e.g. the last one is https://pydoll.tech/docs/deep-dive/fundamentals/connection-layer/ (with /fundamentals/)
and the correct link for the first one is https://pydoll.tech/docs/deep-dive/architecture/browser-domain/ (with /architecture/)
Suggested Fix
Update the links so they contain the needed path segments (like /fundamentals/ or /architecture/)
Additional Information
No response
Contribution
Yes, I'd be willing to submit a PR with the fix