diff --git a/Docs/1_Authentication.md b/Docs/1_Authentication.md
index 0bb2628..e0979a8 100644
--- a/Docs/1_Authentication.md
+++ b/Docs/1_Authentication.md
@@ -1,3 +1,5 @@
+> **Note**: These docs have moved to [courier.com/docs/sdk-libraries/react-native](https://www.courier.com/docs/sdk-libraries/react-native/). The content below may be outdated.
+
# Authentication
Manages user credentials between app sessions.
diff --git a/Docs/2_Inbox.md b/Docs/2_Inbox.md
index 820734f..b2544db 100644
--- a/Docs/2_Inbox.md
+++ b/Docs/2_Inbox.md
@@ -1,5 +1,7 @@
+> **Note**: These docs have moved to [courier.com/docs/sdk-libraries/react-native](https://www.courier.com/docs/sdk-libraries/react-native/). The content below may be outdated.
+
# Courier Inbox
diff --git a/Docs/3_PushNotifications.md b/Docs/3_PushNotifications.md
index 1f493f5..4a77b05 100644
--- a/Docs/3_PushNotifications.md
+++ b/Docs/3_PushNotifications.md
@@ -1,5 +1,7 @@
+> **Note**: These docs have moved to [courier.com/docs/sdk-libraries/react-native](https://www.courier.com/docs/sdk-libraries/react-native/). The content below may be outdated.
+
# Push Notifications
diff --git a/Docs/4_Preferences.md b/Docs/4_Preferences.md
index 8f977bd..e9227f5 100644
--- a/Docs/4_Preferences.md
+++ b/Docs/4_Preferences.md
@@ -1,5 +1,7 @@
+> **Note**: These docs have moved to [courier.com/docs/sdk-libraries/react-native](https://www.courier.com/docs/sdk-libraries/react-native/). The content below may be outdated.
+
# Courier Preferences
In-app notification settings that allow your users to customize which of your notifications they receive. Allows you to build high quality, flexible preference settings very quickly.
diff --git a/Docs/5_Client.md b/Docs/5_Client.md
index 960f8ee..e4fc60a 100644
--- a/Docs/5_Client.md
+++ b/Docs/5_Client.md
@@ -1,3 +1,5 @@
+> **Note**: These docs have moved to [courier.com/docs/sdk-libraries/react-native](https://www.courier.com/docs/sdk-libraries/react-native/). The content below may be outdated.
+
# `CourierClient`
Base layer Courier API wrapper.
diff --git a/Docs/6_Expo.md b/Docs/6_Expo.md
index 6bb2136..c1c959e 100644
--- a/Docs/6_Expo.md
+++ b/Docs/6_Expo.md
@@ -1,3 +1,5 @@
+> **Note**: These docs have moved to [courier.com/docs/sdk-libraries/react-native](https://www.courier.com/docs/sdk-libraries/react-native/). The content below may be outdated.
+
# Expo
This is how to using `CourierReactNative` in an Expo app.
diff --git a/README.md b/README.md
index 3b4ce3a..604c82f 100644
--- a/README.md
+++ b/README.md
@@ -160,12 +160,12 @@ These are all the available features of the SDK.
1
Authentication
Courier Inbox and Push Notifications.
+ Manages user credentials between app sessions. Required if you would like to use Courier Inbox and Push Notifications.
Inbox
Push Notifications
Preferences
CourierClient