Skip to content

Commit a39ea85

Browse files
LingDong-Lingdong Huang
authored andcommitted
update links in ide
1 parent 37d6a1a commit a39ea85

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
[![build](https://img.shields.io/github/workflow/status/LingDong-/wenyan-lang/Build%20%26%20Test)](https://github.com/LingDong-/wenyan-lang/actions)
77
[![Netlify Status](https://api.netlify.com/api/v1/badges/c36d4838-1c8f-4cfe-986e-43e0de6f71a3/deploy-status)](https://app.netlify.com/sites/wenyan-lang/deploys)
88

9-
### [http://wy-lang.org](http://wy-lang.org)
9+
### [http://wy-lang.org](https://wy-lang.org)
1010

1111
English | [简体中文](./README.zh-Hans.md) | [繁体中文](./README.zh-Hant.md)
1212

13-
文言文編程語言。A programming language for the ancient Chinese. [Try it online.](http://wenyan-lang.lingdong.works/ide.html)
13+
文言文編程語言。A programming language for the ancient Chinese. [Try it online.](https://wy-lang.org/ide)
1414

1515
![](screenshots/screenshot01.png)
1616

@@ -60,7 +60,7 @@ More sophisticated examples, such as the Sieve of Eratosthenes, Quicksort, Mande
6060
- [Natural Language Programming](https://en.wikipedia.org/wiki/Natural-language_programming) sharing the grammar of [Classical Chinese](https://en.wikipedia.org/wiki/Classical_Chinese)
6161
- Compiles to [JavaScript](https://developer.mozilla.org/en-US/docs/Web/JavaScript), [Python](https://python.org), or [Ruby](http://ruby-lang.org)
6262
- [Turing complete](https://github.com/LingDong-/wenyan-lang/blob/master/examples/turing.wy)
63-
- An [online IDE](http://wenyan-lang.lingdong.works/ide.html)
63+
- An [online IDE](https://wy-lang.org/ide)
6464
- [Examples](https://github.com/LingDong-/wenyan-lang/tree/master/examples) to get started
6565

6666

@@ -84,7 +84,7 @@ wenyan examples/helloworld.wy
8484
> From v0.1.0, the `wenyan` command will direct execute the script by default. If you are migrating from previous versions, please use `wenyan -h` to output the help and check [this PR](https://github.com/LingDong-/wenyan-lang/pull/356) for the detailed changes.
8585
8686

87-
### [The Online IDE](http://wenyan-lang.lingdong.works/ide.html)
87+
### [The Online IDE](https://wy-lang.org/ide)
8888

8989
![](screenshots/screenshot02.png)
9090

0 commit comments

Comments
 (0)