From 98b4f8b305581aec4831a065ba3ca055ef47fbd9 Mon Sep 17 00:00:00 2001 From: Siddharth VP Date: Sun, 9 Jun 2024 21:58:29 +0530 Subject: [PATCH] db-tabulator: fix typo in link prefix !web-restart --- db-tabulator/preprocess.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db-tabulator/preprocess.ts b/db-tabulator/preprocess.ts index 437c78b..dfc4f00 100644 --- a/db-tabulator/preprocess.ts +++ b/db-tabulator/preprocess.ts @@ -120,7 +120,7 @@ export async function applyJsPreprocessing(rows: Record[], jsCod 'https://en.wikipedia.org/api/rest_v1/', // Wikimedia REST API 'https://wikimedia.org/api/rest_v1/', // Wikimedia REST API 'https://en.wikipedia.org/w/rest.php/', // MediaWiki REST API - 'https://en.wikipedia/org/w/api.php?', // Action API + 'https://en.wikipedia.org/w/api.php?', // Action API 'https://api.wikimedia.org/', // Wikimedia API gateway ];