From f96ba90cbbe46ccc0b5acb5262cb5ac4858ebc00 Mon Sep 17 00:00:00 2001 From: Kartik Soneji Date: Sat, 6 Mar 2021 15:18:29 +0530 Subject: [PATCH] Update the links to KumaScript macros in the Yari repo. (#2888) --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 93a03780defe307..7f52376e6c966b8 100644 --- a/README.md +++ b/README.md @@ -669,20 +669,19 @@ KumaScript macros are still used on MDN pages, even in the new platform. These are the function names surrounded by handlebars-style double curly braces that you'll see in the source code on occasion, for example `{{domxref}}` Eventually we have to replace them with something else, -but they are here for now. They live in -[https://github.com/mdn/yari/tree/master/kumascript/macros](https://github.com/mdn/yari/tree/master/kumascript/macros). +but they are here for now. They live in . Sometimes you'll want to make a change to the content that relies on a macro change. Take [https://github.com/mdn/content/pull/187](https://github.com/mdn/content/pull/187). Florian wanted to add documentation for a new WebGL extension to MDN, but this change relied on the new feature's spec being added to -[https://github.com/mdn/yari/blob/master/kumascript/macros/SpecData.json](https://github.com/mdn/yari/blob/master/kumascript/macros/SpecData.json). +. If not, the specification table on the new page would not render properly because the data it relies on would not be there. In such situations: -1. Make the required PR to +1. Make the required PR to first, and get that merged. 2. Add the content to this repo.