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:
parent
117c49f799
commit
383d226118
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue