Skip to content

Commit fbdb3fa

Browse files
sobolevnraduweiss
authored andcommitted
Fixed incorrect punctuation placing
1 parent 824165c commit fbdb3fa

File tree

1 file changed

+16
-24
lines changed

1 file changed

+16
-24
lines changed

index.html

Lines changed: 16 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@
7777
experience of services like
7878
<a href="https://aws.amazon.com/lambda/">AWS Lambda</a>
7979
and
80-
<a href="https://aws.amazon.com/fargate/">AWS Fargate</a>
81-
.
80+
<a href="https://aws.amazon.com/fargate/">AWS Fargate</a>.
8281
</p>
8382
<p>
8483
Firecracker is a virtual machine monitor (VMM) that uses the Linux Kernel-based Virtual Machine (KVM) to
@@ -93,24 +92,20 @@
9392
href="https://github.com/kata-containers/documentation/wiki/Initial-release-of-Kata-Containers-with-Firecracker-support"
9493
>
9594
Kata Containers
96-
</a>
97-
,
98-
<a href="https://opennebula.io/firecracker/">Open Nebula</a>
99-
,
100-
<a href="https://github.com/solo-io/unik">UniK</a>
101-
,
95+
</a>,
96+
<a href="https://opennebula.io/firecracker/">Open Nebula</a>,
97+
<a href="https://github.com/solo-io/unik">UniK</a>,
10298
<a href="https://www.weave.works/oss/firekube/">Weave FireKube</a>
10399
(via
104100
<a href="https://github.com/weaveworks/ignite">Weave Ignite</a>
105101
), and containerd via
106102
<a href="https://github.com/firecracker-microvm/firecracker-containerd">firecracker-containerd</a>
107103
It's also used by
108-
<a href="https://fly.io/">fly.io</a>
109-
. Firecracker can run Linux and
104+
<a href="https://fly.io/">fly.io</a>.
105+
Firecracker can run Linux and
110106
<a href="http://blog.osv.io/blog/2019/04/19/making-OSv-run-on-firecraker">OSv</a>
111107
guests. Our latest roadmap can be found
112-
<a href="https://github.com/firecracker-microvm/firecracker/projects/13">here</a>
113-
.
108+
<a href="https://github.com/firecracker-microvm/firecracker/projects/13">here</a>.
114109
</p>
115110
</section>
116111
</article>
@@ -267,14 +262,12 @@
267262
href="https://github.com/kata-containers/documentation/wiki/Initial-release-of-Kata-Containers-with-Firecracker-support"
268263
>
269264
Kata Containers
270-
</a>
271-
,
265+
</a>,
272266
<a href="https://www.weave.works/oss/firekube/">Weave FireKube</a>
273267
(via
274268
<a href="https://github.com/weaveworks/ignite">Weave Ignite</a>
275269
), and containerd via
276-
<a href="https://github.com/firecracker-microvm/firecracker-containerd">firecracker-containerd</a>
277-
.
270+
<a href="https://github.com/firecracker-microvm/firecracker-containerd">firecracker-containerd</a>.
278271
</section>
279272
</article>
280273
<article class="m-item">
@@ -308,8 +301,8 @@
308301
<a href="https://github.com/firecracker-microvm/firecracker/blob/master/LICENSE">licensed</a>
309302
under the Apache License, version 2.0, allowing you to freely use, copy, and distribute your changes under
310303
the terms of your choice.
311-
<a href="https://www.apache.org/licenses/LICENSE-2.0">Read more about Apache 2.0</a>
312-
. Crosvm code sections are licensed under a
304+
<a href="https://www.apache.org/licenses/LICENSE-2.0">Read more about Apache 2.0</a>.
305+
Crosvm code sections are licensed under a
313306
<a href="https://opensource.org/licenses/BSD-3-Clause">BSD-3-Clause license</a>
314307
that also allows you to use, copy, and distribute your changes under the terms of your choice.
315308
</section>
@@ -319,18 +312,17 @@
319312
<section>
320313
Firecracker is an AWS open source project that encourages contributions from customers and the developer
321314
community. Any contribution is welcome as long as it aligns with our
322-
<a href="https://github.com/firecracker-microvm/firecracker/blob/master/CHARTER.md">charter</a>
323-
. You can learn more about how to contribute in
315+
<a href="https://github.com/firecracker-microvm/firecracker/blob/master/CHARTER.md">charter</a>.
316+
You can learn more about how to contribute in
324317
<a href="https://github.com/firecracker-microvm/firecracker/blob/master/CONTRIBUTING.md">
325318
CONTRIBUTING.md
326-
</a>
327-
. You can chat with others in the community on the
319+
</a>.
320+
You can chat with others in the community on the
328321
<a
329322
href="https://join.slack.com/t/firecracker-microvm/shared_invite/enQtNDY2NTUwMzQ3MDE1LWIwMzA0OWFkMTZhMTlmMDZiMmFkYjMyODMxMGQ1ZjliMzJjNjJiNWRhNWNkOGEyNmUxNmRkMjZhYTc3MmVjZjM"
330323
>
331324
Firecracker Slack workspace
332-
</a>
333-
.
325+
</a>.
334326
</section>
335327
</article>
336328
</div>

0 commit comments

Comments
 (0)