Skip to content

Commit

Permalink
fix(docs-infra): add links to glossary for terms on the "Press kit" p…
Browse files Browse the repository at this point in the history
…age (#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
  • Loading branch information
gkalpak authored and zarend committed Feb 26, 2021
1 parent 117c49f commit 383d226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aio/content/marketing/presskit.html
Original file line number Diff line number Diff line change
Expand Up @@ -588,8 +588,8 @@ <h2>Terminology</h2>
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>

0 comments on commit 383d226

Please sign in to comment.