Skip to content

Commit 6154d55

Browse files
committed
update redirect to v1 guides now
1 parent f997bac commit 6154d55

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

_legacy/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
title: Getting Started
33
layout: guide
44
permalink: /guides/0.14/
5-
redirect_from:
6-
- /guides/
75
---
86

97
hyper is an HTTP library for the Rust language.
108

9+
> **NOTE**: These guides are for the older 0.14.x version of hyper. Did
10+
> you want the [v1 guides](/guides/1)?
11+
1112
You can start using it by first adding it to your `Cargo.toml`:
1213

1314
```toml

_stable/index.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,14 @@
22
title: Getting Started
33
layout: guide
44
permalink: /guides/1/
5+
redirect_from:
6+
- /guides/
57
---
68

79
hyper is an HTTP library for the Rust language.
810

9-
You can start using it by first adding it to your `Cargo.toml`:
10-
11-
```toml
12-
[dependencies]
13-
hyper = { version = "1", features = ["full"] }
14-
```
11+
If this is your **first time** here, take a look at [how to
12+
setup](init/setup).
1513

1614
- If building a web server, continue with the [Server guide][].
1715
- If trying to talk to a server, continue with the [Client guide][].

0 commit comments

Comments
 (0)