From 769359fd74ad23f42140f2cc9fde144070684c85 Mon Sep 17 00:00:00 2001
From: sekyondaMeta <127536312+sekyondaMeta@users.noreply.github.com>
Date: Tue, 12 Nov 2024 13:39:53 -0500
Subject: [PATCH] Update rpc_async_execution.rst
Removing the link to Open AI Gym as it is giving a security risk message and will not open.
---
intermediate_source/rpc_async_execution.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/intermediate_source/rpc_async_execution.rst b/intermediate_source/rpc_async_execution.rst
index cf4716179e4..562d93bbbf8 100644
--- a/intermediate_source/rpc_async_execution.rst
+++ b/intermediate_source/rpc_async_execution.rst
@@ -199,7 +199,7 @@ speed.
Batch-Processing CartPole Solver
--------------------------------
-This section uses CartPole-v1 from `OpenAI Gym `__ as
+This section uses CartPole-v1 from OpenAI Gym as
an example to show the performance impact of batch processing RPC. Please note
that since the goal is to demonstrate the usage of
`@rpc.functions.async_execution `__