Skip to content

Commit

Permalink
Fix broken links to PyTorch Lightning Bolts (#9634)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielykim committed Sep 22, 2021
1 parent a71be50 commit e64f358
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pl_examples/README.md
@@ -1,7 +1,7 @@
# Examples

Our most robust examples showing all sorts of implementations
can be found in our sister library [lightning-bolts](https://lightning-bolts.readthedocs.io/en/latest/convolutional.html#gpt-2).
can be found in our sister library [lightning-bolts](https://pytorch-lightning.readthedocs.io/en/latest/ecosystem/bolts.html).

______________________________________________________________________

Expand All @@ -18,5 +18,5 @@ ______________________________________________________________________
## Domain examples

This folder contains older examples. You should instead use the examples
in [lightning-bolts](https://lightning-bolts.readthedocs.io/en/latest/convolutional.html#gpt-2)
in [lightning-bolts](https://pytorch-lightning.readthedocs.io/en/latest/ecosystem/bolts.html)
for advanced use cases.

0 comments on commit e64f358

Please sign in to comment.