summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstefanrua <stefan.rua@iki.fi>2020-10-09 12:39:27 +0300
committerStefan Rua <stefan.rua@nokia.com>2020-10-09 12:58:16 +0300
commitb115e3efbef1934d7fdf4982ad5a5f3a125c8839 (patch)
tree8df20465c3995820a25898a32e76dc71337cfecb
parentdb684f970f7da056ac19655c1b254cbfc216fdcd (diff)
downloadpodman-b115e3efbef1934d7fdf4982ad5a5f3a125c8839.tar.gz
podman-b115e3efbef1934d7fdf4982ad5a5f3a125c8839.tar.bz2
podman-b115e3efbef1934d7fdf4982ad5a5f3a125c8839.zip
Fix documentation link and typo
Signed-off-by: Stefan Rua <stefan.rua@iki.fi>
-rw-r--r--docs/source/Introduction.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/Introduction.rst b/docs/source/Introduction.rst
index a1f9d605e..9dcae8a83 100644
--- a/docs/source/Introduction.rst
+++ b/docs/source/Introduction.rst
@@ -100,7 +100,7 @@ To summarize, Podman makes it easy to find, run, build and share containers.
* Find: whether finding a container on dockerhub.io or quay.io, an internal registry server, or directly from a vendor, a couple of `podman search`_, and `podman pull`_ commands make it easy
* Run: it's easy to consume pre-built images with everything needed to run an entire application, or start from a Linux distribution base image with the `podman run`_ command
-* Build: creating new layers with small tweaks, or major overhauls is easy with `podman build`
-* Share: Podman let’s you push your newly built containers anywhere you want with a single `podman push`_ command
+* Build: creating new layers with small tweaks, or major overhauls is easy with `podman build`_
+* Share: Podman lets you push your newly built containers anywhere you want with a single `podman push`_ command
For more instructions on use cases, take a look at our :doc:`Tutorials` page.