summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorLily Foster <lily@lily.flowers>2023-11-12 16:52:24 -0500
committerGitHub <noreply@github.com>2023-11-12 16:52:24 -0500
commit5cfc5b082cfd5cf5883d0cf161e90249b444cad1 (patch)
tree936ee8bf5cacf5230d9ea5f5f3a69ca76a174575 /doc
parentb50c5b945131b274f18d0a94c1c2b8acb5efeb51 (diff)
parentcfd0999b5a95fbe00612aca7d3aeef59fef7351b (diff)
downloadnixpkgs-5cfc5b082cfd5cf5883d0cf161e90249b444cad1.tar
nixpkgs-5cfc5b082cfd5cf5883d0cf161e90249b444cad1.tar.gz
nixpkgs-5cfc5b082cfd5cf5883d0cf161e90249b444cad1.tar.bz2
nixpkgs-5cfc5b082cfd5cf5883d0cf161e90249b444cad1.tar.lz
nixpkgs-5cfc5b082cfd5cf5883d0cf161e90249b444cad1.tar.xz
nixpkgs-5cfc5b082cfd5cf5883d0cf161e90249b444cad1.tar.zst
nixpkgs-5cfc5b082cfd5cf5883d0cf161e90249b444cad1.zip
Merge pull request #267087 from tufteddeer/patch-1
docs/javascript/introduction: fix GitHub search link
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/javascript.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/javascript.section.md b/doc/languages-frameworks/javascript.section.md
index 79cb0957250..0bb9959a510 100644
--- a/doc/languages-frameworks/javascript.section.md
+++ b/doc/languages-frameworks/javascript.section.md
@@ -13,7 +13,7 @@ If you find you are lacking inspiration for packing javascript applications, the
 ### Github {#javascript-finding-examples-github}
 
 - Searching Nix files for `mkYarnPackage`: <https://github.com/search?q=mkYarnPackage+language%3ANix&type=code>
-- Searching just `flake.nix` files for `mkYarnPackage`: <https://github.com/search?q=mkYarnPackage+filename%3Aflake.nix&type=code>
+- Searching just `flake.nix` files for `mkYarnPackage`: <https://github.com/search?q=mkYarnPackage+path%3A**%2Fflake.nix&type=code>
 
 ### Gitlab {#javascript-finding-examples-gitlab}