From a6ab0d148697ffc81c2392609aa082b519f21c54 Mon Sep 17 00:00:00 2001 From: Inyong Hwang Date: Wed, 20 Mar 2024 23:23:12 +0900 Subject: [PATCH] replace bolts url on example's readme (#19677) --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 440f0778ce..6c51e07ae0 100644 --- a/examples/README.md +++ b/examples/README.md @@ -28,5 +28,5 @@ ______________________________________________________________________ ## Domain Examples This folder contains older examples. You should instead use the examples -in [Lightning Bolts](https://lightning.ai/docs/pytorch/latest/ecosystem/bolts.html) +in [Lightning Bolts](https://lightning.ai/docs/pytorch/stable/ecosystem/bolts.html) for advanced use cases.