Skip to content

Commit 79cb135

Browse files
committed
Switch back to gotham.rs domain
1 parent 3bb8c38 commit 79cb135

File tree

16 files changed

+17
-17
lines changed

16 files changed

+17
-17
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[workspace.package]
22
license = "MIT/Apache-2.0"
3-
homepage = "https://gotham-rs.github.io/gotham.rs/"
3+
homepage = "https://gotham.rs/"
44
repository = "https://github.com/gotham-rs/gotham"
55

66
[workspace]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="https://gotham-rs.github.io/gotham.rs/assets/brand/logo.svg" alt="The Gotham web framework" width="400" height="276">
2+
<img src="https://gotham.rs/assets/brand/logo.svg" alt="The Gotham web framework" width="400" height="276">
33
</p>
44

55
A flexible web framework that promotes **stability, safety, security and speed**.
@@ -48,7 +48,7 @@ framework:
4848
* [API documentation](https://docs.rs/gotham/)
4949
* [Gitter chatroom](https://gitter.im/gotham-rs/gotham)
5050
* [Twitter](https://twitter.com/gotham_rs)
51-
* [The Gotham web framework website](https://gotham-rs.github.io/gotham.rs/)
51+
* [The Gotham web framework website](https://gotham.rs/)
5252

5353
## Projects Using Gotham
5454

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ and starter crate.
5858

5959
You can get help for the Gotham web framework at:
6060

61-
* [The Gotham web framework website](https://gotham-rs.github.io/gotham.rs/)
61+
* [The Gotham web framework website](https://gotham.rs/)
6262
* [Gotham web framework API documentation](https://docs.rs/gotham/)
6363
* [Gitter chatroom](https://gitter.im/gotham-rs/gotham)
6464
* [Twitter](https://twitter.com/gotham_rs)

examples/cookies/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ We recommend reviewing our cookies examples in the order shown below:
1212

1313
You can get help for the Gotham web framework at:
1414

15-
* [The Gotham web framework website](https://gotham-rs.github.io/gotham.rs/)
15+
* [The Gotham web framework website](https://gotham.rs/)
1616
* [Gotham web framework API documentation](https://docs.rs/gotham/)
1717
* [Gitter chatroom](https://gitter.im/gotham-rs/gotham)
1818
* [Twitter](https://twitter.com/gotham_rs)

examples/example_contribution_template/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ We recommend reviewing our `functionality` examples in the order shown below:
2828

2929
You can get help for the Gotham web framework at:
3030

31-
* [The Gotham web framework website](https://gotham-rs.github.io/gotham.rs/)
31+
* [The Gotham web framework website](https://gotham.rs/)
3232
* [Gotham web framework API documentation](https://docs.rs/gotham/)
3333
* [Gitter chatroom](https://gitter.im/gotham-rs/gotham)
3434
* [Twitter](https://twitter.com/gotham_rs)

examples/handlers/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ We recommend reviewing our handler examples in the order shown below:
2525

2626
You can get help for the Gotham web framework at:
2727

28-
* [The Gotham web framework website](https://gotham-rs.github.io/gotham.rs/)
28+
* [The Gotham web framework website](https://gotham.rs/)
2929
* [Gotham web framework API documentation](https://docs.rs/gotham/)
3030
* [Gitter chatroom](https://gitter.im/gotham-rs/gotham)
3131
* [Twitter](https://twitter.com/gotham_rs)

examples/headers/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ We recommend reviewing our header examples in the order shown below:
1313

1414
You can get help for the Gotham web framework at:
1515

16-
* [The Gotham web framework website](https://gotham-rs.github.io/gotham.rs/)
16+
* [The Gotham web framework website](https://gotham.rs/)
1717
* [Gotham web framework API documentation](https://docs.rs/gotham/)
1818
* [Gitter chatroom](https://gitter.im/gotham-rs/gotham)
1919
* [Twitter](https://twitter.com/gotham_rs)

examples/into_response/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ We recommend reviewing our `IntoResponse` examples in the order shown below:
1414

1515
You can get help for the Gotham web framework at:
1616

17-
* [The Gotham web framework website](https://gotham-rs.github.io/gotham.rs/)
17+
* [The Gotham web framework website](https://gotham.rs/)
1818
* [Gotham web framework API documentation](https://docs.rs/gotham/)
1919
* [Gitter chatroom](https://gitter.im/gotham-rs/gotham)
2020
* [Twitter](https://twitter.com/gotham_rs)

examples/middleware/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ below:
2020

2121
You can get help for the Gotham web framework at:
2222

23-
* [The Gotham web framework website](https://gotham-rs.github.io/gotham.rs/)
23+
* [The Gotham web framework website](https://gotham.rs/)
2424
* [Gotham web framework API documentation](https://docs.rs/gotham/)
2525
* [Gitter chatroom](https://gitter.im/gotham-rs/gotham)
2626
* [Twitter](https://twitter.com/gotham_rs)

examples/path/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ We recommend reviewing our request path examples in the order shown below:
1616

1717
You can get help for the Gotham web framework at:
1818

19-
* [The Gotham web framework website](https://gotham-rs.github.io/gotham.rs/)
19+
* [The Gotham web framework website](https://gotham.rs/)
2020
* [Gotham web framework API documentation](https://docs.rs/gotham/)
2121
* [Gitter chatroom](https://gitter.im/gotham-rs/gotham)
2222
* [Twitter](https://twitter.com/gotham_rs)

0 commit comments

Comments
 (0)