We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0024d85 commit c5ad3d4Copy full SHA for c5ad3d4
modules/docs/default.nix
@@ -1,9 +1,9 @@
1
{ lib, pkgs, ... }:
2
let
3
# Replaces absolute links to the docs with relative links
4
- fixLinks = pkgs.callPackage ../../docs/fix-linkx {
+ fixLinks = pkgs.callPackage ../../docs/fix-links {
5
githubUrl = "https://github.com/nix-community/nixvim/blob/main/";
6
- baseurlUrl = "https://nix-community.github.io/nixvim/";
+ docsUrl = "https://nix-community.github.io/nixvim/";
7
};
8
in
9
{
0 commit comments