Skip to content

Commit 155c918

Browse files
committed
fix: Move migration into a more generic file
1 parent 8416561 commit 155c918

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

migration_from_2_x.md renamed to MIGRATION.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Migration to contentful.js 3.x from previous versions
2+
3+
__(March 8th, 2016)__
4+
15
contentful.js 3.x was a major rewrite, with some API changes. While the base functionality remains the same, some method names have changed, as well as some internal behaviors.
26

37
The two major changes you should look out for are the method renamings, and the way link resolution works.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ You can check the changelog on the [releases](https://github.com/contentful/cont
114114

115115
contentful.js 3.x was a major rewrite, with some API changes. While the base functionality remains the same, some method names have changed, as well as some internal behaviors.
116116

117-
See the [migration guide](migration_from_2_x.md) for more information.
117+
See the [migration guide](MIGRATION.md) for more information.
118118

119119
## Support
120120

0 commit comments

Comments
 (0)