fix(docs-infra): add links to glossary for terms on the "Press kit" page (#40945)

The "Press kit" page has a "Terminology" section that lists a couple of
terms (currently AOT and JIT compilation).

This commit adds links to the corresponding entries in "Glossary" to
make it easier for people to find out what the terms mean.

PR Close #40945
This commit is contained in:
George Kalpakas 2021-02-22 19:30:05 +02:00 committed by Zach Arend
parent 117c49f799
commit 383d226118
1 changed files with 2 additions and 2 deletions

View File

@ -588,8 +588,8 @@
to prevent confusion and to appear unified.
</p>
<ul>
<li>Ahead of Time compilation (AOT)</li>
<li>Just in Time compilation (JIT)</li>
<li><a href="guide/glossary#aot">Ahead-of-Time compilation (AOT)</a></li>
<li><a href="guide/glossary#jit">Just-in-Time compilation (JIT)</a></li>
</ul>
</div>
</article>