From 3b5b5e4b4644d5ab37c640e463af7e0cebe7ccc4 Mon Sep 17 00:00:00 2001 From: Daryl White <53910321+djwfyi@users.noreply.github.com> Date: Thu, 12 May 2022 10:32:58 -0500 Subject: [PATCH] Correcting subnet replacement to fix link rendering issue --- source/default-conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/default-conf.py b/source/default-conf.py index 60e487f8..c70e69c7 100644 --- a/source/default-conf.py +++ b/source/default-conf.py @@ -143,6 +143,6 @@ rst_prolog = """ .. |minio-latest| replace:: MINIOLATEST .. |minio-rpm| replace:: RPMURL .. |minio-deb| replace:: DEBURL -.. |subnet| replace:: `MinIO SUBNET ` +.. |subnet| replace:: `MinIO SUBNET `__ """ \ No newline at end of file