Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EMB-14180 - Fixed link to very old docs.embrace.io URL. #30

Merged
merged 1 commit into from
Oct 27, 2023
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ interface EmbraceAndroidApi extends EmbraceApi {
* Starts instrumentation of the Android application using the Embrace SDK. This should be
* called during creation of the application, as early as possible.
* <p>
* See <a href="https://docs.embrace.io/docs/android-integration-guide">Embrace Docs</a> for
* See <a href="https://embrace.io/docs/android/">Embrace Docs</a> for
* integration instructions. For compatibility with other networking SDKs such as Akamai,
* the Embrace SDK must be initialized after any other SDK.
*
Expand All @@ -28,7 +28,7 @@ interface EmbraceAndroidApi extends EmbraceApi {
* Starts instrumentation of the Android application using the Embrace SDK. This should be
* called during creation of the application, as early as possible.
* <p>
* See <a href="https://docs.embrace.io/docs/android-integration-guide">Embrace Docs</a> for
* See <a href="https://embrace.io/docs/android/">Embrace Docs</a> for
* integration instructions. For compatibility with other networking SDKs such as Akamai,
* the Embrace SDK must be initialized after any other SDK.
*
Expand All @@ -45,7 +45,7 @@ void start(@NonNull Context context,
* Starts instrumentation of the Android application using the Embrace SDK. This should be
* called during creation of the application, as early as possible.
* <p>
* See <a href="https://docs.embrace.io/docs/android-integration-guide">Embrace Docs</a> for
* See <a href="https://embrace.io/docs/android/">Embrace Docs</a> for
* integration instructions. For compatibility with other networking SDKs such as Akamai,
* the Embrace SDK must be initialized after any other SDK.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ final class EmbraceImpl {
* Starts instrumentation of the Android application using the Embrace SDK. This should be
* called during creation of the application, as early as possible.
* <p>
* See <a href="https://docs.embrace.io/docs/android-integration-guide">Embrace Docs</a> for
* See <a href="https://embrace.io/docs/android/">Embrace Docs</a> for
* integration instructions. For compatibility with other networking SDKs such as Akamai,
* the Embrace SDK must be initialized after any other SDK.
*
Expand Down
4 changes: 2 additions & 2 deletions scripts/release.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ publishing {
url = "https://github.com/embrace-io/embrace-android-sdk"
licenses {
license {
name = "Embrace license"
url = "https://embrace.io/docs/embrace-software-notice/"
name = "Embrace License"
url = "https://embrace.io/docs/terms-of-service/"
}
}
developers {
Expand Down