pages.*/common/*: remove www from links (#13661)

This commit is contained in:
Sebastiaan Speck
2024-09-10 22:52:30 +02:00
committed by GitHub
parent aff59b6199
commit 8293b6b113
37 changed files with 37 additions and 37 deletions

View File

@@ -2,7 +2,7 @@
> 在 Bash 中,有一个内建命令可以快速替换前一个命令中的字符串并执行结果。
> 相当于 `!!:s^string1^string2`。
> 更多信息:<https://www.gnu.org/software/bash/manual/bash.html#Event-Designators>.
> 更多信息:<https://gnu.org/software/bash/manual/bash.html#Event-Designators>.
- 运行前一个命令,将`字符串1`替换为`字符串2`