fix(docs): make docs link absolute (#32068)

This commit is contained in:
Mason Daugherty 2025-07-16 16:15:28 -04:00 committed by GitHub
parent ea8f2a05ba
commit 16664d3b68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -163,7 +163,7 @@ WEBBROWSING_TOOL_FEAT_TABLE = {
"pricing": "Free trial, with flat rate plans and pre-paid credits after", "pricing": "Free trial, with flat rate plans and pre-paid credits after",
}, },
"Oxylabs Web Scraper API": { "Oxylabs Web Scraper API": {
"link": "docs/integrations/tools/oxylabs", "link": "/docs/integrations/tools/oxylabs",
"interactions": False, "interactions": False,
"pricing": "Free trial, with flat rate plans and pre-paid credits after", "pricing": "Free trial, with flat rate plans and pre-paid credits after",
}, },