Presentations page: Inline links

Now that we no longer use code blocks for the explaining text, we can
just inline all links.

Bug: Issue 13332
Signed-off-by: Edwin Kempin <ekempin@google.com>
Change-Id: I8a532be69d7f533ba963bb8693a0ffc96e930549
diff --git a/pages/site/community/presentations.md b/pages/site/community/presentations.md
index 386081f..789d371 100644
--- a/pages/site/community/presentations.md
+++ b/pages/site/community/presentations.md
@@ -23,25 +23,23 @@
 
 **[2020-11-20] Virtual Contributor Summit 2020**
 
-
 The Gerrit community had a virtual 2-days event with various talks and
 discussions. The presentation slides and notes are available from the
-agenda [1].
-
-[1] <a href="https://docs.google.com/document/d/1WauJfNxracjBK3PxuVnwNIppESGMBtZwxMYjxxeDN6M">Agenda of the Virtual Contributor Summit 2020</a>
+[agenda](https://docs.google.com/document/d/1WauJfNxracjBK3PxuVnwNIppESGMBtZwxMYjxxeDN6M).
 
 ---
 
 **[2020-08-26] End-to-end tests**
 
-This presentation [1,2] introduces the emerging framework component [3],
-how to start using it from Gerrit core and plugins. This current
-framework was based on the original work done by GerritForge [4].
+This [presentation](https://docs.google.com/presentation/d/1xZShuNKHmqeKAtfLzxwllQWze9P18i2nHbTzX_lQ9r4/edit?usp=sharing")
+introduces a [framework component for end-to-end
+tests](https://gerrit-review.googlesource.com/Documentation/dev-e2e-tests.html)
+and explains how to start using it from Gerrit core and plugins. This framework
+was based on the [original work done by
+GerritForge](https://gitenterprise.me/2019/12/20/stress-your-gerrit-with-gatling/).
 
-[1] <a href="https://docs.google.com/presentation/d/1xZShuNKHmqeKAtfLzxwllQWze9P18i2nHbTzX_lQ9r4/edit?usp=sharing">gerrit/e2e-tests: functional meets load</a><br>
-[2] <a href="https://drive.google.com/file/d/19YvJbPHDmwmMVcaehI1ot6xVdoQY0QxY/view?usp=sharing">gerrit/e2e-tests Recording</a><br>
-[3] <a href="https://gerrit-review.googlesource.com/Documentation/dev-e2e-tests.html">Documentation</a><br>
-[4] <a href="https://gitenterprise.me/2019/12/20/stress-your-gerrit-with-gatling/">Stress your Gerrit with Gatling</a>
+A recording of the presentation is available
+[here](https://drive.google.com/file/d/19YvJbPHDmwmMVcaehI1ot6xVdoQY0QxY/view?usp=sharing">gerrit/e2e-tests Recording).
 
 From: Marco Miller (Ericsson)
 
@@ -49,10 +47,10 @@
 
 **[2020-04-08] Summit & Hackathon 2019 in Sunnyvale**
 
-This is the summary of the Gerrit User Summit & Hackathon 2019 in Sunnyvale [1],
-with links to the available presentations.
-
-[1] <a href="https://www.gerritcodereview.com/2020-04-08-user-summit-sunnyvale-summary.html">Summary of the Gerrit User Summit & Hackathon 2019 in Sunnyvale</a>
+This is the
+[summary](https://www.gerritcodereview.com/2020-04-08-user-summit-sunnyvale-summary.html)
+of the Gerrit User Summit & Hackathon 2019 in Sunnyvale, with links to the
+available presentations.
 
 From: Luca Milanesio with contributors (Gerrit)
 
@@ -60,10 +58,10 @@
 
 **[2019-09-11] Summit 2019 in Gothenburg**
 
-This is the summary of the Gerrit User Summit 2019 in Gothenburg [1],
-with links to the available presentations.
-
-[1] <a href="https://www.gerritcodereview.com/2019-09-11-user-summit-gothenburg-summary.html">Summary of the Gerrit User Summit 2019 in Gothenburg</a>
+This is the
+[summary](https://www.gerritcodereview.com/2019-09-11-user-summit-gothenburg-summary.html)
+of the Gerrit User Summit 2019 in Gothenburg, with links to the available
+presentations.
 
 From: Luca Milanesio (GerritForge)
 
@@ -71,11 +69,10 @@
 
 **[2019-01-14] Concepts and Workflows**
 
-These slides explain Git [1] and Gerrit [2] concepts and workflows and are meant
-for self-studying how Git and Gerrit work.
-
-[1] <a href="https://docs.google.com/presentation/d/1IQCRPHEIX-qKo7QFxsD3V62yhyGA9_5YsYXFOiBpgkk/edit?usp=sharing">Git explained: Git Concepts and Workflows</a><br>
-[2] <a href="https://docs.google.com/presentation/d/1C73UgQdzZDw0gzpaEqIC6SPujZJhqamyqO1XOHjH-uk/edit?usp=sharing">Gerrit explained: Gerrit Concepts and Workflows</a>
+These slides explain
+[Git](https://docs.google.com/presentation/d/1IQCRPHEIX-qKo7QFxsD3V62yhyGA9_5YsYXFOiBpgkk/edit?usp=sharing)
+and [Gerrit](https://docs.google.com/presentation/d/1C73UgQdzZDw0gzpaEqIC6SPujZJhqamyqO1XOHjH-uk/edit?usp=sharing)
+concepts and workflows and are meant for self-studying how Git and Gerrit work.
 
 From: Edwin Kempin (Google)