lol

Merge pull request #267087 from tufteddeer/patch-1

docs/javascript/introduction: fix GitHub search link

authored by

Lily Foster and committed by
GitHub
5cfc5b08 b50c5b94

+1 -1
+1 -1
doc/languages-frameworks/javascript.section.md
··· 13 13 ### Github {#javascript-finding-examples-github} 14 14 15 15 - Searching Nix files for `mkYarnPackage`: <https://github.com/search?q=mkYarnPackage+language%3ANix&type=code> 16 - - Searching just `flake.nix` files for `mkYarnPackage`: <https://github.com/search?q=mkYarnPackage+filename%3Aflake.nix&type=code> 16 + - Searching just `flake.nix` files for `mkYarnPackage`: <https://github.com/search?q=mkYarnPackage+path%3A**%2Fflake.nix&type=code> 17 17 18 18 ### Gitlab {#javascript-finding-examples-gitlab} 19 19