From f31cb06462506d65df85c740e9028ccf1821ee74 Mon Sep 17 00:00:00 2001 From: John Otander Date: Thu, 4 Apr 2019 08:44:53 -0600 Subject: [PATCH 1/2] Add migrating steps and v0 docs link --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.md b/readme.md index b70a4ec90..424bca963 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,9 @@ +This is the v0 branch. For v0 docs please see [v0.mdxjs.com](https://v0.mdxjs.com). + +For a guide migrating from v0 to v1, see [mdxjs.com/migrating/v1](https://mdxjs.com/migrating/v1). + +--- + # [![MDX][logo]][website] [![Build Status][build-badge]][build] From 50f9568c438e792281d5eb93a1bd434a26693dcb Mon Sep 17 00:00:00 2001 From: John Otander Date: Thu, 4 Apr 2019 08:54:21 -0600 Subject: [PATCH 2/2] Fix linting --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 424bca963..5083bebd1 100644 --- a/readme.md +++ b/readme.md @@ -1,8 +1,9 @@ -This is the v0 branch. For v0 docs please see [v0.mdxjs.com](https://v0.mdxjs.com). +This is the v0 branch. +For v0 docs please see [v0.mdxjs.com](https://v0.mdxjs.com). For a guide migrating from v0 to v1, see [mdxjs.com/migrating/v1](https://mdxjs.com/migrating/v1). ---- +* * * # [![MDX][logo]][website]