diff options
author | Maximilian Hils <git@maximilianhils.com> | 2018-11-09 08:57:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-09 08:57:05 +0100 |
commit | ef485fa5cc83ec29dc502011013957408a084885 (patch) | |
tree | bb18469c0b5240cdc76402b3ac9da3c79372c6be /docs/src | |
parent | c2e2fd1751bfead2e9373358ad81a62728199309 (diff) | |
parent | 08f2459cbdcd0d2781a27985f8b5690ef7ba0b32 (diff) | |
download | mitmproxy-ef485fa5cc83ec29dc502011013957408a084885.tar.gz mitmproxy-ef485fa5cc83ec29dc502011013957408a084885.tar.bz2 mitmproxy-ef485fa5cc83ec29dc502011013957408a084885.zip |
Merge pull request #3374 from abhigyank/docs
docs: Add mitm.it link in the certificates docs.
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/content/concepts-certificates.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/content/concepts-certificates.md b/docs/src/content/concepts-certificates.md index 1dcb2f97..88482047 100644 --- a/docs/src/content/concepts-certificates.md +++ b/docs/src/content/concepts-certificates.md @@ -16,7 +16,7 @@ certificates have to be installed on the client device. By far the easiest way to install the mitmproxy certificates is to use the built-in certificate installation app. To do this, just start mitmproxy and configure your target device with the correct proxy settings. Now start a -browser on the device, and visit the magic domain **mitm.it**. You should see +browser on the device, and visit the magic domain [mitm.it](http://mitm.it/). You should see something like this: {{< figure src="/certinstall-webapp.png" class="has-border" >}} |