summaryrefslogtreecommitdiff
path: root/docs/tutorials
diff options
context:
space:
mode:
authorMark Zhang <markzhang1994@gmail.com>2021-11-21 10:25:44 +0800
committermzhang <mzhang@r1.markz.info>2021-11-23 23:43:32 +0800
commit533636395751747774f61117aa2ee8f64da2abf5 (patch)
treea7473a167706131fab587f7404038658dacb2a5d /docs/tutorials
parenta6976c9ca8346331001dfade295173ad1482c2f6 (diff)
downloadpodman-533636395751747774f61117aa2ee8f64da2abf5.tar.gz
podman-533636395751747774f61117aa2ee8f64da2abf5.tar.bz2
podman-533636395751747774f61117aa2ee8f64da2abf5.zip
Update basic_networking.md
Correct a missing link in basic networking tutorial. Signed-off-by: Mark Zhang <markzhang1994@gmail.com>
Diffstat (limited to 'docs/tutorials')
-rw-r--r--docs/tutorials/basic_networking.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials/basic_networking.md b/docs/tutorials/basic_networking.md
index e47661ddf..e1f2f1346 100644
--- a/docs/tutorials/basic_networking.md
+++ b/docs/tutorials/basic_networking.md
@@ -291,5 +291,5 @@ same network namespace, the DB and Web container can communicate with each other
using localhost (127.0.0.1). Furthermore, they are also both addressable by the
IP address (and DNS name if applicable) assigned to the Pod itself.
-For more information on container to container networking, see Configuring container
-networking with Podman.
+For more information on container to container networking, see [Configuring container
+networking with Podman](https://www.redhat.com/sysadmin/container-networking-podman).