From 4a57a146555865b1cfcb06f7fe362108b7b65ba5 Mon Sep 17 00:00:00 2001 From: Toni Sevener Date: Thu, 15 Aug 2024 15:26:02 -0500 Subject: [PATCH] Update documentation --- docs/url_schemes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/url_schemes.md b/docs/url_schemes.md index 33f0ca76769..a236867e130 100644 --- a/docs/url_schemes.md +++ b/docs/url_schemes.md @@ -6,9 +6,9 @@ The URL scheme is `wikipedia://`. The following URLs are currently handled: | ------------------ | ---------------------------------------- | ---------------------------------------- | | Article | wikipedia://[site]/wiki/[page_id] | wikipedia://en.wikipedia.org/wiki/Red | | | https://[[site]/wiki/[page_id] | https://en.wikipedia.org/wiki/Red | -| Content | wikipedia://content | | +| Content | wikipedia://content | wikipedia://content/on-this-day/wikipedia.org/en/2024/08/15 | | Explore | wikipedia://explore | | | History | wikipedia://history | | -| Places | wikipedia://places[?WMFArticleURL=] | | +| Places | wikipedia://places[?WMFArticleURL=] | wikipedia://places/?WMFArticleURL=https://en.wikipedia.org/wiki/Dallas + | | Saved pages | wikipedia://saved | | -| Search | wikipedia://[site]/w/index.php?search=[query] | wikipedia://en.wikipedia.org/w/index.php?search=dog |