From 16664d3b689746e5e387a5c56375e1efe6df1dbd Mon Sep 17 00:00:00 2001 From: Mason Daugherty Date: Wed, 16 Jul 2025 16:15:28 -0400 Subject: [PATCH] fix(docs): make docs link absolute (#32068) --- docs/scripts/tool_feat_table.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scripts/tool_feat_table.py b/docs/scripts/tool_feat_table.py index d0e2e7a7db0..fda6cc42767 100644 --- a/docs/scripts/tool_feat_table.py +++ b/docs/scripts/tool_feat_table.py @@ -163,7 +163,7 @@ WEBBROWSING_TOOL_FEAT_TABLE = { "pricing": "Free trial, with flat rate plans and pre-paid credits after", }, "Oxylabs Web Scraper API": { - "link": "docs/integrations/tools/oxylabs", + "link": "/docs/integrations/tools/oxylabs", "interactions": False, "pricing": "Free trial, with flat rate plans and pre-paid credits after", },