From 90640e90e74ddde58e7526e08e08056c57c6b028 Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 31 Mar 2021 10:41:32 -0400 Subject: [PATCH] Updated web link for flask_rest_api_tutorial.py Link was broken. Updated to new link location. Thanks. --- intermediate_source/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intermediate_source/README.txt b/intermediate_source/README.txt index 27eebcd6d53..3d88f8ea9ac 100644 --- a/intermediate_source/README.txt +++ b/intermediate_source/README.txt @@ -31,4 +31,4 @@ Intermediate tutorials 8. flask_rest_api_tutorial.py Deploying PyTorch and Building a REST API using Flask - https://pytorch.org/tutorials/beginner/flask_rest_api_tutorial.html + https://pytorch.org/tutorials/intermediate/flask_rest_api_tutorial.html