From 95ebf3f50001601d619d2bed660f4ec54a6a2b6f Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Wed, 6 Sep 2017 13:56:27 +0200 Subject: [PATCH] Fix title and anchor of network proxies section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad2fbe2eab..b46a27c3b3 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ And it runs on all platforms Rust supports, including Windows. * [Cross-compilation](#cross-compilation) * [Working with Rust on Windows](#working-with-rust-on-windows) * [Working with custom toolchains](#working-with-custom-toolchains-and-local-builds) -* [Working with HTTP proxies](#working-with-http-proxies) +* [Working with network proxies](#working-with-network-proxies) * [Examples](#examples) * [Environment variables](#environment-variables) * [Other installation methods](#other-installation-methods)