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

This commit is contained in:
Sebastiaan Speck
2024-09-10 20:36:38 +02:00
committed by GitHub
parent da8862ffb4
commit aff59b6199
4 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
> Bash builtin to quick substitute a string in the previous command and run the result.
> Equivalent to `!!:s^string1^string2`.
> More information: <https://www.gnu.org/software/bash/manual/bash.html#Event-Designators>.
> More information: <https://gnu.org/software/bash/manual/bash.html#Event-Designators>.
- Run the previous command replacing `string1` with `string2`: