Skip to content

Commit 1b14251

Browse files
committed
add icon links
1 parent 09c1e1c commit 1b14251

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

compose/index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Then, with a single command, you create and start all the services
1616
from your configuration.
1717

1818
Compose works in all environments: production, staging, development, testing, as
19-
well as CI workflows, and has commands for managing the whole lifecycle of your application:
19+
well as CI workflows. It also has commands for managing the whole lifecycle of your application:
2020

2121
* Start, stop, and rebuild services
2222
* View the status of running services
@@ -36,7 +36,7 @@ The key features of Compose that make it effective are:
3636
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-4 block">
3737
<div class="component">
3838
<div class="component-icon">
39-
<img src="/assets/images/download.svg" alt="Download and install" width="70" height="70">
39+
<a href="/compose/install/"><img src="/assets/images/download.svg" alt="Download and install" width="70" height="70"></a>
4040
</div>
4141
<h2 id="docker-compose"><a href="/compose/install/">Install Compose </a></h2>
4242
<p>Follow the instructions on how to install Docker Compose.</p>
@@ -45,7 +45,7 @@ The key features of Compose that make it effective are:
4545
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-4 block">
4646
<div class="component">
4747
<div class="component-icon">
48-
<img src="/assets/images/explore.svg" alt="Docker Compose" width="70" height="70">
48+
<a href="/compose/gettingstarted/"><img src="/assets/images/explore.svg" alt="Docker Compose" width="70" height="70"></a>
4949
</div>
5050
<h2 id="docker-compose"><a href="/compose/gettingstarted/">Try Compose</a></h2>
5151
<p>Learn the key concepts of Docker Compose whilst building a simple Python web application.</p>
@@ -54,7 +54,7 @@ The key features of Compose that make it effective are:
5454
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-4 block">
5555
<div class="component">
5656
<div class="component-icon">
57-
<img src="/assets/images/note-add.svg" alt="Release notes" width="70" height="70">
57+
<a href="/compose/release-notes/"><img src="/assets/images/note-add.svg" alt="Release notes" width="70" height="70"></a>
5858
</div>
5959
<h2 id="docker-compose"><a href="/compose/release-notes/">View the release notes</a></h2>
6060
<p>Find out about the latest enhancements and bug fixes.</p>
@@ -66,16 +66,16 @@ The key features of Compose that make it effective are:
6666
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-4 block">
6767
<div class="component">
6868
<div class="component-icon">
69-
<img src="/assets/images/help.svg" alt="FAQs" width="70" height="70">
69+
<a href="/compose/features-uses/"><img src="/assets/images/help.svg" alt="FAQs" width="70" height="70"></a>
7070
</div>
7171
<h2 id="docker-compose"><a href="/compose/features-uses/">Understand key features of Compose</a></h2>
72-
<p>Understand its key features and explore common use casess.</p>
72+
<p>Understand its key features and explore common use cases.</p>
7373
</div>
7474
</div>
7575
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-4 block">
7676
<div class="component">
7777
<div class="component-icon">
78-
<img src="/assets/images/all-inbox.svg" alt="Additional resources" width="70" height="70">
78+
<a href="/compose/compose-file/"><img src="/assets/images/all-inbox.svg" alt="Additional resources" width="70" height="70"></a>
7979
</div>
8080
<h2 id="docker-compose"><a href="/compose/compose-file/">Explore the Compose file reference</a></h2>
8181
<p>Find information on defining services, networks, and volumes for a Docker application.</p>
@@ -84,7 +84,7 @@ The key features of Compose that make it effective are:
8484
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-4 block">
8585
<div class="component">
8686
<div class="component-icon">
87-
<img src="/assets/images/sms.svg" alt="Give feedback" width="70" height="70">
87+
<a href="/compose/faq/"><img src="/assets/images/sms.svg" alt="Give feedback" width="70" height="70"></a>
8888
</div>
8989
<h2 id="docker-compose"><a href="/compose/faq/">Browse common FAQs</a></h2>
9090
<p>Explore general FAQs and find out how to give feedback.</p>

0 commit comments

Comments
 (0)