pydoll icon indicating copy to clipboard operation
pydoll copied to clipboard

[Docs]: links in !!! tip boxes give 404 errors

Open koljaoh opened this issue 1 month ago • 1 comments

Checklist before reporting

  • [x] I have searched for similar documentation issues and didn't find a duplicate.
  • [x] 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 Image

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

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

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

koljaoh avatar Nov 18 '25 19:11 koljaoh

Hey @koljaoh, thanks for reporting! Do you want to fix this? If so, I'll assign the issue to you

thalissonvs avatar Nov 19 '25 16:11 thalissonvs