From a7ba83b560c87515ae419a3c1b0ac42d16af1497 Mon Sep 17 00:00:00 2001 From: Hua Jiang Date: Mon, 25 Jul 2022 23:08:37 -0700 Subject: [PATCH] [Doc] Fix link error in pipeline executor tutorial (#12185) Fix the link error. --- gallery/how_to/work_with_relay/using_pipeline_executor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gallery/how_to/work_with_relay/using_pipeline_executor.py b/gallery/how_to/work_with_relay/using_pipeline_executor.py index 5496058265ba..87516d656d70 100755 --- a/gallery/how_to/work_with_relay/using_pipeline_executor.py +++ b/gallery/how_to/work_with_relay/using_pipeline_executor.py @@ -17,7 +17,7 @@ """ Using Pipeline Executor in Relay ================================= -**Author**: `Hua Jiang `_ +**Author**: `Hua Jiang `_ This is a short tutorial on how to use "Pipeline Executor" with Relay. """