From 146c6dbea9bf53cd618172b4a4f4ed9c1b970f87 Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Sun, 28 Jan 2024 13:53:14 +0100 Subject: [PATCH] .json -> .js in plug management docs --- website/Plug Management.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/Plug Management.md b/website/Plug Management.md index 36d9a859..b699b7ca 100644 --- a/website/Plug Management.md +++ b/website/Plug Management.md @@ -6,6 +6,6 @@ You can also use the {[Plugs: Add]} to add a plug, which will automatically crea The [[Plugs/Editor]] plug has support for the following URI prefixes for plugs: -* `https:` loading plugs via HTTPS, e.g. `[https://](https://raw.githubusercontent.com/silverbulletmd/silverbullet-github/main/github.plug.json)` -* `github:org/repo/file.plug.json` internally rewritten to a `https` url as above. +* `https:` loading plugs via HTTPS, e.g. `[https://](https://raw.githubusercontent.com/silverbulletmd/silverbullet-github/main/github.plug.js)` +* `github:org/repo/file.plug.js` internally rewritten to a `https` url as above. * `ghr:org/repo/version` to fetch a plug from a Github release