Skip to content

Commit b8b428f

Browse files
committed
Revert some bad search/replace
1 parent d8f5ec8 commit b8b428f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/languages/go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ sandbox = "pure"
9393

9494
### Nix expression builds
9595

96-
To build a project using [`buildGoModule`](https://nixos.org/man/nixpkgs/stable/#sec-language-go) which will import your existing dependency file, but you will need to [update the hash][nix-expression-hashes]:
96+
To build a project using [`buildGoModule`](https://nixos.org/manual/nixpkgs/stable/#sec-language-go) which will import your existing dependency file, but you will need to [update the hash][nix-expression-hashes]:
9797

9898
```go
9999
{ buildGoModule }:

docs/languages/nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ sandbox = "pure"
7676

7777
### Nix expression builds
7878

79-
To build a project using [`buildNpmPackage`](https://nixos.org/man/nixpkgs/stable/#language-javascript) which will import your existing dependency file:
79+
To build a project using [`buildNpmPackage`](https://nixos.org/manual/nixpkgs/stable/#language-javascript) which will import your existing dependency file:
8080

8181
```nix
8282
{

docs/languages/rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ runtime-packages = ["libiconv", "gcc"]
269269

270270
### Nix expression builds
271271

272-
To build a project using [`buildRustPackage`](https://nixos.org/man/nixpkgs/stable/#rust) which will import your existing dependency file:
272+
To build a project using [`buildRustPackage`](https://nixos.org/manual/nixpkgs/stable/#rust) which will import your existing dependency file:
273273

274274
```nix
275275
{ rustPlatform }:

0 commit comments

Comments
 (0)