about summary refs log tree commit diff
path: root/pkgs/applications/editors/vscode
diff options
context:
space:
mode:
authorJulien Malka <julien@malka.sh>2024-04-01 18:59:20 +0200
committerGitHub <noreply@github.com>2024-04-01 18:59:20 +0200
commitd4f44d1cb1ba45fdad2a18d3fed85ad4c3b64f63 (patch)
treecf6454985d5cd02542df6626ca29229fc5bac7d5 /pkgs/applications/editors/vscode
parent10d3c44cc20d3b7deeda6ce41381d518550b12c6 (diff)
parent7d4b7ac4df0e8c277910a1ecb77f3122e8576b30 (diff)
Merge pull request #300705 from JulienMalka/official-wiki
Diffstat (limited to 'pkgs/applications/editors/vscode')
-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 5d7342c823cf4..0f7d8562e245e 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"