Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a few old references to httptoolkit.tech
Browse files Browse the repository at this point in the history
pimterry committed May 7, 2024

Verified

This commit was signed with the committer’s verified signature.
purajit purajit
1 parent d0f8fc8 commit ddaebd2
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# httptoolkit-android

Automatic interception of Android HTTP with [HTTP Toolkit](https://httptoolkit.tech/android), for inspection, debugging & mocking.
Automatic interception of Android HTTP with [HTTP Toolkit](https://httptoolkit.com/android), for inspection, debugging & mocking.

Looking to file bugs, request features or send feedback? File an issue or vote on existing ones at [github.com/httptoolkit/feedback](https://github.com/httptoolkit/feedback).

2 changes: 1 addition & 1 deletion app/src/main/java/tech/httptoolkit/android/MainActivity.kt
Original file line number Diff line number Diff line change
@@ -427,7 +427,7 @@ class MainActivity : AppCompatActivity(), CoroutineScope by MainScope() {
}

private fun openDocs() {
launchBrowser("httptoolkit.tech/docs/guides/android")
launchBrowser("httptoolkit.com/docs/guides/android")
}

private fun chooseApps() {
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@
<string name="pre_v7_connection_status_enabled_heading">Certificate trusted</string>

<string name="none_connection_status_details">Your HTTP Toolkit certificate is not trusted on this device, so HTTPS traffic will only be available from apps that individually include and trust it.\n\nDisconnect and reconnect to rerun HTTPS certificate setup.</string>
<string name="user_connection_status_details">HTTPS interception will only be available for apps that are configured to trust user-installed certificates (<a href="https://httptoolkit.tech/docs/guides/android#intercepting-traffic-from-your-own-android-app">How?</a>)</string>
<string name="user_connection_status_details">HTTPS interception will only be available for apps that are configured to trust user-installed certificates (<a href="https://httptoolkit.com/docs/guides/android#intercepting-traffic-from-your-own-android-app">How?</a>)</string>
<string name="system_connection_status_details">Traffic from all intercepted applications will be available, except those using explicit certificate pinning.</string>
<string name="pre_v7_connection_status_details">Traffic from all intercepted applications will be available, except those using explicit certificate pinning.</string>

0 comments on commit ddaebd2

Please sign in to comment.