Skip to content

Commit e12c1e5

Browse files
committed
docs: update site url
1 parent 70c6e0e commit e12c1e5

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
lines changed

.github/workflows/book.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ jobs:
8383
# Default: true
8484
ignore_source_map: true
8585

86-
refresh_dirs: '["https://lang.pivotstudio.cn/docs/"]'
86+
refresh_dirs: '["https://pivotlang.tech/docs/"]'

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ running it weekly, is welcome as well.
5151

5252
See the [documentation][d1] site.
5353

54-
[d1]: https://lang.pivotstudio.cn/
54+
[d1]: https://pivotlang.tech/
5555

5656
## Style
5757

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@
1111

1212
## 安装
1313

14-
[此处](https://lang.pivotstudio.cn/docs/tutorial/installation.html)
14+
[此处](https://pivotlang.tech/docs/tutorial/installation.html)
1515

1616
## 官网
1717

18-
[https://lang.pivotstudio.cn](https://lang.pivotstudio.cn)
18+
[https://pivotlang.tech](https://pivotlang.tech)
1919

2020
## CONTRIBUTING
2121

22-
[CONTRIBUTING](CONTRIBUTING.md)[贡献代码](https://lang.pivotstudio.cn/docs/CONTRIBUTING-CN.html)
22+
[CONTRIBUTING](CONTRIBUTING.md)[贡献代码](https://pivotlang.tech/docs/CONTRIBUTING-CN.html)
2323

2424
欢迎加入: [QQ群](http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=nlRLeRcRfr0SxXcLYsjsXobP6X7EeV_c&authKey=rdyEXtc0uMqjYS4i%2FJapoi7CUdwtKgtK5V8Xv0WKgIIb9n4ZkFaIo9mgkflqV%2Frf&noverify=0&group_code=688301255) [discord](https://discord.gg/ZYNhYu6sW9)
2525

book/src/About.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111

1212
## 安装
1313

14-
[此处](https://lang.pivotstudio.cn/docs/tutorial/installation.html)
14+
[此处](https://pivotlang.tech/docs/tutorial/installation.html)
1515

1616
## 官网
1717

18-
[https://lang.pivotstudio.cn](https://lang.pivotstudio.cn)
18+
[https://pivotlang.tech](https://pivotlang.tech)
1919

2020
## CONTRIBUTING
2121

book/src/CONTRIBUTING-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666

6767
参见 [文档][d1] 网站。对应源码在 [book](https://github.com/Pivot-Studio/pivot-lang/tree/master/book) 目录中,欢迎帮助我们完善文档。
6868

69-
[d1]: https://lang.pivotstudio.cn/
69+
[d1]: https://pivotlang.tech/
7070

7171
## 风格
7272

book/src/blogs/lsp_and_salsa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 代码分析和差量计算
22

3-
[lsp的文档](https://lang.pivotstudio.cn/lsp/design.html)中我简单介绍了差量计算在lsp模块中起到的优化作用,这里我将会详细介绍一下这个过程,希望能帮没接触过差量计算的小伙伴了解为何差量计算对于lsp的计算任务来说如此重要,以及什么情况下适合使用差量计算。
3+
[lsp的文档](https://pivotlang.tech/lsp/design.html)中我简单介绍了差量计算在lsp模块中起到的优化作用,这里我将会详细介绍一下这个过程,希望能帮没接触过差量计算的小伙伴了解为何差量计算对于lsp的计算任务来说如此重要,以及什么情况下适合使用差量计算。
44

55

66
## 纯函数

book/src/tutorial/installation.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ scoop install plc
2323
```bash
2424
sudo apt update
2525
sudo apt install wget gnupg
26-
wget -O - https://lang.pivotstudio.cn/apt/public.key | sudo apt-key add -
26+
wget -O - https://pivotlang.tech/apt/public.key | sudo apt-key add -
2727
```
2828
然后添加我们的apt源:
2929
```bash
3030
sudo touch chmod +777 /etc/apt/sources.list.d/pl.list
3131
sudo chmod +777 /etc/apt/sources.list.d/pl.list
32-
sudo echo "deb [arch=amd64] https://lang.pivotstudio.cn/apt/repo focal main
33-
# deb-src [arch=amd64] https://lang.pivotstudio.cn/apt/repo focal main
34-
deb [arch=amd64] https://lang.pivotstudio.cn/apt/repo jammy main
35-
# deb-src [arch=amd64] https://lang.pivotstudio.cn/apt/repo jammy main">/etc/apt/sources.list.d/pl.list
32+
sudo echo "deb [arch=amd64] https://pivotlang.tech/apt/repo focal main
33+
# deb-src [arch=amd64] https://pivotlang.tech/apt/repo focal main
34+
deb [arch=amd64] https://pivotlang.tech/apt/repo jammy main
35+
# deb-src [arch=amd64] https://pivotlang.tech/apt/repo jammy main">/etc/apt/sources.list.d/pl.list
3636
sudo apt update
3737
```
3838
最后安装pivot lang编译器:

book/src/tutorial/vscsupport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
```admonish note
77
您可能也注意到了,我们的语言服务器可以被编译成webassembly并直接运行在浏览器中。如果你想只在在浏览器中体验
8-
pivot-lang,可以访问[https://lang.pivotstudio.cn](https://lang.pivotstudio.cn)。
8+
pivot-lang,可以访问[https://pivotlang.tech](https://pivotlang.tech)。
99
1010
```
1111

plc.scoop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{
22
"version": "{0}",
3-
"homepage": "https://lang.pivotstudio.cn",
3+
"homepage": "https://pivotlang.tech",
44
"license": "MIT",
55
"description": "Pivot Lang Compiler",
66
"bin": [

0 commit comments

Comments
 (0)