Skip to content

Commit 6f71ba0

Browse files
authored
chore(README): update the last of the old links (#280)
missed some more. Hopefully the last
1 parent 941df13 commit 6f71ba0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ inputs.nix-wrapper-modules.wrappers.alacritty.wrap {
8585

8686
The above snippet does everything the prior 2 examples did, and then some!
8787

88-
That's a full module (defined like [this](https://github.com/BirdeeHub/nix-wrapper-modules/blob/main/wrapperModules/a/alacritty/module.nix) and with docs [here](https://birdeehub.github.io/nix-wrapper-modules/alacritty.html)) but just for that package, and the result is a fully portable derivation, just like the wrapper scripts above!
88+
That's a full module (defined like [this](https://github.com/BirdeeHub/nix-wrapper-modules/blob/main/wrapperModules/a/alacritty/module.nix) and with docs [here](https://birdeehub.github.io/nix-wrapper-modules/wrapperModules/alacritty.html)) but just for that package, and the result is a fully portable derivation, just like the wrapper scripts above!
8989

9090
And you can call `.wrap` on it as many times as you want! You can define your own options
9191
to easily toggle things for your different use cases and re-export it in a flake and change them on import, etc.

ci/docs/md/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ With a single, simple function, you can use any wrapper module directly as a mod
253253
}
254254
```
255255

256-
See the [`wlib.mkInstallModule`](./wlib.html#function-library-wlib.mkInstallModule) documentation for more info!
256+
See the [`wlib.mkInstallModule`](../lib/wlib.html#function-library-wlib.mkInstallModule) documentation for more info!
257257

258258
### `flake-parts`
259259

0 commit comments

Comments
 (0)