From 74750910806ed687fc3d40bc5ae3975e3d795b6e Mon Sep 17 00:00:00 2001 From: Alejandro Esquivel Date: Tue, 2 Aug 2022 11:41:53 -0700 Subject: [PATCH] Removed migration guide from README (#957) --- CHANGELOG.md | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65bfa19bd..f6814a74f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [UNRELEASED] +### Docs + +- Remove migration guide reference from README + ## [0.160.0] - 2022-08-02 ### Authors diff --git a/README.md b/README.md index ea4baa087..eb2fc2991 100644 --- a/README.md +++ b/README.md @@ -194,7 +194,7 @@ Covalent is developed using Python version 3.8 on Linux and macOS. The easiest w pip install covalent ``` -Refer to the [Getting Started](https://covalent.readthedocs.io/en/latest/getting_started/index.html) guide for more details on setting up. For a full list of supported platforms, consult the Covalent [compatibility matrix](https://covalent.readthedocs.io/en/latest/getting_started/compatibility.html). Read [this guide](https://covalent.readthedocs.io/en/latest/getting_started/#migration-guide-from-0-3x) if you are migrating from `cova` version `0.3x`. +Refer to the [Getting Started](https://covalent.readthedocs.io/en/latest/getting_started/index.html) guide for more details on setting up. For a full list of supported platforms, consult the Covalent [compatibility matrix](https://covalent.readthedocs.io/en/latest/getting_started/compatibility.html). ## 🔧 How it Works