Skip to content

Commit

Permalink
Fix a few old references to httptoolkit.tech
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed May 7, 2024
1 parent d0f8fc8 commit ddaebd2
Show file tree
Hide file tree
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).

Expand Down
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
Expand Up @@ -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() {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit ddaebd2

Please sign in to comment.