Skip to content
This repository was archived by the owner on Aug 13, 2024. It is now read-only.

Commit 8448b76

Browse files
committed
fix http
1 parent f7256b6 commit 8448b76

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name = "mech-program"
33
version = "0.0.1"
44
authors = ["Corey Montella <corey@mech-lang.org>"]
55
description = "Organizes Mech cores into a coordinated program. Handles reading files, interfacing with libraries, and persisting changes top disk."
6-
documentation = "https://mech-lang.org/page/learn/"
7-
homepage = "https://mech-lang.org"
6+
documentation = "http://mech-lang.org/page/learn/"
7+
homepage = "http://mech-lang.org"
88
repository = "https://github.com/mech-lang/program"
99
keywords = ["mech", "language", "programming", "dataflow", "runtime"]
1010
categories = ["science::robotics", "science", "game-engines", "web-programming"]

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<p align="center">
2-
<img width="500px" src="https://mech-lang.org/img/logo.png">
2+
<img width="500px" src="http://mech-lang.org/img/logo.png">
33
</p>
44

55
Mech is a language for developing **data-driven**, **reactive** systems like animations, games, and robots. It makes **composing**, **transforming**, and **distributing** data easy, allowing you to focus on the essential complexity of your problem.
66

7-
Read about progress on our [blog](https://mech-lang.org/blog/), follow us on Twitter [@MechLang](https://twitter.com/MechLang), or join the mailing list: [talk@mech-lang.org](https://mech-lang.org/page/community/).
7+
Read about progress on our [blog](http://mech-lang.org/blog/), follow us on Twitter [@MechLang](https://twitter.com/MechLang), or join the mailing list: [talk@mech-lang.org](http://mech-lang.org/page/community/).
88

99
## Program
1010

0 commit comments

Comments
 (0)