about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorJulien Malka <julien@malka.sh>2024-04-01 16:26:00 +0200
committerJulien Malka <julien@malka.sh>2024-04-01 16:26:00 +0200
commit7d4b7ac4df0e8c277910a1ecb77f3122e8576b30 (patch)
treede7f3fc403d93ac963f40df4adf5b787f79ae2d5 /pkgs/applications/editors
parent1024f715b8724cc5135e4aab8cc0e7aef0424d6c (diff)
treewide: point wiki links to official wiki
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/vscode/vscode.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/editors/vscode/vscode.nix b/pkgs/applications/editors/vscode/vscode.nix
index aac9e1b72fdcb..9a6c7157acbec 100644
--- a/pkgs/applications/editors/vscode/vscode.nix
+++ b/pkgs/applications/editors/vscode/vscode.nix
@@ -7,7 +7,7 @@
 , isInsiders ? false
 # sourceExecutableName is the name of the binary in the source archive over
 # which we have no control and it is needed to run the insider version as
-# documented in https://nixos.wiki/wiki/Visual_Studio_Code#Insiders_Build
+# documented in https://wiki.nixos.org/wiki/Visual_Studio_Code#Insiders_Build
 # On MacOS the insider binary is still called code instead of code-insiders as
 # of 2023-08-06.
 , sourceExecutableName ? "code" + lib.optionalString (isInsiders && stdenv.isLinux) "-insiders"