aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/src/content/overview-getting-started.md2
-rw-r--r--docs/src/themes/mitmproxydocs/layouts/partials/header.html6
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/src/content/overview-getting-started.md b/docs/src/content/overview-getting-started.md
index ff018c3b..6061fdc3 100644
--- a/docs/src/content/overview-getting-started.md
+++ b/docs/src/content/overview-getting-started.md
@@ -34,7 +34,7 @@ environment variables, etc.
You can check that your web traffic is going through mitmproxy by browsing to
http://mitm.it - it should present you with a [simple page]({{< relref
-"concepts-certificates/#quick-setup">}}) to install the mitmproxy Certificate
+"concepts-certificates#quick-setup">}}) to install the mitmproxy Certificate
Authority - which is also the next steps. Follow the instructions for your OS /
system and install the CA (and make sure to enable it, some system require
multiple steps!).
diff --git a/docs/src/themes/mitmproxydocs/layouts/partials/header.html b/docs/src/themes/mitmproxydocs/layouts/partials/header.html
index 925631d6..8210b56b 100644
--- a/docs/src/themes/mitmproxydocs/layouts/partials/header.html
+++ b/docs/src/themes/mitmproxydocs/layouts/partials/header.html
@@ -17,9 +17,9 @@
{{ $style := resources.Get "style.scss" | toCSS | minify }}
<link rel="stylesheet" href="{{ $style.Permalink }}">
- {{ if .RSSLink -}}
- <link href="{{ .RSSLink }}" rel="feed" type="application/rss+xml" title="{{ .Site.Title }}">
- {{- end }}
+ {{ range .AlternativeOutputFormats -}}
+ {{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
+ {{ end -}}
{{ hugo.Generator }}
</head>
<body>