Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Change README docs link to point to stable rather than latest #625

Merged
merged 1 commit into from
Jul 29, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<p align="center">
<a href="#installation">Installation</a> •
<a href="https://lightning-flash.readthedocs.io/en/latest/?badge=latest">Docs</a> •
<a href="https://lightning-flash.readthedocs.io/en/stable/?badge=stable">Docs</a> •
<a href="#what-is-flash">About</a> •
<a href="#predictions">Prediction</a> •
<a href="#finetuning">Finetuning</a> •
Expand All @@ -29,7 +29,7 @@
[![Discourse status](https://img.shields.io/discourse/status?server=https%3A%2F%2Fforums.pytorchlightning.ai)](https://forums.pytorchlightning.ai/)
[![license](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/PytorchLightning/pytorch-lightning/blob/master/LICENSE)

[![Documentation Status](https://readthedocs.org/projects/lightning-flash/badge/?version=latest)](https://lightning-flash.readthedocs.io/en/latest/?badge=latest)
[![Documentation Status](https://readthedocs.org/projects/lightning-flash/badge/?version=stable)](https://lightning-flash.readthedocs.io/en/stable/?badge=stable)
![CI testing](https://github.com/PyTorchLightning/lightning-flash/workflows/CI%20testing/badge.svg?branch=master&event=push)
[![codecov](https://codecov.io/gh/PyTorchLightning/lightning-flash/branch/master/graph/badge.svg?token=oLuUr9q1vt)](https://codecov.io/gh/PyTorchLightning/lightning-flash)

Expand Down