From 8b2879d7bded7521f61c6218a1b31c0cb99f56ea Mon Sep 17 00:00:00 2001 From: John Reilly Date: Thu, 20 Oct 2022 08:31:58 +0100 Subject: [PATCH] feat: update link https://github.com/facebook/docusaurus/pull/8151 --- blog-website/blog/2022-10-20-web-monetization-api/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog-website/blog/2022-10-20-web-monetization-api/index.md b/blog-website/blog/2022-10-20-web-monetization-api/index.md index 82507b8337d..bc1484bbe93 100644 --- a/blog-website/blog/2022-10-20-web-monetization-api/index.md +++ b/blog-website/blog/2022-10-20-web-monetization-api/index.md @@ -98,7 +98,7 @@ module.exports = { }; ``` -It's possible the code required to add a `link` tag will become simpler [if this pull request lands](https://github.com/facebook/docusaurus/pull/8077). Until then, we will need to use a plugin. +The code required to add a `link` tag will become simpler [once the changes in this pull request are released](https://github.com/facebook/docusaurus/pull/8151). Until then, we will need to use a plugin. It's also worth knowing that historically the Web Monetization API used a `meta` tag instead of a `link` tag - and that tag used the `$` prefix instead of `https://`. That tag looked like this: